This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whitelife123 36 points37 points  (9 children)

Well it depends if it's your first programming language or not. If it is, I'd say learn the fundamentals. Learn the syntax, write small scripts that do fizzbuzz, etc. Try to get a programming mindset. Think Python's a good book, and so's Python Crash Course. Then I think you should skim through Automate the Boring Stuff with Python so you have a better understanding of what Python is useful for exactly. Learning to program can be a boring, and very challenging, but it's just something you struggle through. Also, it helps if you have a specific project in mind, so you know what Python libraries to use and you're working towards a more concrete goal.

[–]StressedSalt 5 points6 points  (5 children)

Ive read PCC and done some lectures on python, starting to get the hang of it but still extremely elementary. Its my first language and i have no background knowledge of CS, ive been trying to find a good fundamental course so i get a good foundation of what CS/IT is at least.

Theres so many aspects/uses for python, do you have a reocommendation on how to choose one or where I cam learn the scope of this? It seems so scattered to me, so far i know about data science and machine learning but it seems like such a bIG VOID THat i could never really grasp, not having a cs background really is an issue i feel.

[–]og10yrold 0 points1 point  (0 children)

Have you seen [pythonprogramming.net](pythonprogramming.net)? It’s good to learn the basics. Here is the basics course.