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 4: Line 4:


* [[PyCon_into_to_open_source/Windows_command_line|Windows]]
* [[PyCon_into_to_open_source/Windows_command_line|Windows]]
* [[PyCon intro to open source/OSX command line|OS X]]
* [[PyCon_into_to_open_source/OSX command line|OS X]]
* [[PyCon intro to open source/Linux command line|Linux]]
* [[PyCon_into_to_open_source/Linux command line|Linux]]


== Goal #2: install a text editor ==
== Goal #2: install a text editor ==
Line 13: Line 13:
If you would like to use a different text editor from the recommendation for your operating system, please let a staff member know.
If you would like to use a different text editor from the recommendation for your operating system, please let a staff member know.


* [[PyCon intro to open source/Windows text editor|Windows]]
* [[PyCon_into_to_open_source/Windows text editor|Windows]]
* [[PyCon intro to open source/OSX text editor|OS X]]
* [[PyCon_into_to_open_source/OSX text editor|OS X]]
* [[PyCon intro to open source/Linux text editor|Linux]]
* [[PyCon_into_to_open_source/Linux text editor|Linux]]


== Goal #3: install an IRC client ==
== Goal #3: install an IRC client ==
Line 21: Line 21:
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.
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.


* [[PyCon intro to open source/Windows IRC|Windows]]
* [[PyCon_into_to_open_source/Windows IRC|Windows]]
* [[PyCon intro to open source/OSX IRC|OS X]]
* [[PyCon_into_to_open_source/OSX IRC|OS X]]
* [[PyCon intro to open source/Linux IRC|Linux]]
* [[PyCon_into_to_open_source/Linux IRC|Linux]]


== Bonus material ==
== Bonus material ==

Revision as of 15:01, 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

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.

If you would like to use a different text editor from the recommendation for your operating system, please let a staff member know.

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