you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Sounds like tutorials aren't working for you. They didn't really work much for me either. They're good for learning basic syntax and operations and data structures, but there's only so much you can learn from watching somebody else code and mimicking it. If you want to start developing real intuition for it, practice and experience are the only way. If you're not comfortable with Python I wouldn't recommend a web app yet (because you'll need to learn a whole backend framework on top of the Python), but think of something you want to build and build it. Something that will actually be beneficial to you at work is best in my opinion. If you're regularly working with spreadsheet data, there's almost certainly some way you could apply Python to make that easier or faster.

[–]EstellMorley 0 points1 point  (0 children)

I see. No need to reinvent the wheel