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

Algorithms and Python

Hi, I'm learning python but I want to be good at algorithms How to write an algorithm before writing a code¿ what are the best resources to learn python algorithms?

16th Dec 2017, 3:40 PM
Matoui Saifeddin
3 Answers
+ 3
do some research on syntax diagrams and context free grammar (otherwise known as Bakus naur form).A simple google search of the aforementioned words will direct you to some good websites.You can also check out a blog by Ruslan Spivak on how to build a simple interpreter (its very helpful)😊😊
16th Dec 2017, 3:58 PM
Mulengwa Chibwe
Mulengwa Chibwe - avatar
+ 2
In order to practice your algorithm skills, all you need is a pen and a piece of paper ^^ Python only serves to check out how well it works (or not) :) Algorithms is one of my favorite (if not my favorite) part of coding!
16th Dec 2017, 3:49 PM
Dapper Mink
Dapper Mink - avatar
0
I already have nothing about algorithms
16th Dec 2017, 3:54 PM
Matoui Saifeddin