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.
- Python 3.8+
- Poetry 1.6
Please read and execute each step below:
Install poetry by script:
$promt> bash install-poetry.sh
Activating the virtual environment:
$promt> poetry shell
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
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.
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 ...