Python Pages:
feed me
Python - Recent Bookmarks - Page 1:
Think Stats
Think Stats: Probability and Statistics for Programmers is a textbook for a new kind of introductory prob-stat class. It emphasizes the use of statistics to explore large datasets.
http://greenteapress.com/thinkstats/html/index.html
Tags: statistics, python, programming, book, books, stats, probability, math, free, ebooks Saved by: admin at 29 Aug 2011
Think Stats: Probability and Statistics for Programmers is a textbook for a new kind of introductory prob-stat class. It emphasizes the use of statistics to explore large datasets.
http://greenteapress.com/thinkstats/html/index.html
Tags: statistics, python, programming, book, books, stats, probability, math, free, ebooks Saved by: admin at 29 Aug 2011
Requests: HTTP for Humans — Requests v0.5.1 documentation
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is th... Read more
http://docs.python-requests.org/en/latest/index.html
Tags: python, http, library, web, webdev, api, programming, tools, request, requests Saved by: admin at 15 Aug 2011
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s builtin urllib2 module provides most of the HTTP capabilities you should need, but the api is th... Read more
http://docs.python-requests.org/en/latest/index.html
Tags: python, http, library, web, webdev, api, programming, tools, request, requests Saved by: admin at 15 Aug 2011
Django Offline Docs
posted by thraxil_: http://quimby.ccnmtl.columbia.edu/ircbot/web/?y=2011&m=08&d=11#20110811115817
http://sramana.in/dod/
Tags: desenvolvimento, django, documentações, programação, python, web Saved by: admin at 12 Aug 2011
posted by thraxil_: http://quimby.ccnmtl.columbia.edu/ircbot/web/?y=2011&m=08&d=11#20110811115817
http://sramana.in/dod/
Tags: desenvolvimento, django, documentações, programação, python, web Saved by: admin at 12 Aug 2011
Understanding Python decorators - Stack Overflow
Thorough explanation of decorators, with very clear examples.
http://stackoverflow.com/questions/739654/understanding-python-decorators/1594484#1594484
Tags: python, decorators, decorator, epic Saved by: admin at 08 Aug 2011
Thorough explanation of decorators, with very clear examples.
http://stackoverflow.com/questions/739654/understanding-python-decorators/1594484#1594484
Tags: python, decorators, decorator, epic Saved by: admin at 08 Aug 2011
Bottle: Python Web Framework — Bottle v0.10.dev documentation
"Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. Routing: R... Read more
http://bottlepy.org/docs/dev/index.html
Tags: python, framework, web, programming, webdev, bottle, development, opensource, free, tools Saved by: admin at 18 Jul 2011
"Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. Routing: R... Read more
http://bottlepy.org/docs/dev/index.html
Tags: python, framework, web, programming, webdev, bottle, development, opensource, free, tools Saved by: admin at 18 Jul 2011
Python and the Principle of Least Astonishment | Armin Ronacher's Thoughts and Writings
When you use something for a long time you will develop some kind of sensing of what goes together and what does not appear to fit the common pattern. The Python community seems to have given this eff... Read more
http://lucumr.pocoo.org/2011/7/9/python-and-pola/
Tags: python, programming, design, language, blog, pythonic, ruby, computer, css, idioms Saved by: admin at 10 Jul 2011
When you use something for a long time you will develop some kind of sensing of what goes together and what does not appear to fit the common pattern. The Python community seems to have given this eff... Read more
http://lucumr.pocoo.org/2011/7/9/python-and-pola/
Tags: python, programming, design, language, blog, pythonic, ruby, computer, css, idioms Saved by: admin at 10 Jul 2011
PyPy Status Blog: Realtime image processing in Python
Image processing is notoriously a CPU intensive task. To do it in realtime, you need to implement your algorithm in a fast language, hence trying to do it in Python is foolish: Python is clearly not f... Read more
http://morepypy.blogspot.com/2011/07/realtime-image-processing-in-python.html
Tags: python, video, image, pypy, image-processing, processing, graphics, programming, realtime, imageprocessing Saved by: admin at 08 Jul 2011
Image processing is notoriously a CPU intensive task. To do it in realtime, you need to implement your algorithm in a fast language, hence trying to do it in Python is foolish: Python is clearly not f... Read more
http://morepypy.blogspot.com/2011/07/realtime-image-processing-in-python.html
Tags: python, video, image, pypy, image-processing, processing, graphics, programming, realtime, imageprocessing Saved by: admin at 08 Jul 2011
6.006: Introduction to Algorithms - Massachusetts Institute of Technology
Curso de algoritmos do MIT, baseado no livro Cormen e utilizando Python como linguagem.
http://courses.csail.mit.edu/6.006/spring11/notes.shtml
Tags: python, algorithms, programming, mit, reference, algorithm, tutorial, education, toread, lectures Saved by: admin at 06 Jul 2011
Curso de algoritmos do MIT, baseado no livro Cormen e utilizando Python como linguagem.
http://courses.csail.mit.edu/6.006/spring11/notes.shtml
Tags: python, algorithms, programming, mit, reference, algorithm, tutorial, education, toread, lectures Saved by: admin at 06 Jul 2011
Write your first MapReduce program in 20 minutes | Michael Nielsen
[(intermediate_key,intermediate_value), (intermediate_key',intermediate_value'), ...] The output from all the different input pairs is then sorted, so that values associated with the same intermedi... Read more
http://michaelnielsen.org/blog/write-your-first-mapreduce-program-in-20-minutes/
Tags: mapreduce, programming, tutorial, google, python, development, howto, toread, hadoop, map-reduce Saved by: admin at 25 Jun 2011
[(intermediate_key,intermediate_value), (intermediate_key',intermediate_value'), ...] The output from all the different input pairs is then sorted, so that values associated with the same intermedi... Read more
http://michaelnielsen.org/blog/write-your-first-mapreduce-program-in-20-minutes/
Tags: mapreduce, programming, tutorial, google, python, development, howto, toread, hadoop, map-reduce Saved by: admin at 25 Jun 2011
(think) - Django 1.3 vs Rails 3: A not so final showdown
In this article I’ll try to compare the frameworks in a totally friendly way; if you’ve expected an epic flame war post you may very well stop reading here. I’m obviously no Rails/Django guru, s... Read more
http://batsov.com/Ruby/Rails/Python/Django/2011/06/19/django-vs-rails.html
Tags: django, rails, programming, python, ruby, web, webdev, article, tutorial, comparison Saved by: admin at 20 Jun 2011
In this article I’ll try to compare the frameworks in a totally friendly way; if you’ve expected an epic flame war post you may very well stop reading here. I’m obviously no Rails/Django guru, s... Read more
http://batsov.com/Ruby/Rails/Python/Django/2011/06/19/django-vs-rails.html
Tags: django, rails, programming, python, ruby, web, webdev, article, tutorial, comparison Saved by: admin at 20 Jun 2011