Chicago Python Uers Group
Homepage:
http://chipy.org
The Chicago Python Users Group hold monthly meetings with presentations and discussion.
Recent Messages
-
CherryPy decorators question
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Python 3.0 urllib.parse.urlencode()
Hello, I'm writing a test suite that uses URLs and HTTP requests. I would like to use a 'latin-1' for encoding some of the query string information. I noticed in the Python 3.0 library documentation that urllib.parse.quote_plus() allows me to send "bytes". When I use
-
May Meeting
Just for clarification, the Silversmith location would be for May---a few months ahead. I have no idea on the March meeting. If there is interest in this (which there seems to be), I will need to make a few phone calls to see if I can reserve the space for that evening. Sadly, hotels don't operate on a "charity model" although I
-
March topics
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
March meeting
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Sony Playstation - Python Developer - Full-Time
Opportunity
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Pycon Session Chairs
Hi All, http://us.pycon.org/2009/conference/schedule/ The session chair is responsible for being at the session a little early, helping the speaker with water and instruction, introducting the speaker, and keeping the speaker aware of time. I'll help you
-
ANN: Nose Plugin to run JavaScript tests
I've been messing around with a Nose plugin that discovers JavaScript test files (just like .py files but ending in .js). It collects them and runs them all at the end in a java subprocess using Rhino. Not the most elegant solution but so far it seems like a nice way to maintain a test suite of both Python and JavaScript code.
-
videos are on the way
the talks are transcoded and uploading as I type. Arduino is up and being converted to flash now: http://chipy.blip.tv/file/1771318/ or if you can't wait: http://carlfk.blip.tv/file/1770677/ Carl K _______________________________________________
-
Links for Arduino Talk
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Bespin Python Highlighting
Awesome meeting last night. https://bespin.mozilla.com/index.html Wondering if anyone in the know, knows the status of Python file highlighting. It says there is only js/html/css(or something else) at the moment.
-
ANN: BarCamp NewsInnovation
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Creating property() members programmatically
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
ANN ChiPy February Meeting Thursday, 12th, at Sully's
Chicago Python User Group ========================= Go ChiPy! After last month's hugely successful language comparison mayhem, the world's most successful user group strikes again! Robots and OS Packaging, are the major topic areas.
-
torrent and python
Hello, I was wondering if somebody has played around with the torrent files in python? http://code.google.com/p/metalink-library/source/browse/trunk/metalink.py I was looking for a python library that would take a big file, or set of files and create torrent files for them and then serve them in a
-
February Meeting Part II
The feedback for this meeting that needs sort out. Thanks in advance for everyone who stepped up to the plate. It will certainly be one of our best, if not the best ever... I want to be fair and keep things moving at the same time. If I missed you, or I read the feedback incorrectly, now is the time to
-
Python for Teachers (Pycon promo from Portland, long)
So the horses are out of the gate [0] and I'm running dead last (did I hear someone say "running"?). Sorry Steve (he's the jockey). Maybe there's still time to rent that blimp?[1] Here's a link to me blog (yar!) bristling with follow-up links, re our agenda in Portland (open source capital), getting some good results,
-
order of keyword arguments
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Our wiki
We finally are upgrading our wiki at http://chipy.org The site may be up and down today and tomorrow. Thanks, Brian Ray _______________________________________________
-
Metra Rail schedule -> sql db
Hi Massimo, Thanks for providing this code. Is there a way that I can just run this from the command line? I would like to do something like ./getMetra.py
-
I like the arduinos + robots idea
I like the arduinos + robots idea. There are some groups at the high-school level that would find this real interesting and I can reach them. Marc Temkin _______________________________________________ Chicago mailing list
-
ANN: Fudge: python mock / stub framework
Hi all (sorry about the x-post ye Thunderbird users) I'm excited to announced the release of Fudge, a Python module for replacing real objects with fakes (mocks, stubs, etc) while testing. http://farmdev.com/projects/fudge/
-
Re off-topic topic
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Module Visualizer?
Anyone know of an easy way to visualize a Python Module? Like with fancy charts, or UML or something? Chris _______________________________________________ Chicago mailing list
-
Topic idea on COTS and Python
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Video of January meeting?
Is there video available of the January 2009 meeting? My quick search was not fruitful. Thanks, Christian _______________________________________________
-
February Meeting
It's that time again... * Should we ask Brantley to expand on his lightining talk people loved so much. * I think It would be nice to have a meeting dedicated to Ian Bicking and his contribution to ChiPy/Python in the near future.
-
Visio Altenatives
Looking for Visio alternatives I came across Dia, which seems to be scriptable with Python <http://projects.gnome.org/dia/python.html>. I am just looking for some free flow charting software. Has anyone tried, Dia? UML and Python scriptability support is a plus, but not my primary goal. I need to send a flowchart as PDF to an international
-
Languages compared with Python
As promised here is a list of the languages which were or were not C Logo Smalltalk Groovy
-
pycon practice at Leapfrog tonight
5:15-7pm. Leapfrog Online 807 Greenwood St Evanston, IL 60201 5:15-6:00 setup
-
threads and xmlrpc?
Hello, I'm running a threaded app using some calls via xmlrpc. The problem I run into is that connection is reset by peer after about 10min (~500 calls). I use a single connection and a queue of 8 threads to get the data. Would anybody have an example on how to run xmlrpc in a thread?