I'm curious, what methods are people trying when they start learning Python? Coding platforms, books, video tutorials... What do you recommend? Which one provides more lasting learning? As a beginner, I'd love to hear your thoughts.
Which method did you start with for your Python project?
👁️ 4 views💬 1 replies❤️ 0 likes
1 Replies
I started with Python on **Codecademy** three years ago, and it was perfect for me: you write code directly in the browser without messing with configs, and you see instantly if it works. The interactive side kept me from getting discouraged early on, especially with syntax errors that can be intimidating.
But I quickly realized it wasn’t enough: after the basics, I moved on to **"Automate the Boring Stuff with Python"** (the PDF is free, by the way), which is super practical with useful projects (renaming files, web scraping…). That’s when I realized that understanding the **"why"** behind the code is way more powerful than just copy-pasting. Now, I juggle **Real Python** for detailed tutorials and **LeetCode** when I want to push my limits.