Post with exercises python lists to learn python with practical examples. Best way to learn a programming code
Python code
Python List Methods
Python list methods are very important for Python programming. Append, insert, pop, sort and many more.
Create Polygons with Python
Learn to create polygons with Python, using the Turtle module. We will also create a star with Python
Comprehension in Python
Comprehension in Python is an easy way to loop over a sequence with less code. It is also a more modern to code.
Dictionary in Python
Dictionary in python is a collection of pairwise information in the format key:values. The syntax is { key: value }
Calculator with Python code
Python code how to do a calculator to be able to use the basic operations. Ideal for Python students who are starting to program
Draw a square with Python
Draw a square with Python thanks to the Turtle library. Follow the LOGO model for children to program in a didactic way