User:Michael Murtaugh/Notes: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
* [http://docs.python.org/library/argparse.html#module-argparse argparse] (+ Inkscape) | * [http://docs.python.org/library/argparse.html#module-argparse argparse] (+ Inkscape) | ||
* | * http://wiki.inkscape.org/wiki/index.php/PythonEffectTutorial | ||
* Rudimentary understanding of BASH scripts | * Rudimentary understanding of BASH scripts | ||
* [[Make a PDF of a man page]] | * [[Make a PDF of a man page]] |
Revision as of 14:23, 18 September 2011
- Performing a script
- The concept of a "PATH"
- Creating a "bin" folder, ensuring it's in the path.
- Creating a "pythonlib" folder and adding it to the PYTHONPATH
Open .bash_aliases in your HOME directory, and add:
export PYTHONPATH=$PYTHONPATH:$HOME/pythonlib
- argparse (+ Inkscape)
- http://wiki.inkscape.org/wiki/index.php/PythonEffectTutorial
- Rudimentary understanding of BASH scripts
- Make a PDF of a man page
- midge/midi output
what is a script?
what is a variable?
what is a loop?
sources of (live) information:
- date
- traceroute