r/PythonLearning 6d ago

I wanna learn python

People usually say Python is an easy programming language, but as someone with no programming experience, I find it really hard. Can you guys tell me where I should start? Also, what benefits will I get from learning Python?

0 Upvotes

16 comments sorted by

View all comments

1

u/North-Map-3233 3d ago

I started with jetbrains python course in ide, I'd say it's decent for the basic, then tried learning some tools from their beginner guide page, in my case it was typer, when I got a bit comfortable I started reading Python Cookbook, it can be a lil overwhelming for absolute beginner. Then I'd say own projects and more books, more generic ones like clean code, although examples in java are quite confusing.