Size: 2624
Comment:
|
Size: 2712
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* Tuesday, Aug 18, 2009 * 6:30-8:00pm (feel free to stay later to mingle) |
* Tuesday, Sep 15, 2009 * 6:30-8:00pm |
Line 11: | Line 11: |
* planned: structuring a Python project, intro to unit testing in Python | * planned: pick up our group project... write some code |
Line 15: | Line 15: |
== September == * Tuesday, Sep 15, 2009 * 6:00-9:00pm+ * 520 Edgemont Rd, Charlottesville, VA 22903 ([[http://go.nrao.edu/er|map]]) |
* We may get together for a hack session on our group project in the meantime. See the mailing list for details. == At some point... == * We may meet with other local language groups (TBD)... |
Line 26: | Line 27: |
= Possible Topics = * SQLAlchemy * web frameworks: Django, web.py, TurboGears, and more * Google App Engine * testing: unittest, doctest, nose, py.test, ... * graphics & scientific computing * something awesome in Python (show & tell) * IDEs (or even: bring a laptop and let others peek at your development environment) * open space: decide on topics at the meeting, breakout * (Suggest a topic!) |
|
Line 39: | Line 29: |
== Tuesday, Aug 18, 2009 == * 6 attendees * 520 Edgemont Rd, Charlottesville, VA 22903 ([[http://go.nrao.edu/er|map]]) * discussed unit testing in Python: * [[http://docs.python.org/library/unittest.html|unittest]] (std. lib) * [[http://docs.python.org/library/doctest.html|doctest]] (std. lib) * [[http://somethingaboutorange.com/mrl/projects/nose|nose]] (easy_install nose) * [[http://pytest.org/|py.test]] (part of pylib) * project: http://github.com/rduplain/whiskeytub |
The Charlottesville Python User Group meets every third Tuesday at NRAO in Charlottesville, VA, USA.
Next Meeting
- Tuesday, Sep 15, 2009
- 6:30-8:00pm
520 Edgemont Rd, Charlottesville, VA 22903 (map)
- planned: pick up our group project... write some code
Upcoming Meetings
- We may get together for a hack session on our group project in the meantime. See the mailing list for details.
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, 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.