Contributing to Python: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 7: Line 7:
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]]
* [[Contributing_to_Python/Windows IRC|Windows]]
* [[PyCon_intro_to_open_source/OSX IRC|OS X]]
* [[Contributing_to_Python/OSX IRC|OS X]]
* [[PyCon_intro_to_open_source/Linux IRC|Linux]]
* [[Contributing_to_Python/Linux IRC|Linux]]


== Goal #2: practice navigating from the command line ==
== Goal #2: practice navigating from the command line ==
Line 15: Line 15:
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_to_open_source/Windows_command_line|Windows]]
* [[Contributing_to_Python/Windows_command_line|Windows]]
* [[PyCon_intro_to_open_source/OSX command line|OS X]]
* [[Contributing_to_Python/OSX command line|OS X]]
* [[PyCon_intro_to_open_source/Linux command line|Linux]]
* [[Contributing_to_Python/Linux command line|Linux]]


== Goal #3: install a text editor ==
== Goal #3: install a text editor ==
Line 25: Line 25:
If you already have a preferred text editor, skip this step.
If you already have a preferred text editor, skip this step.


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


== Goal #4: Get familiar with the Python bug tracker ==
== Goal #4: Get familiar with the Python bug tracker ==