Been dabbling in a few languages, probably leaning towards Python to develop apps, though it's not my strongest right now, finishing the theory, just getting started with it, but I do like the functionality of that I've seen others use it for, on top of major sites built in python, from Netflix on down.
I have some ideas for business apps due to problems I've experienced in the real work in business for which I'd like to find a solution to. So, if I were to focus on using Python above all others, how would I go about doing this? I mean in regards to specific libraries to DL etc. I find the library options particularly daunting.
I'm using Pycharm interface right now on Linux.
Thanks for your time. Would love to hear your stories or advice.
I've been using Python for years as it is included for scripting in several major software applications I use daily. I find it easy and powerful, it has a huge user/support base and an enormous number of libraries. I'm no programming guru but I always manage to cobble together something that gets the job done.
Thanks for the feedback.
In the last 3-4 months I've been basically doing immersion training in multiple languages, it's the best way I learn, I'm compulsive about something when I pursue it and I've used multiple mediums (experts on youtube, books, free coding camp courses etc). I even watch videos on my ipad as I'm going to sleep to have that "recent "effect" I wanted a general understanding of many languages and to test drive each to see which one I like best.
SQL, though more of a procedural language, was easiest as I have a background in Database hardware/software. I found MYSQL was very easy and I purposely started with that language for the fact I knew I would excel quicker and not get discouraged, it was a more natural language and I imagine I will go back to it often to improve command knowledge.
I moved to
C, which was tougher, but picked up basic stuff ok. Not sold on it for further exploration for my purposes.
Then some
Javascript, as I've done HTML/CSS before I was generally familiar with it. Powerful and broadly used as well.
Currently sinking my teeth into
Python which I find far more detailed in global support. The unlimited number of scripts and libraries ensure once I get the hang of it, the possibilities are endless. So much information online in forums and the constant update due to the Open Source nature of it (similar to Linux when I first chose it as my O/S). I'm confident this will be what I will tinker with.
If you read through all this,
are you familiar with any of the many libraries? If so, any "must haves" I should download for standard uses?
Thanks.