hour_of_code_python_2015 icon indicating copy to clipboard operation
hour_of_code_python_2015 copied to clipboard

Hour of Code

Agenda:

  1. Introduction to Python (conda) environment and Python by Jian-Min Huang
  2. Make Make a web crawler in Python by Dainese Hsiao

Hour of Code - Python PyCon 2016

Contents:

  • notebook: hour of code course notes

HOUR OF CODE PYTHON

If you have installed jupyter notebook,

  $ git clone https://github.com/jminh/hour_of_code_python_2015.git
  $ cd hour_of_code_python_2015
  $ jupyter notebook

Jupyter notebook slide

Install Slideshow Extension
$ git clone https://github.com/damianavila/RISE.git
$ cd RISE
$ python setup.py install

$ git clone https://github.com/jminh/hour_of_code_python_2015.git
$ cd hour_of_code_python
$ jupyter notebook

Reference

Hour of Code