tiagodusilva / workshop-python-data-science-tools

The sequel of the mighty Introduction to Python 3 workshop that we didn't ask for

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Data Science Tools

Workshop focused on Python's data science tools such as NumPy, Matplotlib, SymPy and Pandas libraries, using Jupyter Notebooks.

Content

  1. IPython
  2. NumPy
  3. Matplotlib
    1. Matplotlib
    2. Simple Plots
    3. Other Plots
    4. Sub Plots
  4. SymPy
  5. Pandas ~ To be released

Exercises and Solutions

  1. Exercises
  2. Challenges

Required Resources

An IDE, text editor or shell for Python development

  • Anaconda: Installs python and all the required modules for you, recommended for an easier setup.
  • Google Collab: Virtual environment with everything setup.
  • VS Code: Requires the manual installation of the most recent version of Python 3. Please refer to Python in VS Code for more detailed instructions. We recommend the Code Runner extension (present on the website listed above).

If you use your own custom editor (eg: VS Code) If you are familiar with Python and pip, please use the following command to install the required libraries: Or, in a 'simple' command, pip install numpy pandas scipy matplotlib seaborn jupyter notebook

Note: If running Windows, you may want to open the shell with administrator privileges to install the libraries for all users. Also don't forget to add the Python folder to the PATH if not present already.

Sources

Authors

  • Eduardo Correia (@educorreia932)
  • Tiago Silva (@tiagodusilva)

About

The sequel of the mighty Introduction to Python 3 workshop that we didn't ask for


Languages

Language:HTML 75.5%Language:Jupyter Notebook 24.5%