Skip to content

Instantly share code, notes, and snippets.

@jackiekazil
Last active February 3, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackiekazil/faa7e63c900e730a12514ab2b58183ed to your computer and use it in GitHub Desktop.
Save jackiekazil/faa7e63c900e730a12514ab2b58183ed to your computer and use it in GitHub Desktop.

WiDS Python class

Getting started with Python can confusing. Hopefully, this clarifies somethings. In this class, we will go over basic concepts to give you a solid intro to the Python programming language.

  • Python 2 vs Python 3
  • python interpretor vs ipython vs code editor vs notebook
  • Anaconda vs virtualenv vs no virtualenv (Advanced intro)

Repos referenced in this class

Python Intro
Pandas Intro

Advanced Pandas Intros:

  1. PyCon Pandas Tutorial
  2. Statistical analysis python tutorial

Launching notebook

jupyter notebook vs ipython notebook

Installing libraries

conda install requests
pip install requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment