Python tutorial¶
Tutorial to learn how to program with the Python language.
- 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