Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 723 Bytes

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