Skip to content

johnebehr/mike_x_cohen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math With Mike X. Cohen

Udemy Math Stuff With Mike X. Cohen


Setting up the Python Environment

  • $ # Create the Python Virtual Environment
    $ python3.9 -m venv .venv
    $ # Activate the Virtual Environment
    $ source .venv/bin/activate
    $ # Update/Upgrade Pip, Setuptools, & Wheel 
    $ python -m pip install --upgrade pip setuptools wheel
    $ # Installing Math dependencies
    $ python -m pip install autopep8 pylint pytz python-dateutil numpy sqlalchemy scipy sympy xlsxwriter matplotlib pymysql pandas ipykernel jupyter
    $ # Make the virtual environement IPython Kernel available to Jupyter 
    $ python -m ipkernel install --user --name=.venv
    $ # Document your Python libriary installations
    $ python -m pip freeze > requirements.txt

About

Udemy Math Stuff With Mike X. Cohen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published