Any good projects for Python??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Any good projects for Python???

any ideas about a project that can be completed in few days by using Python???

18th Apr 2017, 10:14 AM
Suhi Kun
Suhi Kun - avatar
4 Answers
+ 12
@Suhi Kun there are alot of options. kinda depends on your skill level. for some, making a machine learning ai could take an hour, for others, weeks etc but here are some medium level projects if you know all the basic concepts: a console based text game. it could be a choose your own adventure, a simulator, even a roguelite with ascii graphics! (ask me if you go that route, I can tell you the command to clear console). this is a good choice since you don't need any modules. some sort of webscraper. maybe you want a list of all dinosaurs that start with the letter F. you can scrape wikipedia for that. or maybe you want to find shoes below a certain price range on amazon. or all the names of users with codes above 420 likes on Sololearn! you'll likely want to use the beautiful soup or selenium module. some sort of program with a simple gui, that does something simple. if you have no ideas, maybe take one of your old codes and turn it into a gui. use tkinter or pygame modules.
18th Apr 2017, 10:40 AM
Ahri Fox
Ahri Fox - avatar
+ 11
On Sololearn CodePlayground, or on PC?
18th Apr 2017, 10:24 AM
Ahri Fox
Ahri Fox - avatar
+ 1
@Ahri Fox PC
18th Apr 2017, 10:26 AM
Suhi Kun
Suhi Kun - avatar
+ 1
write a GUI program that is basically a white board for you to jot down ideas for projects
18th Apr 2017, 10:55 AM
LordHill
LordHill - avatar