Skip to content

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

Notifications You must be signed in to change notification settings

WandersonFontes/Python_Course_Zero_To_Master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💪🐍 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages