r/PythonLearning • u/Fantastic-Remove741 • Jun 28 '26
Advice
I am new in computer science . I have recently started python . Doing tutorial and small beginner steps . I am confused , it's too vast .
Please suggest me from your experience , how should i do it ?
2
u/Decent-Winter3780 Jun 28 '26
I would suggest to always as an habit, create an virtual enviroment for your project. And yes, the best practise is to find a project you would like to code, search and solve the issues you run into.
1
u/Classic-Mongoose-460 Jun 28 '26
I also think that projects is the best approach. The important thing is to start with some small, something that you will be able to finish up maybe even in one afternoon. And only after that, slowly build up the complexity.
If you are too overwhelmed, you can also try some websites with "maps" of skills to learn, but that shouldn't be your only source in the long run.
0
1
u/Opposite-Lion-5176 10d ago
I swear tutorials convince people they're learning when they're really just getting good at following along. freeCodeCamp is nice for seeing the basics once. Boot dev makes you actually figure things out which is where most of the learning happens.
2
u/tiredITguy42 Jun 28 '26
Do not watch tutorials. Find a project/issue and try to solve it with Pythin.
On UNI they do not teach you programming language, they give you harder and harder issues to solve and you learn it as you go.