Need Some Project Ideas | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Need Some Project Ideas

Practising python, and was wondering if anyone had some interesting project ideas I could take a crack at. Cheers.

1st Mar 2017, 7:11 AM
Martian1oh1
Martian1oh1 - avatar
6 ответов
+ 11
@martian Here some complex projects 1)Gym Management system 2)Book Store Management system  3)Patient Information System 4)Online Quiz Management System 5)Information control and Security Policies in Health Care Information Systems 6)Online College Management (With SQL) 7)Online Banking System 8)Online voting system Hope you enjoy 😃
1st Mar 2017, 1:56 PM
Hassan Amr
Hassan Amr - avatar
+ 10
@martian You are welcome :) No you can only reply on comments, I hope that sololearn will make it avaliable soon! .
1st Mar 2017, 7:35 PM
Hassan Amr
Hassan Amr - avatar
+ 9
1)Prime Factorization - Have the user enter a number and find all Prime Factors (if there are any) and display them. 2)Find Cost of Tile to Cover W x H Floor - Calculate the total cost of tile it would take to cover a floor plan of width and height, using a cost entered by the user. 3)Binary to Decimal and Back Converter - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. 4)Calculator - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. 5)Alarm Clock - A simple clock where it plays a sound after X number of minutes/seconds or at a particular time. 6)Reverse a String - Enter a string and the program will reverse it and print it out. 7)Count Vowels - Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found.
1st Mar 2017, 8:37 AM
Hassan Amr
Hassan Amr - avatar
+ 1
Thanks mate. I may give a scientific calculator and/or a binary converter a whirl. Got anything a bit more complex in that bag of ideas? I enjoy larger projects, but I'm fresh out of ideas.
1st Mar 2017, 9:48 AM
Martian1oh1
Martian1oh1 - avatar
+ 1
Some of those sound interesting. Thanks again! Also, is there any way to reply to an answer? I can't seem to find one.
1st Mar 2017, 7:27 PM
Martian1oh1
Martian1oh1 - avatar
+ 1
My first Python project was a MadLib it's a bunch of prompting and printing.
2nd Mar 2017, 4:12 PM
Edric DeArment
Edric DeArment - avatar