Programming¶
Tutorials to learn to program.
- Programming languages
- Flowcharts
- Actividades desenchufadas
- Code Tutorials
- Scratch 3 tutorial
- 1. Draw costumes
- 2. Fly with a cat
- 3. Play football
- 4. Walk scenarios
- 5. Animate name
- 6. Eat fish
- 7. Catch bugs
- 8. Break bricks
- 9. Catch apples
- 10. Kill little martians
- 11. Draw spirals
- 12. Draw flowers
- 13. Landing rocket
- 14. Walk mazes
- 15. Jump trees
- 16. Retos Scratch de la Comunidad de Madrid
- 17. Retos de Robotix para Scratch
- 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.
ifelsestatement - 10.
and,or,notoperators - 11. Nested
ifstatements - 12.
elifstatement - 13.
forstatement - 14. The
range()function - 15.
continuestatement - 16.
breakstatement - 17. Nested
forstatements - 18.
whilestatement - 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