I've been trying to dive into Python, but I find that the usual methods like videos and textbooks just aren't cutting it for me. I'm looking for practical, hands-on approaches that can help me get started without feeling overwhelmed. Ideally, I want to tackle something that will give me some early wins to keep me motivated. Anyone got some tips on what worked for you?
2 Answers
Have you thought about just jumping into Python and experimenting? Open up the interpreter and type code until something clicks. You could also follow a project-based video or book demonstration and try replicating it yourself. Sometimes the issue could be how you’re using those media, so mixing it up might help!
You might want to check out Codecademy or boot.dev to kick things off. They offer interactive lessons which can help you learn by doing. While Codecademy requires payment, boot.dev has a free option with limited features. However, the real learning comes from building your own projects and diving into documentation over time!

Yeah, I'm actually on the lookout for more engaging platforms—like Brilliant.org but for coding. I want to be confident enough to tackle more structured books once I've got a decent grasp on things.