links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
stargaming, member since Aug 13, 2006
.
Search Everyone: "python",

Top "python" experts: stargaming, tomz, cetoli, masterchef, lena, denilw,

Groups about "python": Python, Python, django, Naveen, Zope,

1 - 10 of 527 next »   Watch stargaming
 
diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease. An HTTP/1.1 implementation is included as an example, which can be used for building web applications.
by stargaming 2009-09-24 00:54 python · concurrency
http://dieselweb.org/lib/ - cached - mail it - history
LEPL combines the simplicity and ease–of–use of a recursive descent parser with scalability (through memoisation) and advanced (but optional) features like lexing, AST generation, offside–rule, robustness to ambiguous and left–recursive grammars, etc.
by stargaming 2009-09-20 16:36 python · parsing
http://www.acooke.org/lepl/ - cached - mail it - history
The Forbidden Peps: Pep drafts for a stdlib breakout, reorganization and pony-inclusion.
by stargaming 2009-09-17 09:12 python · future
http://bitbucket.org/jnoller/draft-peps/src/tip/pep-stdlib_breakout.txt - cached - mail it - history
Simple, elegant HTML generation. To construct HTML start with an instance of html.HTML(). Add tags by accessing the tag's attribute on that object.
by stargaming 2009-09-17 09:12 python · html
http://pypi.python.org/pypi/html - cached - mail it - history
I'd like to look at the inner workings of Python's thread synchronization primitives. In part, this is motivated by a general interest in knowing how Python works on multicore machines. However, it's also related to something that I noticed when putting my GIL talk together. So, we'll take a little tour under the covers, do a few experiments, and think about how this might fit into the "big picture."
by stargaming 2009-09-15 09:12 python · concurrency
http://www.dabeaz.com/blog/2009/09/python-thread-synchronization.html - cached - mail it - history
An interesting discussion was started over on the stdlib-sig about whether argparse should be added to the standard library, and if so how to handle/whether to deprecate getopt and optparse. Since the discussion showed rather well how people think the standard library should evolve I figured I would blog about those views and my own (assuming I don't mess up and misrepresent people).
by stargaming 2009-09-15 09:12 python · future
http://sayspy.blogspot.com/2009/09/evolving-standard-library.html - cached - mail it - history
Real-time updates have become an important aspect of the social Web that make it easier to share with friends. In March, we introduced a real-time News Feed to make the stream as relevant and engaging as possible for users. Similarly, FriendFeed, which we recently acquired, built their entire site to support real-time updates. It hasn't been easy to build and scale these features, so today we're open-sourcing a core piece of infrastructure called Tornado, which was originally developed by the FriendFeed team.
by stargaming 2009-09-11 10:00 concurrency · webdev · python
http://developers.facebook.com/news.php?blog=1&story=301 - cached - mail it - history
With python we can easily create a piece of software that expresses some basic desired behavior, like rspec does, but much more pythonic.
by stargaming 2009-09-08 12:28 python · parsing
http://blog.fmeyer.org/entry/writing_a_domain_specific_language_dsl_with_python - cached - mail it - history
I want to answer three questions: What sucks, now, about web development? How will we fix it? Can we fix it with Python?
by stargaming 2009-09-07 01:03 python · webdev
http://jacobian.org/writing/snakes-on-the-web/ - cached - mail it - history
Pyntch is a PYthoN Type CHecker. It detects possible runtime errors before actually running a code. Pyntch examines a source code statically and infers all possible types of variables, attributes, function arguments, and return values of each function or method.
by stargaming 2009-09-06 14:12 python
http://www.unixuser.org/~euske/python/pyntch/index.html - cached - mail it - history
1 - 10 of 527 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates