<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=67.180.210.212</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=67.180.210.212"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/67.180.210.212"/>
	<updated>2026-04-07T06:45:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Jeff_Tchang&amp;diff=32690</id>
		<title>Jeff Tchang</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Jeff_Tchang&amp;diff=32690"/>
		<updated>2013-07-05T19:05:27Z</updated>

		<summary type="html">&lt;p&gt;67.180.210.212: /* Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Projects ==&lt;br /&gt;
* Working on an open source python program that works with the Eye Fi wireless SD card (http://www.eye.fi/)&lt;br /&gt;
* Network infrastructure and architecture (http://returnbooleantrue.blogspot.com/)&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
&lt;br /&gt;
=== ssh public key ===&lt;br /&gt;
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA7TMmh9muTb6dX8RyRGwpgX5GIjsg5gp8HjPJxly6UuxDPrCdTudepXUIFzXKJ9pDeLDinOR4QC41EetWmHRuf7ZvBMnL7BATDBotYZEF5bzq5/fGY4V4inU7jnOdc4kr9zzrQF5sGzbCZBMFIGJfqxAFBlMMU4Ea8ZqOMbwZwPE=&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;tt&amp;gt;/etc/passwd&amp;lt;/tt&amp;gt; entry ===&lt;br /&gt;
&lt;br /&gt;
 #adduser --gecos &#039;Jeff Tchang&#039; zemmekkis&lt;/div&gt;</summary>
		<author><name>67.180.210.212</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=PyClass&amp;diff=26062</id>
		<title>PyClass</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=PyClass&amp;diff=26062"/>
		<updated>2012-06-12T16:49:44Z</updated>

		<summary type="html">&lt;p&gt;67.180.210.212: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First class in this series starts December 5th!&lt;br /&gt;
&lt;br /&gt;
Come learn [http://www.python.org/ Python], Wednesdays at 7:00 - 9:00 PM PST. 7:00 to 7:40 will be a super duper easy beginning topic, 7:40 to 8:00 will be advanced nuggets. At 8pm you have two choices: &lt;br /&gt;
 &lt;br /&gt;
1. Stick around and learn a web framework (through end of the year) or hack on a group project (starting in January). The first 3 weeks in December we will cover 3 different web frameworks: web.py, Flask, and Django. We will do the same project in each framework (task list or blog) so that everyone gets a feel for the different frameworks. Then together we will pick a framework, pick a project (see [[PyClass Project Ideas]] to add/comment) and kick off the new year with a several month adventure into making it happen. We will likely work with APIs and command line the first month with a special focus on testing and debugging then migrate into a skill orgy of templates, python, code reviews and git, climaxing at deployment and application management. &lt;br /&gt;
 &lt;br /&gt;
2. Go to the HTML, CSS, JS class.&lt;br /&gt;
&lt;br /&gt;
Both are excellent choices and you can go back and forth. We are currently building a weekly schedule that you can peek at by clicking on: [[Working Syllabus]]&lt;br /&gt;
In general, this is your class peeps! We are here to serve you so any feedback is welcome. &lt;br /&gt;
&lt;br /&gt;
After 9pm we will have open hacking time and time for questions for those that went to the HTML class and want to come back for more or those that are kicking so much ass they just can&#039;t go home yet. If you have problems from work or home feel free to bring them after 9 and everyone can help each other.&lt;br /&gt;
&lt;br /&gt;
For redundancy, not 1 but 2(!) people will be helping run these classes. Please contact either of us with comments/questions:&lt;br /&gt;
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy] &lt;br /&gt;
* Kellan Jacobs  [http://twitter.com/kellankade @kellankade] &lt;br /&gt;
&lt;br /&gt;
Cost: Free! That&#039;s right homies. Bring your good vibes and we are at your disposal!&lt;br /&gt;
&lt;br /&gt;
Also [[Tastebridge]] will be making dinner before class. What more could you ask for?&lt;br /&gt;
&lt;br /&gt;
=== Githubs ===&lt;br /&gt;
Almost all of the code can be found in the noisebridge repo on github.&lt;br /&gt;
* https://github.com/noisebridge/Intro-Python&lt;br /&gt;
* https://github.com/noisebridge/web2py-noiselist&lt;br /&gt;
* https://github.com/noisebridge/flask-noiselist&lt;br /&gt;
* https://github.com/tachang/django_noiselist&lt;br /&gt;
&lt;br /&gt;
=== Mailing List ===&lt;br /&gt;
Sign up for this now!&lt;br /&gt;
* http://groups.google.com/group/pyclass&lt;br /&gt;
&lt;br /&gt;
===  [Old] Class Slides ===&lt;br /&gt;
* [http://egonschiele.github.com/pyclass Slides on Github]&lt;br /&gt;
&lt;br /&gt;
=== Other Helpful Texts ===&lt;br /&gt;
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]&lt;br /&gt;
* [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist]&lt;br /&gt;
* [http://www.swaroopch.com/notes/Python A Byte of Python]&lt;br /&gt;
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - a handy reference&lt;br /&gt;
* [http://docs.python.org/ Python Documentation]&lt;br /&gt;
** [http://docs.python.org/library/index.html Python Standard Library]&lt;br /&gt;
** [http://docs.python.org/reference/index.html Python Language Reference]&lt;/div&gt;</summary>
		<author><name>67.180.210.212</name></author>
	</entry>
</feed>