linux/unix
Linux/Tutorials
- http://www.dailyartisan.com/news/open-source-e-books-for-linux/
- http://www.linuxtopia.org/online_books/linux_programming_index.html
- http://linux.die.net/HOWTO/HOWTO-INDEX/categories.html
- http://linux.die.net/
- http://linux.die.net/man/
- http://virt-manager.et.redhat.com/
COMMANDS
- http://landru.uwaterloo.ca/~mjhudson/docs/unix_cheat_sheet.html
- http://linuxcommand.org/ intro to the linux command prompt
BASH
- http://www.ibm.com/developerworks/linux/library/l-bash.html
- http://www.linuxtopia.org/online_books/advanced_bash_scripting_guide/
- http://en.tldp.org/LDP/abs/html/http://www.hypexr.org/bash_tutorial.php
- http://greenteapress.com/thinkpython/html/book001.html
- http://www.pyschools.com/
- http://oopweb.com/Python/Documents/easytut/VolumeFrames.html
- 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
- Object Oriented programming from Sun (for Java, but it applies well to Python)
Tutorials
http://www.linuxjournal.com/article/3946
- “Why Python Rocks” articles:
- inline documentation - datastructures - parameterexpansion
- the standard Python tutorial written by the author of the language, Guido van Rossum
- Python for nonprogrammers written for Civilization IV modders
- very fast introduction to idiomatic Python
- Software carpentry ā well written, aimed at math/science types
Idioms
- Large list of good/bad idioms:
- http://www.fantascienza.net/leonardo/ar/python_best_practices.html
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
- https://www.gotossh.com/
- http://blog.lxpages.com/ultimate_network.html
- http://www.ip-adress.com/ipaddressdistance/
- http://www.mozdev.org/projects/active.html
- http://icanhaslinux.com/2007/09/07/10-ways-linux-can-breath-life-into-your-old-pcs/
Web design color wizard 1