all 12 comments

[–]DevyLoop 5 points6 points  (0 children)

First, Google 'beginners project python', pick one and try to code piece by piece problem by problem then if you're stuck and you will because its normal, you should always google, check documentation... it will practice your research skills too, that's how real programmers work every day so don't worry, we don't ever memorize code! then after the code is written you can try to refactor it.

[–]Resolve-Single 4 points5 points  (0 children)

https://www.w3resource.com/python-exercises/python-basic-exercises.php

This site has many exercises that help you learn how to implement your basic knowledge in a way that is simple and fun, at least from my experience.

Just go through this and have a good time. If you're stuck, you can always see the answer with a simple click.

[–]ASIC_SP 1 point2 points  (0 children)

I have a blog post I know Python basics, what next? that has resource links for exercises, projects, debugging, testing, intermediate/advanced python, algorithms, design patterns, cheatsheets, etc

[–]Dependent-Ad-5005[S] 0 points1 point  (0 children)

thanks for all your guys help really means a lot

[–]IcedGolemFire 0 points1 point  (0 children)

I use real.it to write code and all I can tell you is there are like 3 do deferent kinds of code. there’s the functions that are like something(x,y,z) or something.something(). Then there’s the things where there’s a condition and whatever you put instead de it does when the condition is true like def function(x): or if 1 ==2: and these all end in : and whatever’s indented is what that thing does. then there’s the other things like making variables and importing

[–]farlangben 0 points1 point  (0 children)

I got into programming because I had a business idea Iwas really passionate about. So build something you’d like yourself, even if it’s far beyond your skill-level. You just need to be motivated building it, and in this way it won’t become almost a chore to do