Skip to content

Second part of the 10X curriculum for Beginning Python.

License

Notifications You must be signed in to change notification settings

StudiMY/102-beginning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

studi.my: 102 Beginning Python

The curriculum for studi.my: Beginning Python, 2nd Part

This is the curriculum material to learn basic Python programming. Table Of Contents:

  • Data structures
  • Looping

Copyright and licenses

Copyright 2018 MARIMORE ENGINEERING SDN. BHD. (925539-H)

Licensed under the Creative Commons Attribution 4.0 International Public License (CC-BY).

Getting started

Installing Sphinx

Before you can build the documentation, you'll need to have Sphinx on you system. We suggest that you do it witihin a virtualenv, like so:

$ virtualenv -p python3 $HOME/py3
$ $HOME/py3/activate
$ which pip
/$HOME/py3/bin/pip
$ pip install Sphinx

Create html pages

$ make html