Python projects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python projects

What programs should I do, if I want to learn how to code In Python ? I mean what scripts are best for practice ?

3rd Sep 2020, 8:24 PM
Modes
Modes - avatar
6 Answers
+ 4
Okay, so try these projects: 1. Number Guess: using binary search write a program that guesses an integer number you are thinking of (between 0 and 100). #binary_search #input #integer_division 2. Password Generator: using strings and random generate strong passwords you can later use logging up. #strings #random #yiell 3. Password Checker: check if the password entered is strong enough (is at least n characters long, has both upper and lowercase, contains numbers and symbols). #conditionals #in #set 4. The Hangman Game: a little more advanced, check user input and build a real game! #open_files #input #function #list #conditionals
4th Sep 2020, 9:07 AM
Феникс
Феникс - avatar
+ 3
Hey 🐝 Start off with something easy! You could make a lambda function that calculates every odd number to the power 3 unless they're strictly superior to 1000. It's up to your imagination and creativity. Add complexity once you completed this task 😉 Good luck and have fun Modes! 🙃
3rd Sep 2020, 11:12 PM
Ventura 🐝🌵
Ventura 🐝🌵 - avatar
+ 3
Also, try some projects on: • https://www.datacamp.comhttps://www.hyperskill.org Interesting site for practice: • https://www.codewars.com
4th Sep 2020, 10:47 AM
Феникс
Феникс - avatar
+ 2
Try solving, In sololearn {code coach, community challenges} Other than that in website you can try hackerrank, hackerearth etc.,
4th Sep 2020, 7:02 AM
Jenson Y
+ 2
Thanks for your answers 😊 I will try it all
4th Sep 2020, 8:01 AM
Modes
Modes - avatar
+ 1
Do you mean projects you can begin with? Like programs you can write?
3rd Sep 2020, 9:42 PM
Феникс
Феникс - avatar