How should I practice python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How should I practice python?

Hello! I recently completed python course offered by sololearn but i don't know how to implement it. I mean to say, I don't know how to practice. Can anyone suggest a solution regarding this?

7th Jul 2020, 10:11 AM
Ani-sama
Ani-sama - avatar
9 Answers
+ 8
Start by solving small tasks. You can find them on sites like leetcode.com, hackerrank.com or others. Using leetcode select "problems", then you can find tasks in different levels for you.
7th Jul 2020, 11:44 AM
Lothar
Lothar - avatar
+ 6
Build small things and try to do some mathematical game or equation in python.
7th Jul 2020, 10:14 AM
Mohammed Qadir khan
Mohammed Qadir khan - avatar
+ 4
I agree with the others. You can never learn to play the piano just by reading a book. Choose a couple of projects and stay with them until you solve them. Only look at other people's solutions if you get stuck. And develop the code over time, as your Python knowledge increases. You can always find small things to do better ... Other people's code can be a good source for learning about new things and can get you tips for your next project, but coding them for your own head. Maybe a project where you try to find all the prime numbers (less then n), can be good to start with, or one where you try to calculate Fibonacci numbers?
7th Jul 2020, 11:55 AM
Per Bratthammar
Per Bratthammar - avatar
+ 3
Anish-sama just go to google and type questions for practice python, you will get N number of questions even with the solution. Apart from this you can go to various websites like Hacker rank, code chef, where you can practice the real time problems.
8th Jul 2020, 5:40 PM
Mohini Yadav
Mohini Yadav - avatar
+ 1
Coding on sololearn playground or free code camp is the only way to practice any programme language.
9th Jul 2020, 2:12 AM
shubham kumar
shubham kumar - avatar
+ 1
Man its going to get easier everytime you make your own code try to make a password sistem with just using if else elif statements it will be fun and it will definetly help you
9th Jul 2020, 3:19 AM
XXX XXX
+ 1
shubham kumar no mate you can install a compiler and try your own codes definetly easier
9th Jul 2020, 3:21 AM
XXX XXX
0
I recommend this one.. https://checkio.org
8th Jul 2020, 11:52 PM
Marek K
Marek K - avatar
0
Read Automate the Boring Stuff and actually code along and complete each project in the book. You will make some cool small projects by the end of it. Udemy has several courses for about $10(on sale) that have project based lessons. You learn faster making projects rather than doing apps. Find a 1 or 2 day project tou could complete in maybe 8 hours and just start doing it, then move on to a multi day or week long project. Keep it simple stupid, find what is comfortable for you and push just beyond that at all times without over exerting yourself. Youl grow exponentially
9th Jul 2020, 12:56 AM
Kevin Schow
Kevin Schow - avatar