Changes

Jump to: navigation, search

OPS435 Python Lab 1

79 bytes added, 09:28, 17 May 2017
PART 2 - Setting up Your Python Environment For Labs
</source></li></ol>
<blockquote style="margin-left:35px;">{{Admon/tip|What is a Git?|In the dictionary, "'''git" ''' is defined as ''"an unpleasant or contemptible person"''. In the IT industry on the other hand, '''Git''' refers to a '''version control system ''' that allows you to track any changes made to files and programs(a more modern version of RCS - Revision Control System). The benefit to using git is primarily found when it's used with multiple people, sharing and working on code together. While that is not how we will be using it in this course, you may find some benefits in using it for managing multiple versions of the same program or for backing up your code onto the internet. Check out '''bitbucket ''' for a free private code repository.}}</blockquote>
<ol><li value="9" style="margin-left:25px;">IPython will be one of the tools we will use the most. Lets install it. You will learn more about it in the next section:<source>
13,420
edits

Navigation menu