Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Introduction to programming with Python
***************************************

This workshop is an introduction to basic programming concepts and
abstractions. It is laid out for hands-on workshops taking up roughly 4 hours.
This workshop introduces basic programming concepts and abstractions.
It is laid out for hands-on workshops taking up approximately 4 hours.
While we have tried to be compatible with Python 2 _and_ 3 wherever possible,
we'd strongly encourage you to use Python 3.

Expand All @@ -19,7 +19,7 @@ HTML Version
You can view this workshop being hosted here:
http://opentechschool.github.io/python-beginners/

The following sections are for people who want to contribute.
The following sections are for people who want to contribute to the project.

Setup
=====
Expand Down Expand Up @@ -58,7 +58,7 @@ You can view this in a browser by running ``fab serve`` and visiting the
web address listed.

Other `builders <http://sphinx.pocoo.org/builders.html#builders>`_ can be
passed as an argument. For instance use ``singlehtml`` to render the whole
passed as an argument. For instance use ``singlehtml`` to render whole
tutorial into a single HTML file::

$ fab build:en,singlehtml
Expand Down