How can i get ideas for things to program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can i get ideas for things to program?

I used to program a lot using python but i recently ran out of ideas of things to program, what do you guys do to get ideas for programming projects? Thanks!

6th Jun 2019, 4:39 PM
MrSecPy
MrSecPy - avatar
8 Answers
+ 3
You can browse the 'Coding Challenges' here on Sololearn.
6th Jun 2019, 5:17 PM
HonFu
HonFu - avatar
+ 3
Find real problems and uses.
6th Jun 2019, 11:03 PM
Ahri Fox
Ahri Fox - avatar
+ 3
Personally i like puzzles. It is interesting to code algorithm related to sudoku, mazes, etc. Especially if it is not sure that there is a solution at all or there are more solutions, but some are better than others.
8th Jun 2019, 3:35 PM
tamaslud
tamaslud - avatar
+ 2
Make tic-tac-toe
6th Jun 2019, 5:19 PM
haydenki
haydenki - avatar
+ 2
think realtime its enough to get idea or concept
7th Jun 2019, 9:14 AM
sree harsha
sree harsha - avatar
+ 2
There is actually a website (its more like training project than giving u some idea) but its great the name is exercism...
7th Jun 2019, 7:01 PM
Amirabbas
Amirabbas - avatar
+ 1
- Program to check for Anadrome (OneLiner for challenge) - Program to display (non-repeating) factors for a number in a "x * y" format - Ceasar Cypher - Draw various geometric shapes (OneLiner for challenge) - Read various books👍🏼
6th Jun 2019, 6:06 PM
Trigger
Trigger - avatar
+ 1
Once you have the basics down with Python I suggest looking into different python libraries that are available... Pygame for games, Django or Flask for webservers, scikitlearn, tensorflow and pandas for artificial intelligence.
6th Jun 2019, 9:28 PM
Danial Malik
Danial Malik - avatar