This repository contains the projects and exercises completed during the Python Core course. Each folder contains the files related to a specific module.
https://www.sololearn.com/learning/1073
- Module 01: Basic concepts
- Module 02: String & Variables
- Module 03: Control structures
- Module 04: Functions & Modules
- Module 05: Exceptions & Files
- Module 06: More types
- Module 07: Functional Programming
- Module 08: Object-oriented programming
- Module 09: Regular Expressions
- Module 10: Pythonicness & Packaging
- Python 3.x
- Specific libraries (detailed in each exercise/project)
To run any project or exercise, simply open a terminal in the appropriate folder and run the file with the command
python <filename>
- If you have any questions or find any errors, feel free to open an issue/pull requests in this repository.
This project is licensed under the terms of the MIT license.
- Author: Leonel Rivas, leonelrivas.rl@gmail.com