Python project ideas | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 13

Python project ideas

Does anyone have an interesting project idea for Python? mark your answer with [beginner],[intermediate] and [advanced] please :P

10th Jun 2017, 1:32 PM
Martin Möhle
Martin Möhle - avatar
3 Respuestas
+ 11
beginner=" Calculator- Number Guessing Game- Project Idea Script- Lottery Number Generator- Prime Number checker- Password Generator".split("-") print("\nBeginner Ideas:") for i in beginner: print(i) intermediate=" Hangman- BlackJack- Text Adventure- Tic Tac Toe- File Sorter- https://projecteuler.net/".split("-") print("\nIntermediate Ideas:") for i in intermediate: print(i) advanced=" Download Manager- WebCrawler- Media Player- Python IDE- Operating System".split("-") print("\nAdvanced Ideas:") for i in advanced: print(i) https://code.sololearn.com/cSmUq79zAM9W/?ref=app See what I did there? I turned your need for ideas into a Python script. That is what ideas are. They are you finding something, anything that needs to be coded and coding it. I highly recommend you start a Project Idea script that will allow you to not only get random ideas, but also add new ideas and save them to text files with descriptions.
10th Jun 2017, 2:10 PM
LordHill
LordHill - avatar
+ 8
Well thats a good idea :P Thanks for your post!
10th Jun 2017, 2:12 PM
Martin Möhle
Martin Möhle - avatar
14th Jul 2017, 3:06 PM
TUSHAR DESAI
TUSHAR DESAI - avatar