https://github.com/allient/learning-python
https://github.com/allient/learning-python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allient/learning-python
- Owner: allient
- License: mit
- Created: 2023-01-05T23:14:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T21:02:05.000Z (over 3 years ago)
- Last Synced: 2024-12-30T08:13:49.818Z (over 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Core Course of SoloLearn - Projects and Exercises
This repository contains the projects and exercises completed during the Python Core course. Each folder contains the files related to a specific module.
## Website of SoloLearn course
https://www.sololearn.com/learning/1073
## Content
- 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
## Requirements
- Python 3.x
- Specific libraries (detailed in each exercise/project)
## Usage
To run any project or exercise, simply open a terminal in the appropriate folder and run the file with the command
```
python
```
## Notes
- If you have any questions or find any errors, feel free to open an issue/pull requests in this repository.
## License
This project is licensed under the terms of the MIT license.
### Authors ✒️
- **Author:** Leonel Rivas, leonelrivas.rl@gmail.com