PyCon intro to open source: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 9:
== Goal #2: install a text editor ==
 
We need a good text editor (not a word processor!) for editing Python code.
In addition to being able to run Python, we are going to install a good text editor for writing and saving Python code during the workshop.<br />
 
If you wouldalready like to usehave a differentpreferred text editor from the recommendation for your operating system, please let a staffskip memberthis knowstep.
 
* [[PyCon_intro_to_open_source/Windows text editor|Windows]]

Revision as of 15:06, 2 February 2013

Goal #1: practice navigating from the command line

Many of the tools of open source development are primarily used via the command line. Let's get some practice with navigating the computer from the command line.

Goal #2: install a text editor

We need a good text editor (not a word processor!) for editing Python code.

If you already have a preferred text editor, skip this step.

Goal #3: install an IRC client

IRC is a real-time chat protocol that open source projects often use to talk about the project and as a medium for users and developers to help each other.

Bonus material

  • Find and join an IRC channel for something you are interested in.
    • on Freenode, try channels like #python, #django
    • You can get a full list of Freenode's channels here