Python: Links, News And Resources (6)

Previous Post
Next Post

I’m working hard on my PythonSharp interpreter, and I should write a post about the process. Meanwhile, more links about Python:

Python IDEs
http://python.org.ar/pyar/IDEs

About Python Module of the Week
http://www.doughellmann.com/PyMOTW/about.html

Django vs web2py for a beginner developer
http://stackoverflow.com/questions/4352428/django-vs-web2py-for-a-beginner-developer

Stop Using “print” for Debugging: A 5 Minute Quickstart Guide to Python’s logging Module
http://inventwithpython.com/blog/2012/04/06/stop-using-print-for-debugging-a-5-minute-quickstart-guide-to-pythons-logging-module/

nicferrier / multiserver
a multiple instance server over wsgi
https://github.com/nicferrier/multiserver

Bacula – La solución de Backup Open Source Basada en Red
http://www.bacula.org/es/

Bacula[MW] 0.1
http://blog.wvivanco.org/?p=18

Open Source laboratory information management systems
http://www.bikalabs.com/

deap 0.8
http://pypi.python.org/pypi/deap/0.8
Distributed Evolutionary Algorithms in Python

DYLA 2012
http://scg.unibe.ch/wiki/events/dyla2012
6th Workshop on Dynamic Languages and Applications.

Building real-time feed updates for NewsBlur with Redis and WebSockets
http://blog.newsblur.com/post/20371256202/building-real-time-feed-updates-for-newsblur

Requests: HTTP for Humans
http://docs.python-requests.org/en/latest/index.html

The Future of Python HTTP
http://kennethreitz.com/the-future-of-python-http.html

Objects, values and types
http://docs.python.org/reference/datamodel.html

Lisp as the Maxwell’s equations of software
http://www.michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software/

(How to Write a (Lisp) Interpreter (in Python))
http://norvig.com/lispy.html

PyInstaller
http://www.pyinstaller.org/
PyInstaller is a program that converts (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX.

MyHDL is fast!
http://myhdl.org/doku.php/performance
MyHDL is implemented as a pure Python application
To make MyHDL simulations fast, all you have to do is to use the right Python interpreter, which may be different than the one you are using today. The interpreter of choice is developed by the the PyPy project and comes with a Just-In-Time (JIT) compiler.

My Links
http://delicious.com/ajlopez/python

Keep tuned!

Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez

1 thought on “Python: Links, News And Resources (6)

  1. Pingback: Python: Links, News And Resources (7) « Angel ”Java” Lopez on Blog

Leave a comment