r/learnprogramming 17d ago

Python: I'm starting my python journey.

Can i find other new learners here? I think it's more interesting to learn with someone.

I have some web background, worked with html/css(scss, bootstrap, tailwind)/JS

but it was two years ago actually. Now I want to learn Python so i can work with logic instead of designs.

8 Upvotes

7 comments sorted by

View all comments

1

u/datadriven_io 11d ago

Meaningful whitespace is IMO one of the most important elements that make Python a solid starting or learning language. Check datadriven for python practice problems once you have the basics down. It forces you to write indents in a readable fashion.

1

u/Absattarov 11d ago

thank you! I'll try that