Skip to content

Learn Python Programming, my attempt to make it quick and easy for you to learn the essentials of Python. There are many other things to know about Python that I didn't cover in this repo.

License

Notifications You must be signed in to change notification settings

sebaxtian/learn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-python

Learn Python Programming, my attempt to make it quick and easy for you to learn the essentials of Python. There are many other things to know about Python that I didn't cover in this repo.

Requirements

How to use

Please read and execute each step below:

Step 1

Install poetry by script:

$promt> bash install-poetry.sh

Step 2

Activating the virtual environment:

$promt> poetry shell

Optional

Deactivate the virtual environment and exit:

$(learn-python-py3.12)> exit
# To deactivate the virtual environment without leaving the shell use deactivate
$(learn-python-py3.12)> deactivate

Learning Python basics

All the basic content can be found in the notebooks directory, please refer to the README.md file and let's start to learn each basic topic.

Aprendiendo los conceptos básicos de Python

Todo el contenido básico se puede encontrar en el directorio de notebooks, consulte el archivo README.md y comencemos a aprender cada tema básico.


That's all for now ...


License

MIT License

About me

https://about.me/sebaxtian

About

Learn Python Programming, my attempt to make it quick and easy for you to learn the essentials of Python. There are many other things to know about Python that I didn't cover in this repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published