An open API service indexing awesome lists of open source software.

https://github.com/allient/learning-python


https://github.com/allient/learning-python

Last synced: 5 months ago
JSON representation

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