0

Program ideas to start learning python

I was wondering if anyone on here could help me with some ideas for coding in python I've made numerous rock paper scissor and guessing games but I would really like to make something else but everytime I start thinking of new ideas I end up with nothing (any idea is welcome)

3rd Dec 2019, 1:29 PM
Martijn Miedema
Martijn Miedema - avatar
3 Respuestas
+ 3
Go to coding challenge section under *learn* section here(on sololearn app) You will get a lot of ideas
3rd Dec 2019, 2:11 PM
Arsenic
Arsenic - avatar
+ 1
Make an app for... learn how to program Or Make an app like whatsapp Or Mane an app about... sudoku?
3rd Dec 2019, 1:44 PM
Gabriel Valero
Gabriel Valero - avatar
+ 1
Depends on your interests. You could collect data, automate browser tasks.. Or do some ofline things. I.ex.: You could do a terminal telephonbook with a dict and a dict.get(element, "some error msg") method. Do it test it and so on. Then do a GUI. You can get it online later. Implement a "Email to" function to the terminal- version. Then to the GUI version. Then implement with whatsapp on desktop a "msg to" function. Or ask your friends, what problems they have, maybe you can help with code. If somebody needs to know, when a price for something is <=, could be a job for you. (But do not buy automated, you can loose much money and/or maybe there are problems with tos ). Let the code send 1 Mail to let him know, for example. Or play around with APIs. There are many free in internet. Do you like videos, games, some kind of sport? Any topic. You can be able to observe news, forums, groups, a topic on reddit and/or twitter, local radio and tv websites, on wikipedia.
3rd Dec 2019, 6:00 PM
Sven_m
Sven_m - avatar