Python
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.
Here is a list of practice exercises and solutions to get started with Python programming.
- Exercise 1 - Strings and Variables
- Exercise 2 - Strings and Variables
- Exercise 3 - Strings and Variables
- Exercise 4 - Numbers
- Exercise 5 - Numbers
- Exercise 6 - Booleans and Conditionals
- Exercise 7 - Functions
- Exercise 8 - Lists
- Exercise 9 - Dictionaries
- Exercise 10 - Tuples
- Exercise 11 - Modules
- Exercise 12 - Files
- Exercise 13 - Files
No comments:
Post a Comment