> The Hard Way Is Easier
> With the help of this book, you will do the incredibly simple things that all programmers do to learn a programming language:
> 1. Go through each exercise.
> 2. Type in each file exactly.
> 3. Make it run.
> That's it. This will be very difficult at first, but stick with it. If you go through this book and do each exercise for one or two hours a night, you will have a good foundation for moving on to another book about Python to continue your studies. This book won't turn you into a programmer overnight, but it will get you started on the path to learning how to code.
> This book's job is to teach you the three most essential skills that a beginning programmer needs to know: reading and writing, attention to detail, and spotting differences.
HN discussion about this book:
- https://hw.leftium.com/#/item/13722852
- https://hw.leftium.com/#/item/1299029
- https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogX...
it's a 100 day course that takes you from no coding knowledge to being able to work with databases, build web apps, an even work with OpenAI's API to build AI apps by day 100.
I'd also recommend https://futurecoder.io/ and https://thepythoncodingbook.com/ for beginners.
See also my comprehensive collection of Python learning resources: https://learnbyexample.github.io/py_resources/
Spend a couple hours on that. You'll get Python installed, run a few basic programs, and get a feel for editing a program and having it behave differently.
If you like that site, keep going :-) If not, or if you finish it, continue to whichever link on https://wiki.python.org/moin/BeginnersGuide/NonProgrammers sounds most fun to you. Follow your interest - there is no one “best” way to learn, so make it fun.
example python script using chatgpt
https://www.youtube.com/results?search_query=example+python+...mix in 30 min/day of the top half of this course, 'Python for Everybody'.
https://www.freecodecamp.org/learn/scientific-computing-with...
happy destroying.