Ideas for a python project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Ideas for a python project

Does anyone have a great python project idea? I’m looking for something fun yet useful 😜

2nd Sep 2018, 7:23 PM
Umair Salam
Umair Salam - avatar
3 Answers
+ 2
A simple but enjoyable project is to create a credit card number validator using the Luhn algorithm. The user should be able to enter a credit card number and the program tells them whether or not it is valid. You could also output whether it is Mastercard, Visa or Amex.
2nd Sep 2018, 10:02 PM
benjamin
+ 2
If you have experience in server management, why not a server-client that receives messages via packet frames and interprets them as remote commands. Kind of like a RAT. ;)
3rd Sep 2018, 3:44 AM
Dread
Dread - avatar
+ 1
We had that chess assignment lately. How about a go bot? I am volunteering to test it. :-)
2nd Sep 2018, 7:48 PM
HonFu
HonFu - avatar