What are the projects in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What are the projects in Python?

I'm learning Python and I want to do some projects for better understanding of Python. So what are the projects I can do?

18th Jul 2018, 12:15 PM
Shruti
Shruti - avatar
14 Answers
+ 6
Shruti Agrawal Check out my mid-advanced projects here to see what can be done with little effort in Python: https://code.sololearn.com/W2nvcMqTRi4q/?ref=app (some of them run in Sololearn) Also, look at some of my favourites here: https://www.sololearn.com/post/13027/?ref=app
18th Jul 2018, 1:03 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
thnx to all
18th Jul 2018, 4:44 PM
Shruti
Shruti - avatar
+ 3
Luka Pitskhelauri thanks a lot
10th Jul 2019, 4:30 PM
Shruti
Shruti - avatar
+ 2
Some beginner projects: Test if a number is odd or even. Test if a number is prime. Find the factorial of a given number. Test if a user input is a number. Find what grade a student with a certain marks would get.
18th Jul 2018, 12:22 PM
Satyam
+ 2
Thanx for giving answer. But I want some advance projects .
18th Jul 2018, 12:39 PM
Shruti
Shruti - avatar
+ 2
Try making a cool looking (even scientific) calculator using tkinter GUI toolkit. Or maybe visualisation of some dull looking output using same.
18th Jul 2018, 2:26 PM
Rugved Modak
Rugved Modak - avatar
+ 2
S. C. Oops, sorry. Too quick a finger :)
18th Jul 2018, 2:51 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
You're welcome
19th Jul 2018, 3:44 AM
Rugved Modak
Rugved Modak - avatar
+ 2
you're welcome.
19th Jul 2018, 4:21 AM
Satyam
+ 1
Kuba Siekierzyński why did you mention my name in your answer?
18th Jul 2018, 2:28 PM
Satyam
+ 1
ok
18th Jul 2018, 2:55 PM
Satyam
+ 1
I don't know if these will satisfy your interests, but in my experience, I found creating these projects very useful in a way of understanding python2.7 hope it works for u too. 1. Palindrome names checker (the names that spell forward and backward the same, like "kayak", " bob", "racecar" and so on... 2. A program that brings input letters in order, for example: input b, e, c, a, would sort to a, b, c, e. 3. A program that checks if the input words are anagrams of each other. 4. Fibonacci sequence. 5. Weight conversion tool. 6. Hangman game.
10th Jul 2019, 11:15 AM
Luka Pitskhelauri
Luka Pitskhelauri - avatar
0
You can check programs on geeksofgeeks They are very useful to understand basic concept
10th Jul 2019, 5:31 PM
ABHISHEK TAYAL
0
Glad to be of use ^^
10th Jul 2019, 9:23 PM
Luka Pitskhelauri
Luka Pitskhelauri - avatar