Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.68 KB

File metadata and controls

53 lines (34 loc) · 1.68 KB

LearnEasyPython

Welcome to LearnEasyPython 🐍

This is an open source and friendly course where you'll learn the principals of Python 🐍

It is one of the hottest 🔥, sexiest 💥 and most demanded 💪🏽 programming languages right now... Surely learning it is super easy, because it has a simple syntax 🈂️ and there are plenty of resources out there in the web 🌐 and yet, here it's another free resource so why not take it? It's free!!! 💸

This course is meant to have 13 chapters (or modules), which will be always updated:

  1. Variables.
  2. Data Types.
  3. Operators.
  4. Lists.
  5. Dictionaries.
  6. Tuples.
  7. Conditionals.
  8. Loops.
  9. Exception Handling.
  10. Functions.
  11. Object-Oriented Programming (OOP).
  12. Modules.
  13. Design Patterns.

Check libraries_and_frameworks.md to get more info about the most important libraries and frameworks in Python, grouped by its usage! 😄

Check online_resources.md to view the best resources on the web to learn Python! 😄

Clone this repository

The first thing you need to do is to open your terminal/cmd, access to the directory where you want to keep your project, then copy and paste this code:

HTTPS

git clone https://github.com/albertiaedev/LearnEasyPython.git

SSH

git clone git@github.com:albertiaedev/LearnEasyPython.git

And that's it! It creates a local copy of this repository in your machine.

Donate


I hope you find it useful... and if you like it, please ⭐

Happy Coding! 👨🏽‍💻