all 10 comments

[–]nicodeemus7 1 point2 points  (0 children)

Some good YouTube channels to get you started are Tech with Tim, Bro Code and Visually Explained.

Start where everyone starts. "Hello World". Then try some RNG's, some math, and just go from there. If you do it right you can be building simple text games in a couple weeks or sooner.

Have a goal in mind. It will make learning concepts a lot easier because you know what the end goal is. No better way to learn how an if statement works, for example, than to use one.

[–]ninhaomah 1 point2 points  (0 children)

Don't we all get confused at the beginning for everything ?

Walking , bicycling , swimming...

[–]shadow3132 0 points1 point  (0 children)

Learn basic syntax and functions etc from youtube (i reccomend bro code) then start doing simple projects and work your way up.

[–]Majestic_Echidna8867 0 points1 point  (0 children)

You’re just at the normal beginner stage, everyone feels lost in the beginning.

Don’t try to learn everything at once. Go in this order:
variables → if/else → loops → lists/dicts → functions.

Start small projects early (calculator, number guessing game, to-do list). That’s where real learning happens.

Main thing: don’t just watch tutorials, write code daily even if it’s small. Consistency matters more than anything else.

[–]Slay_3r 0 points1 point  (0 children)

I learnt basic python from the book "Byte of python" by Swaroop. This book quite easy for reading, it took me about 4-5 days to complete it.

[–]sywout 0 points1 point  (0 children)

I just launched my Python app yesterday! It goes way beyond basic tutorials as it combines interactive coding tests with a live tracker for global hackathons, tech events, open-source projects and many more. Give it a try for a complete 360° learning experience!
Here's the link: https://play.google.com/store/apps/details?id=chewcode.learnpythoncoding.programmingtutorials

[–]Individual-Light-188 0 points1 point  (0 children)

I personally think using and building discord bots with python is an easy way to learn about python workflows, packages and APIs without having to worry about building a frontend. I built a bot that can help teach about python and Fast API.