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 5: Line 5:
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.
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.


* [[PyCon intro tutorial prep/Windows terminal navigation|Windows]]
* [[PyCon_intro_to_open_source/Windows terminal navigation|Windows]]
* [[PyCon intro tutorial prep/OSX terminal navigation|OS X]]
* [[PyCon_intro_to_open_source/OSX terminal navigation|OS X]]
* [[PyCon intro tutorial prep/Linux terminal navigation|Linux]]
* [[PyCon_intro_to_open_source/Linux terminal navigation|Linux]]


== Goal #2: install a text editor ==
== Goal #2: install a text editor ==

Revision as of 23:09, 9 April 2014

Goal #1: practice command line navigation

(Estimated completion time: 10 - 15 minutes)

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.

Goal #4: install git

Goal #5: sign up for GitHub