Skip to content

benamizilber/pycourse2019-07

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Course at Redis Labs, 2019

Preparing your environment

Create a virtual Python environment:

python3 -m venv course

Activate the environment:

source course/bin/activate

Install some packages:

pip install ipython pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%