Programming¶
Tutorials to learn to program.
- Programming languages
- Flowcharts
- Actividades desenchufadas
- Code Tutorials
- Scratch 3 tutorial
- Python tutorial
- 1. Introduction to the Python language
- 2. Numerical data
- 3. Variables
- 4. reserved words
- 5. The comments
- 6. The
print()
function - 7. The
input()
function - 8. The Boolean type
- 9.
if
else
statement - 10.
and
,or
,not
operators - 11. Nested
if
statements - 12.
elif
statement - 13.
for
statement - 14. The
range()
function - 15.
continue
statement - 16.
break
statement - 17. Nested
for
statements - 18.
while
statement - 19. Definition of functions
- 20. Parameters with default values
- 21. text strings
- 22. Text string indices
- 23. String methods
- 24. Formatting text strings
- 25. lists
- 26. list indices
- 27. list iteration
- 28. list methods
- 29. Data search
- 30. Binary search
- 31. Data displacement
- 32. Sort by selection
- 33. Insertion sort
- 34. Recursion
- 35. Merge Sort
- 36. Codewars katas
- 37. Python Resources
- Programming Resources