Mini Project suggestions after Python basics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Mini Project suggestions after Python basics

I have basic knowledge about programming in Python, c,cpp . I like to have some ideas for doing simple mini projects using them. If not possible to make one, some suggestion of some codes, tutorials of implementation, so that I can later make a mini project by going through it.

23rd Apr 2018, 6:24 PM
Thulasi Ram N
Thulasi Ram N - avatar
4 Answers
+ 12
My first "project" was a simple database manager - it took user input and allowed for adding, editing, reading and deleting records in a database. Later on, I added an ability to save to and load from a file. Next I made it export to .csv and later on - to .xls. What I'm saying is you can start easily and wander off pretty quickly, using freshly acquired knowledge and combining abilities from different fields. If you are looking for an inspiration, check out my coding bio: https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
23rd Apr 2018, 6:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Here is a post on python mini projects you should try right now. https://www.sololearn.com/discuss/1311365/?ref=app
28th May 2018, 4:23 PM
Mitali
Mitali - avatar
+ 1
switch to Google!
23rd Apr 2018, 6:33 PM
Mayank Rampuriya
Mayank Rampuriya - avatar
0
I made an movement detection bot, web automation project, password generator with tkinter and my current project is a chat software
23rd Apr 2018, 6:59 PM
Markus Kaleton
Markus Kaleton - avatar