workshops:python_with_glue
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| workshops:python_with_glue [2012/01/22 15:20] – 62.235.231.149 | workshops:python_with_glue [2012/01/22 17:42] (current) – 62.235.231.149 | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| # Creating a class | # Creating a class | ||
| class Hello: | class Hello: | ||
| - | | + | |
| + | return ' | ||
| | | ||
| # Or the now official way (compatible with python3) | # Or the now official way (compatible with python3) | ||
| Line 42: | Line 43: | ||
| You can add attributes and methods on the fly. | You can add attributes and methods on the fly. | ||
| + | |||
| + | === Pyinotify === | ||
| + | A python module for monitoring filesystem changes | ||
| + | https:// | ||
| + | |||
| + | === Scapy === | ||
| + | http:// | ||
| + | Interactive packet manipulation program | ||
| + | |||
| + | |||
workshops/python_with_glue.1327242003.txt.gz · Last modified: by 62.235.231.149
