Size: 4396
Comment:
|
Size: 5468
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
[[http://pycho.us|Charlottesville Python Labs (PyCHO)]] meet every third Tuesday at [[http://getopenspace.com/|OpenSpace]] in Charlottesville, VA, USA. | [[http://pycho.us|Charlottesville Python User Group (PyCHO)]] meets every third Tuesday at [[http://getopenspace.com/|OpenSpace]] in Charlottesville, VA, USA. |
Line 6: | Line 6: |
We're a small, but enthusiastic group. Below, we note the high-level details of each meeting. Monthly attendance floats between 3 and 7 people, with total membership at 10 people (and a few extras on the mailing list). |
|
Line 7: | Line 9: |
* Tuesday, Feb 16, 2010 | * Tuesday, Mar 16, 2010 |
Line 13: | Line 15: |
= Upcoming Meetings = * We may get together for a hack session on our group project in the meantime. See the mailing list for details. |
|
Line 28: | Line 27: |
== Tuesday, Feb 16, 2010 == * 3 attendees * !OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 ([[http://getopenspace.com/|info]]) * investigated Python in a [[http://www.debian.org/|Debian]] environment running on an [[http://android.com|Android]] G1 - Android and Debian running on the same device without interfering with each other ([[http://www.saurik.com/id/10|setup instructions here]]) * discussed experience with running Python on embedded devices - not as slow as some might think * Debian on Android gives a full Python installation with entire standard library - can connect to [[http://code.google.com/p/android-scripting/|Android Scripting Environment]] by RPC to access Android API from the Debian side * virtualenv and extension modules work fine on debian+Android * installed [[http://supervisord.org/|supervisor]] on Android via Debian; can easily launch any linux-based background application on Android using supervisor! |
Charlottesville Python User Group (PyCHO) meets every third Tuesday at OpenSpace in Charlottesville, VA, USA.
We're a small, but enthusiastic group. Below, we note the high-level details of each meeting. Monthly attendance floats between 3 and 7 people, with total membership at 10 people (and a few extras on the mailing list).
Next Meeting
- Tuesday, Mar 16, 2010
- 6:00-8:00pm
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
- Bring (optional):
- a laptop with Python installed
- VGA-ready connection
At some point...
- We may meet with other local language groups (TBD)...
Cross-Language Meetup: RubyCodeJam, Charlottesville .NET User Group (?)
- further details: TBD
Discuss Online
mailing list: centralva@python.org
twitter hashtag: http://search.twitter.com/search?q=%23PyCHO
Past Meetings/Events/Notes
Tuesday, Feb 16, 2010
- 3 attendees
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
investigated Python in a Debian environment running on an Android G1 - Android and Debian running on the same device without interfering with each other (setup instructions here)
- discussed experience with running Python on embedded devices - not as slow as some might think
Debian on Android gives a full Python installation with entire standard library - can connect to Android Scripting Environment by RPC to access Android API from the Debian side
- virtualenv and extension modules work fine on debian+Android
installed supervisor on Android via Debian; can easily launch any linux-based background application on Android using supervisor!
Tuesday, Jan 19, 2010
- 3 attendees
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
A look at pyjamas
- discussed new hack night format
Tuesday, Dec 15, 2009
- 5 attendees
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
More Python on Android with the Android Scripting Environment (ASE).
Tuesday, Nov 17, 2009
- 5 attendees
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
Dove into Python on Android with the Android Scripting Environment (ASE).
We had 3 Android phones (incl. the new Droid), and played with sensors & httpd. We added a simple hack to allow connecting ASE over wifi, without USB cables. This will allow future attendees to run Python on an Android device from their laptops, without needing to bring their own Android device (esp. if they don't have one).
Tuesday, Oct 20, 2009
- 4 attendees
OpenSpace, 455 Second Street SE, Suite 100 Charlottesville, VA 22902 (info)
explored werkzeug.contrib.atom and demo'd Atom in LodgeIt
Tuesday, Sep 15, 2009
- 4 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
hacked a simple proof of concept for RSS of pasties in LodgeIt
Tuesday, Aug 18, 2009
- 6 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
- discussed unit testing in Python:
Tuesday, Jul 21, 2009
- 6 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
started the PyCHO project, discussed http://pypi.python.org/pypi
project: http://github.com/fj/whiskeytub
Tuesday, Jun 16, 2009
- 4 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
- "hack night"
- discussed potential projects to tackle as a group
Tuesday, May 19, 2009
- 7 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
- theme: Dive into Python Web Frameworks
presentation: Diving into CGI, WSGI, and web.py, led by Ron DuPlain
presentation: Diving into Django, led by Matt Dawson
presentation: Diving into SQLAlchemy, led by Kai Groner
- Served: soft drinks + cookies
Tuesday, April 21, 2009
- 7 attendees
520 Edgemont Rd, Charlottesville, VA 22903 (map)
presentation: What's in a Python Users Group?
Ron DuPlain
- demo: PyPI, pip, and virtualenv
- Kai Groner
Ron DuPlain
Wednesday, April 1, 2009
- Hello, World.