WandersonFontes / Python_Course_Zero_To_Master

Course held with the aim of recycling and improving my pythonic skills more and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💪🐍 PythonCourseZeroToMaster

Course held with the aim of recycling and improving my pythonic skills more and more.

1️⃣ Create a virtualenv with Python 3.X.

cd PythonCourseZeroToMaster
python -m venv .venv

2️⃣ Activate virtualenv.

source .venv/bin/activate

3️⃣ Execute script

# Enter the filename
python filename.py

About

Course held with the aim of recycling and improving my pythonic skills more and more.


Languages

Language:Python 100.0%