Skip to content

An introduction to a wide range of python topics. Primarily focuses on beginner programmers and veterans looking to expand breadth.

License

Notifications You must be signed in to change notification settings

octaflop/artofpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Art of Python

A presentation for the 2014 SLCPython meetup

Examples

fractals

Basic setup instructions (linux-oriented)

  1. Install python 3.4
sudo apt-get install python-3.4
  1. Make a virtualenvironment. We'll be using python 3.4
mkvirtualenv -p /usr/bin/python3.4
  1. Install impressjs via bower
bower install bartaz/impress.js
  1. Start the main app via python presentation/app.py

About

An introduction to a wide range of python topics. Primarily focuses on beginner programmers and veterans looking to expand breadth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published