Small project ideas using python. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Small project ideas using python.

Please suggest any small projects for me to make because I’m new to coding, I’m using python and i just want to work on small projects to get better and learn more.

5th Feb 2018, 9:47 PM
Abass_J1
Abass_J1 - avatar
3 Answers
6th Feb 2018, 12:09 AM
Mickel
Mickel - avatar
+ 8
A program able to add, edit, load from and save to a file a simple database. Like a library or bookstore kind of thing.
5th Feb 2018, 10:14 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
1. a program that can compress or decompress files. (Use zipfile/gzip/bzip modules) 2. a program that can cipher your message. (Try Ceaser Cipher) 3. a program that can tell your weight on different planets 4. a program that can brute force passwords (use itertool module) 5. a program that can tell you your age 6. a program that can tell you current date and time 7. a program to check if a number is prime or not 8. a program to generate random passwords of desired length
6th Feb 2018, 1:49 AM
OR!ON 🛡️
OR!ON 🛡️ - avatar