Skip to content

lorenanicole/python-crashcourse

Repository files navigation

python-crashcourse

Intro to Python 3 notebook and code sample.

First you'll need to create a virtualenv with the Python 3 dependencies defined in requirements.txt. Once you've activated the virtualenv you can:

Run the notebook as slides

jupyter nbconvert python_3_crash_course.ipynb --to slides --post serve

If you want to customize the style of the notebook, simply override the custom.css file. The CSS included here is taken from Dunovak's Jupyter Themes.

Run the notebook and edit

jupyter notebook

Running the Python Twitter Sample

You'll need to grab Twitter credentials from Twitter and fill them out at the top (in the "FILL ME IN" part :-) ) to make it work.

About

Intro to Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published