Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Demos

A place for some highly commented, basic and incremental tutorials.

Check them in the following order:

  1. Setting up your development environment (TO BE DONE)

  2. Hello, world! (also includes a recommended Python toolbox)

  3. Our first filter

  4. An introduction to debugging and logging

  5. Command line options processing (TO BE DONE)

  6. Environment variables processing (TO BE DONE)

  7. Configuration file processing (TO BE DONE)

  8. Dynamic debugging and logging (TO BE DONE)

  9. A program skeleton (TO BE DONE)

  10. Writing a script to test the new command against the installed one (TO BE DONE)

  11. Writing a manual page (TO BE DONE)

  12. Writing an installation script with Make (TO BE DONE)

  13. A full skeleton for software distribution (TO BE DONE)

  14. Making a pip package for our command (TO BE DONE)

You can also check our echobox program for an example covering the steps 1 to 12.

Beyond that point, the handy Python Standard Library online documentation and the online book Automate the Boring Stuff with Python could also be useful to progress quickly.

RTFM! as they say.