I’ve taken all the classes at my school that teach python, where do I go from there?
Way back in 2013 more or less i started learning it on learnpythonthehardway. Pretty good way to learn, imo at least. Used to be free but i think its paid now.
I learn by doing projects that need to be done, or can be done in the language. Python is a wonderful language to automate things. Think of something and automate it. Everything you learn will be useful to you some day down the road.
There was a post a week or so back from a chap who wanted to translate the Japanese subtitles from a movie into English.
He wrote a script that took a screenshot of each different subtitle frame, ran it through character recognition then ran it through a translator, then made new subtitles.
Something like that is super doable in Python (because of the depth of libraries available), but months of work in any other language.
Need ideas? Start here (free book),
https://automatetheboringstuff.com/
I'm just starting out. I have heard people who say just bang their heads against the keyboard and understand it over time and also people who learned with pages that give exercises
How did you learn?
Edit: specifically, if you used a program or some external source what was it and what would you recommend new users do as a sort of road map?
-
Learned the basic syntax
-
Learned how to search
-
Learned how to read documentation
-
Learned the oop part
-
At this point I started helping people learning which helped with spotting errors
-
Learned data structures
-
Learned architecture
All of the above was done while writing code.
In hindsight, I wouldn't have changed anything.
-
Automate the Boring stuff
-
General Python Usage. You quickly learn some useful cool things.
-
MITx: 6.00.1x (This will take you a while.)
-
Some computer Science. Learn OOP. You'll also learn how to approach problems and other more advanced concepts.
-
Django (official tutorial is good too) or Flask (Recommend)
-
Building large web application projects to completion and combining other technologies.
This is more-or-less the route I took. If you're not interested in WebDev, you can replace #3 with something else.
You can also add at what "level" you are/what you are doing with the knowledge. Thanks!
Edit: Didn't expect for the thread to have this many answers. I learned a lot. I especially appreciate the many perspectives and learning paths. Thank you, everyone!
Hi. I am a complete newbie to this field. I have zero programing experience. But I want to learn Python. Is Udemy's Python: zero to mastery course a good place to start. Or please recommend where and how to start learning Python.
Corey Schafer is the most recommended youtube channel for beginners. As I have never coded before, I decided to follow him since I will be taking computer science in college and wanted to build some foundation by learning a popular language. When I visited his channel and saw his playlist of Python tutorial. It was kind of mess. it wasn't organised well, what should I do now? Please tell how I should study from him or how did you all studied from him?
link of playlist: https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU
Hello , i'm new to programming and i was wondering how did you learn to use Pyhton (Youtube Tutorials , Online Courses , Github ,etc.) and is there any path you would recommend for a beginner ?
How did all of you stumble upon python? I saw someone writing python in RuneScape one day and became curious. Then I dipped into front end frameworks like html and css, then JavaScript and python
Hi, I've decided to learn python. Previously, I've been working in a completely different sphere. I know that this topic was described here several times, but most of the them are quite old and I just want to know which course are cosidered the best and what should I choose. I've already started beginner free course on youtube, but it's not very long and is quite simple even for a complete noob. Thank you!
I am from non technical background, I have no prior idea of any coding language or anything like that. My objective is to become employable. From where should I start and which free resources I can use ?
I want to start learning programming and have chosen Python first. I plan to learn Python and code for a few years, then after that, move on to C++. Later, I want to get into AI, like AI Engineering. I have many interesting ideas I want to build but currently can’t code.
Can anyone recommend good free resources or platforms to learn Python first for a few years, then C++? If YouTube, which ones exactly? Thx for the help in advance
Share how you guys are learning python. For example: python's documentation, some course, your college, YouTube etc.
I'm learning python my self very new to programming. But I refer to their own documentations and sometimes I randomly search on internet how to questions
Applying for a job that requires python, so how fast and what is the go to way to learn it?
What is the best way to learn python for free? I have next to zero knowledge of coding (played around with scratch and that stuff but that prob doesnt even really count).
I found a 100 days course udemy , that’s seems to be doing good so far, I’m wondering how I should learn python?
watching tutorial videos /lectures
and making small project/solving problems
is this all?? (I don't know anything)
ps. any site you guys can recommend? thx
I’ve been trying to learn Python, but I’m really struggling. The course I’m taking feels confusing and I don’t fully understand the concepts being taught.
For those of you who’ve successfully learned Python, what worked best for you? Did you follow a specific course or practice method?
Any guidance would be greatly appreciated!
I don’t want to pay any money for tutoring etc.