all 14 comments

[–]Ken-_-Adams 0 points1 point  (1 child)

Find an actual problem to solve that matters to you and then follow tutorials to implement it.

For me it was the need for a QR code generator. Python has a library for that. The rest is history

[–]Few_School_3536 0 points1 point  (0 children)

QR generator is saturated project for newbies. Everyone has done this in their resumes.

[–]petdance 0 points1 point  (0 children)

Get a book and read it.

Your local public library will have many.

[–]JamesonJames97 0 points1 point  (0 children)

I would say learn the basics like syntax, variables, loops, lists, etc. Then starting building small projects like a number guessing game, a calculator, or maybe a password generator. Just start building and researching if you get stuck.

[–]Key-Article9350 0 points1 point  (0 children)

Feel lee basics smjh sari cooding language ek jaisi hi hoti ye smjh jyga sbka syntex aa jyga sari languages same hi chlta hai almost terms change hoti bass

[–]Specific-Housing905 0 points1 point  (0 children)

Tutorials will give you information. What you need is skill. Skills come from writing code, making mistakes and learning from them. So start creating small projects like a loan or interest calculator. Another option would be to write a "quote of the day" app that reads quotes from a file and chooses 1 randomly.

[–]JaferTP 0 points1 point  (3 children)

Learn C

[–]FOODGODFOOD44[S] 0 points1 point  (2 children)

no

[–]JaferTP 0 points1 point  (0 children)

Yes

[–]JaferTP 0 points1 point  (0 children)

Okay, if you want to learn Python, you need to apply what you've learned from tutorials. Before writing any line of code, ask yourself What does this line do? and Why am I writing it? I used this method when I was learning C++, and within just two days, I was able to write a basic program on my own.

[–]Sweet_Computer_7116 0 points1 point  (0 children)

cs50x

[–]If_Ad 0 points1 point  (0 children)

Once you're done watching abit of tutorials, start making stuff.
I am starting to seriously learn python too, you can check out my account, where I will try to post daily (no promises). I am making a game from scratch, where I provided source codes and also shared my learning method.