Skip to content

ViorelsS/learning-python

Repository files navigation

Virtual environment

Con un ambiente dedicato, possiamo configurare solo le dipendenze che ci servono.

python -m venv corsopython

Pip: package manager

Verificare se pip è installato: pip -v-ersion

Scaricare pip: python get-pip.py

Vedere i pacchetti installati: pip list

Mysql:

pip install mysql-connector-python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages