Anyone have any easy algorithms or things that can be done in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Anyone have any easy algorithms or things that can be done in python?

I'm trying to get better at python. I haven't gotten through everything. But, I'm looking to practice if statements, loops (for, while, and nested), Boolean operators, and recursion. I'll listen to everyone's suggestions.

14th Jun 2017, 7:54 AM
Ava Nicole
Ava Nicole - avatar
9 Answers
+ 5
Awesome thank you! I'll check it out when I get the chance
14th Jun 2017, 8:09 AM
Ava Nicole
Ava Nicole - avatar
+ 3
Ava first of you are really beautiful.the right way is looking the code snippets by that you will get more idea. ( and I love you pic truly)
22nd Jun 2017, 4:57 PM
Irwin Lopez
Irwin Lopez - avatar
+ 2
dungeon generator
24th Jun 2017, 8:20 AM
clement
clement - avatar
+ 1
Of course, go to codewars.com and complete some katas. Good luck!
14th Jun 2017, 8:08 AM
Oscar Albornoz
Oscar Albornoz - avatar
+ 1
Look at code snippets that other people make public. Try to understand it, and most important, try to make the code your. Edit, test, alter. Try to make it your code. Keep pushing your skills 😊
16th Jun 2017, 3:01 PM
Baard Helmen
Baard Helmen - avatar
+ 1
Awesome thanks for the recommendation
16th Jun 2017, 3:01 PM
Ava Nicole
Ava Nicole - avatar
+ 1
Code a script that take input of length for pendulum, and calculate pendulum swing time (periods T). Use 'import math' to use math.pi and math.sqrt(L/g).
16th Jun 2017, 3:10 PM
Baard Helmen
Baard Helmen - avatar
+ 1
you can try writing tic tac toe game
28th Jun 2017, 9:34 AM
Sandesh
Sandesh - avatar
0
You're welcome!
14th Jun 2017, 8:31 AM
Oscar Albornoz
Oscar Albornoz - avatar