allient / learning-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <filename>

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 ✒️

About

License:MIT License


Languages

Language:Python 100.0%