Introduction to ART-python¶
ART-python is my first attempt to do something useful with Python3.
- So far it extends no further than:
- some basic database management capabilities,
- some ‘utilities’,
- a program for tracking meter readings,
- a program for tracking car costs and
- a program for managing iPlayer recordings.
Motivation¶
As I’m just starting out with Python and have just completed a working attempt at python code to do ‘stuff’, I am now playing with Sphinx as a means of documenting that stuff.
Limitations¶
- Really, loads of them!