User contributions for SimonTeW
From FreeMind
Jump to navigationJump to search
18 March 2008
- 09:0809:08, 18 March 2008 diff hist +91 N File:MMM TowerBabel.mm Why Did The Tower of Babel Fail?: Notes from an essay from the book The Mythical Man-Month. current
- 09:0709:07, 18 March 2008 diff hist +75 N File:MMM PassingWord.mm Passing the Word: Notes from an essay from the book The Mythical Man-Month. current
- 09:0609:06, 18 March 2008 diff hist +83 N File:MMM SecondSystemEffect.mm The Second-System Effect: Notes from an essay from the book The Mythical Man-Month. current
- 09:0509:05, 18 March 2008 diff hist +96 N File:MMM AristocracySystemDesign.mm Aristocracy, Democracy, System Design: Notes from an essay from the book The Mythical Man-Month. current
- 09:0409:04, 18 March 2008 diff hist +76 N File:MMM SurgicalTeam.mm The Surgical Team: Notes from an essay from the book The Mythical Man-Month. current
- 09:0409:04, 18 March 2008 diff hist +45 N File:MMM MythicalManMonth.mm The Mythical Man-Month: Notes from the essay. current
- 09:0209:02, 18 March 2008 diff hist +70 N File:MMM TarPit.mm The Tar Pit: Notes from an essay from the book The Mythical Man-Month. current
17 March 2008
- 09:3409:34, 17 March 2008 diff hist +767 Mind map gallery →Python: Added the Python Computer Language top-level link with notes about it.
- 09:2209:22, 17 March 2008 diff hist +110 N File:Python InternetLinks.mm Notes about the Python computer language: Contents page with links to sub-maps about different Python topics.
16 March 2008
- 10:0410:04, 16 March 2008 diff hist +434 N User:SimonTeW No edit summary current
- 09:5209:52, 16 March 2008 diff hist +5,444 Mind map gallery Added Computer Languages and Python sections.
- 09:0009:00, 16 March 2008 diff hist +52 N File:Python COMClientSide.mm Notes on client-side COM (for Windows) using Python. current
- 08:5908:59, 16 March 2008 diff hist +65 N File:Python COMServer.mm Notes on creating a Windows COM server in Python using PythonWin. current
- 08:5808:58, 16 March 2008 diff hist +39 N File:Python RegularExpressions.mm Notes on regular expressions in Python. current
- 08:5708:57, 16 March 2008 diff hist +63 N File:Python SpecialAttributes.mm Notes on special method attributes in Python, such as __str__ .
- 08:5608:56, 16 March 2008 diff hist +68 N File:Python DataSerialization.mm Notes on using the cPickle module to serialize and deserialize data.
- 08:5408:54, 16 March 2008 diff hist +108 N File:Python FileIO.mm Notes on using Python to read and write to text and binary files. Includes dealing with large (huge) files.
- 08:5308:53, 16 March 2008 diff hist +108 N File:Python FileSystem.mm Useful Python functions for operating on the file system. Functions from os module, os.path, shutil module. current
- 08:4908:49, 16 March 2008 diff hist +87 N File:Python Path.mm Notes on the Python path (sys.path): How to initialize or add to sys.path; site module.
- 08:4808:48, 16 March 2008 diff hist +61 N File:Python Exceptions.mm Notes on Python exceptions: Raising, handling and assertions.
- 08:4608:46, 16 March 2008 diff hist +37 N File:Python Scoping And Namespaces.mm Notes on Python namespaces and scope.
- 08:4408:44, 16 March 2008 diff hist +101 N File:Python Packages.mm Notes on Python packages. Includes __init__.py files and rules for importing packages, sub-packages.
- 08:4208:42, 16 March 2008 diff hist +102 N File:Python Scripts.mm Notes on Python scripts. Includes commandline arguments and options and redirecting input and output.
- 08:4008:40, 16 March 2008 diff hist +24 N File:Python Modules.mm Notes on Python modules.
- 08:3608:36, 16 March 2008 diff hist +105 N File:Python Functions.mm Notes on Python functions: Parameters, assigning functions to variables, lambda expressions, doc strings.
- 08:3008:30, 16 March 2008 diff hist +87 N File:Python ControlFlow.mm Notes on control flow in Python. Does NOT include the basics, such as for, while, etc.
- 08:2708:27, 16 March 2008 diff hist +65 N File:Python DataTypes Bool.mm Python booleans: What evaluates to True, what evaluates to False.
- 08:2008:20, 16 March 2008 diff hist +106 N File:Python DataTypes Checking.mm Notes on checking / testing for Python data types (type function, types module, __class__ attribute, etc).
- 08:1808:18, 16 March 2008 diff hist +41 N File:Python DataTypes Dictionary.mm Notes on the Python dictionary data type.
- 08:1108:11, 16 March 2008 diff hist +63 N File:Python DataTypes Sequence.mm Notes on Python sequence data types: strings, lists and tuples.
15 March 2008
- 22:1022:10, 15 March 2008 diff hist +41 N File:Python DataTypes Numeric.mm A few notes on Python numeric data types.
- 22:0922:09, 15 March 2008 diff hist +75 N File:Python NamingConventions.mm Python naming conventions for modules, classes, functions, etc. From PEP8.
- 21:5921:59, 15 March 2008 diff hist +124 N File:Python Classes.mm Using classes in Python: Defining them, instance and class variables, methods, constructors & destructors, inheritance, etc.