PyCon intro to open source: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1: Line 1:
== Goal #1: practice command line navigation ==
== Goal #1: install a text editor ==


(Estimated completion time: 10 - 15 minutes)
(Estimated completion time: 2 - 10 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.

* [[PyCon_intro_to_open_source/Windows terminal navigation|Windows]]
* [[PyCon_intro_to_open_source/OSX terminal navigation|OS X]]
* [[PyCon_intro_to_open_source/Linux terminal navigation|Linux]]

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


We need a good text editor (not a word processor!) for editing Python code.
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.
If you already have a preferred text editor, you can use it instead, but note that word processors like Microsoft Word and Notepad will not work.


* [[PyCon_intro_to_open_source/Windows text editor|Windows]]
* [[PyCon_intro_to_open_source/Windows text editor|Windows]]
* [[PyCon_intro_to_open_source/OSX text editor|OS X]]
* [[PyCon_intro_to_open_source/OSX text editor|OS X]]
* [[PyCon_intro_to_open_source/Linux text editor|Linux]]
* [[PyCon_intro_to_open_source/Linux text editor|Linux]]

== Goal #2: 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.

* [[PyCon_intro_to_open_source/Windows terminal navigation|Windows]]
* [[PyCon_intro_to_open_source/OSX terminal navigation|OS X]]
* [[PyCon_intro_to_open_source/Linux terminal navigation|Linux]]


== Goal #3: install an IRC client ==
== Goal #3: install an IRC client ==