What to do with Python... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What to do with Python...

I am learning Python and I want to put my skills to the test and consolidate them by doing an actual project. So far I have made a dice-roller and a mad-lib story. I am not sure what exactly python is used for (apart from powering Instagram and stuff like that) and I want to do a project that will be fairly challenging. I am a beginner... Any ideas? Thanks 😀

15th Nov 2016, 9:58 PM
King_ak47
King_ak47 - avatar
2 Answers
+ 1
What kind of Project do you have in mind? If you're not worried with specifics of the language, but want to use it to develop your problem solving skills, Project Euler (https://projecteuler.net/) provides a huge variety of mathematical problems solvable through programming. All problems classified from easy to very difficult. =D If you wish something with a GUI, maybe a simple calculator might be an interesting choice. You've got classes, GUI, expressions, functions, etc. If you are a beginner, this can be very challenging, but it is doable and it's going to cover all the basics of the language (I guess). =D
15th Nov 2016, 11:28 PM
Vinicius Matté Gregory
Vinicius Matté Gregory - avatar
0
Thanks! I will have a look through Project Euler. Now I have a few ideas in mind!
16th Nov 2016, 10:00 PM
King_ak47
King_ak47 - avatar