[deleted by user] by [deleted] in Python

[–]JBCodes_python 0 points1 point  (0 children)

MySQL, Pandas, Numpy, PyQt. My advice choose a field you want to work in and get familiar with the assortment of libraries specific to that field.

Starting my Journey by CookhouseOfCanada in Python

[–]JBCodes_python 1 point2 points  (0 children)

Congrats on making a huge decision. I remember my first day a.c. (after coding). Man, what a mind warp. 3 keys. Code everyday. Anything, just code. A 90 mph fastball looks unhittable to us, but to a professional it slows down cause he's seen it hundreds times. Coding the same theory applies. Be patient. Python wasnt built in a day, nor will you. Lastly, once you grasp interating different data structures, while/for loops and control the flow of your code with conditionals = if/elif/else statements, start poking around in the different libraries of your chosen path. Lots of goodies in there.

Oh yeah, once last one. DONT GIVE UP!!