linux/unix

Linux/Tutorials

COMMANDS

BASH

PYTHON

  • http://wiki.python.org/moin/BeginnersGuide/NonProgramme
  • http://niche.uwo.ca/programming-historian/index.php/Getting_started

Dive into Python — easy to read, for programmersIBM developerWorks has a great series of “Charming Python” articles.- and a cheat sheet

Tutorials

http://www.linuxjournal.com/article/3946

  • “Why Python Rocks” articles:

- inline documentation - datastructures - parameterexpansion

Idioms

From

if __name__ == '__main__':    # Do something appropriate here, like calling a    # main() function defined elsewhere in this module.    main()else:    # Do nothing. This module has been imported by another    # module that wants to make use of the functions,    # classes and other useful bits it has defined.

NETWORKING

APPS

Web design color wizard 1