Commit Graph

25 Commits (f913d4fc6392bc11c42a9b3b0f6d17c459268bb9)
 

Author SHA1 Message Date
neingeist f913d4fc63 add colorama example
neingeist acd1c9a135 move pep8 check to Makefile
neingeist 9f9a7ceff7 #ohai , pep8
neingeist af0ca7262b add a simple doctest example
neingeist 04255e7e6e add IDEAS
neingeist 39c842533d Makefile: clean up SWIG generated files for test_swig_opencv
neingeist f8bf158b3c .gitignore anki-sin-cos-table.txt
neingeist 46e6af11f0 Merge branch 'master' of luffa:git/python-exercises
Conflicts:
	Makefile
neingeist 12573e4da6 add an example using swig to interface opencv
neingeist f56ff3c1bc add a simple swig example (from the turorial)
neingeist 12d1807d1e add a simple swig example (from the turorial)
neingeist 710e4c3657 add with temporary_dir() example
neingeist 9c52a332d8 add some simple context manager aka "with" test
neingeist d0faaddc91 simplify S before printing it
neingeist e290f8c248 use a list of tuples to store data points
neingeist ae646e457e update pycharm project settings
neingeist 4cd1ade5d3 print out better messages
neingeist 90b5fb26ec calculate the sum of squared residuals more pythonic
neingeist e2f569ff97 add a program to fit a line to data using linear least squares
neingeist 41073b3cb1 add pycharm project stuff
neingeist 34168e9bc5 reduce code line length to 80 characters max
neingeist 5acfb44fd5 add pycharm project files
neingeist ea018ab15e include trigonometric function values for a step size of pi/6
neingeist c085482492 Restructure
neingeist c31c800edf add a program generating a sin/cos table for anki