+ 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!
8 Answers
+ 3
You can browse the 'Coding Challenges' here on Sololearn.
+ 3
Find real problems and uses.
+ 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.
+ 2
Make tic-tac-toe
+ 2
think realtime its enough to get idea or concept
+ 2
There is actually a website (its more like training project than giving u some idea) but its great the name is exercism...
+ 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đđŒ
+ 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.