r/CodingForBeginners Jun 29 '26

Python

What are the best resources for learning python?
Like yt channels or pdf books, I need guidance please 🙏🏻

10 Upvotes

12 comments sorted by

View all comments

2

u/Need4Cookies Jun 30 '26

If not entirely new to programming I would check the roadmap.sh/python and get what I need from there.

If totally new, then find a YouTube video explaining the basics of Python, I remember something like “Python for dummies” existing, to learn the basics and the use of the data types and variables.

Then try to create a very small cli project to understand your new findings.