Uploads by SimonTeW

From FreeMind
Jump to navigationJump to search

This special page shows all uploaded files.

File list
First pagePrevious pageNext pageLast page
Date Name Thumbnail Size Description Versions
21:59, 15 March 2008 Python Classes.mm (file) 36 KB Using classes in Python: Defining them, instance and class variables, methods, constructors & destructors, inheritance, etc. 1
22:10, 15 March 2008 Python DataTypes Numeric.mm (file) 4 KB A few notes on Python numeric data types. 1
08:11, 16 March 2008 Python DataTypes Sequence.mm (file) 34 KB Notes on Python sequence data types: strings, lists and tuples. 1
08:18, 16 March 2008 Python DataTypes Dictionary.mm (file) 11 KB Notes on the Python dictionary data type. 1
08:20, 16 March 2008 Python DataTypes Checking.mm (file) 10 KB Notes on checking / testing for Python data types (type function, types module, __class__ attribute, etc). 1
08:27, 16 March 2008 Python DataTypes Bool.mm (file) 4 KB Python booleans: What evaluates to True, what evaluates to False. 1
08:30, 16 March 2008 Python ControlFlow.mm (file) 16 KB Notes on control flow in Python. Does NOT include the basics, such as for, while, etc. 1
08:36, 16 March 2008 Python Functions.mm (file) 15 KB Notes on Python functions: Parameters, assigning functions to variables, lambda expressions, doc strings. 1
08:40, 16 March 2008 Python Modules.mm (file) 18 KB Notes on Python modules. 1
08:42, 16 March 2008 Python Scripts.mm (file) 44 KB Notes on Python scripts. Includes commandline arguments and options and redirecting input and output. 1
08:44, 16 March 2008 Python Packages.mm (file) 19 KB Notes on Python packages. Includes __init__.py files and rules for importing packages, sub-packages. 1
08:46, 16 March 2008 Python Scoping And Namespaces.mm (file) 14 KB Notes on Python namespaces and scope. 1
08:48, 16 March 2008 Python Exceptions.mm (file) 15 KB Notes on Python exceptions: Raising, handling and assertions. 1
08:49, 16 March 2008 Python Path.mm (file) 13 KB Notes on the Python path (sys.path): How to initialize or add to sys.path; site module. 1
08:53, 16 March 2008 Python FileSystem.mm (file) 37 KB Useful Python functions for operating on the file system. Functions from os module, os.path, shutil module. 1
08:54, 16 March 2008 Python FileIO.mm (file) 38 KB Notes on using Python to read and write to text and binary files. Includes dealing with large (huge) files. 1
08:56, 16 March 2008 Python DataSerialization.mm (file) 9 KB Notes on using the cPickle module to serialize and deserialize data. 1
08:57, 16 March 2008 Python SpecialAttributes.mm (file) 6 KB Notes on special method attributes in Python, such as __str__ . 1
08:58, 16 March 2008 Python RegularExpressions.mm (file) 21 KB Notes on regular expressions in Python. 1
08:59, 16 March 2008 Python COMServer.mm (file) 45 KB Notes on creating a Windows COM server in Python using PythonWin. 1
09:00, 16 March 2008 Python COMClientSide.mm (file) 14 KB Notes on client-side COM (for Windows) using Python. 1
09:22, 17 March 2008 Python InternetLinks.mm (file) 23 KB Notes about the Python computer language: Contents page with links to sub-maps about different Python topics. 1
09:02, 18 March 2008 MMM TarPit.mm (file) 6 KB The Tar Pit: Notes from an essay from the book The Mythical Man-Month. 1
09:04, 18 March 2008 MMM MythicalManMonth.mm (file) 12 KB The Mythical Man-Month: Notes from the essay. 1
09:04, 18 March 2008 MMM SurgicalTeam.mm (file) 23 KB The Surgical Team: Notes from an essay from the book The Mythical Man-Month. 1
09:05, 18 March 2008 MMM AristocracySystemDesign.mm (file) 5 KB Aristocracy, Democracy, System Design: Notes from an essay from the book The Mythical Man-Month. 1
09:06, 18 March 2008 MMM SecondSystemEffect.mm (file) 5 KB The Second-System Effect: Notes from an essay from the book The Mythical Man-Month. 1
09:07, 18 March 2008 MMM PassingWord.mm (file) 27 KB Passing the Word: Notes from an essay from the book The Mythical Man-Month. 1
09:08, 18 March 2008 MMM TowerBabel.mm (file) 13 KB Why Did The Tower of Babel Fail?: Notes from an essay from the book The Mythical Man-Month. 1
09:09, 18 March 2008 MMM TenPounds.mm (file) 8 KB Ten Pounds in a Five Pound Sack: Notes from an essay from the book The Mythical Man-Month. 1
09:10, 18 March 2008 MMM Documents.mm (file) 17 KB Documentary Hypothesis: Notes from an essay from the book The Mythical Man-Month. 1
09:10, 18 March 2008 MMM PlanThrowAway.mm (file) 25 KB Plan to Throw One Away: Notes from an essay from the book The Mythical Man-Month. 1
09:11, 18 March 2008 MMM SharpTools.mm (file) 11 KB Sharp Tools: Notes from an essay from the book The Mythical Man-Month. 1
09:11, 18 March 2008 MMM WholeParts.mm (file) 23 KB Whole and Parts: Notes from an essay from the book The Mythical Man-Month. 1
09:12, 18 March 2008 MMM HatchCatastrophe.mm (file) 18 KB Hatching a Catastrophe: Notes from an essay from the book The Mythical Man-Month. 1
09:13, 18 March 2008 MMM OtherFace.mm (file) 20 KB The Other Face: Notes from an essay from the book The Mythical Man-Month. 1
09:14, 18 March 2008 MMM NoSilverBullet.mm (file) 38 KB No Silver Bullet: Notes from an essay from the book The Mythical Man-Month. 1
09:15, 18 March 2008 MMM After20Years.mm (file) 62 KB The Mythical Man-Month After 20 Years: Notes from an essay from the book The Mythical Man-Month. 1
09:54, 18 March 2008 MythicalManMonth InternetLinks.mm (file) 15 KB Essays on software development from the book The Mythical Man-Month, by Fred Brooks, Jr. 1
07:11, 19 March 2008 CToD Planning.mm (file) 26 KB Planning: A chapter of the book "Coder to Developer" by Mike Gunderloy. This chapter covers planning and initial design. Includes links to tools for mapping out a design, time & billing, project tracking. 1
07:20, 19 March 2008 CToD Organizing.mm (file) 14 KB Organizing: A chapter of the book "Coder to Developer" by Mike Gunderloy. This chapter covers organizing the software development process. eg Architecture, software patterns, different approaches to software releases. 1
07:41, 19 March 2008 CToD SourceCodeControl.mm (file) 23 KB Source Code Control: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes uses for a source code control system, considerations when choosing a system, best practices when using. 1
07:46, 19 March 2008 CToD DefensiveCoding.mm (file) 24 KB Defensive Coding: A chapter of the book "Coder to Developer" by Mike Gunderloy. This chapter covers assertions, exceptions and comments. Specific to .NET. 1
11:07, 19 March 2008 CToD UnitTest.mm (file) 39 KB Unit Testing: A chapter of the book "Coder to Developer" by Mike Gunderloy. This chapter covers different types of testing, Test Driven Development (TDD) and refactoring. It lists various tools available for .NET (somewhat out of date). 1
11:31, 19 March 2008 CToD CustomVisStudio.mm (file) 25 KB Customizing Visual Studio: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes customizing Visual Studio, macros and popular add-ins. 1
10:59, 20 March 2008 CToD SourceCode.mm (file) 31 KB Source Code: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes overview of spelunking utilities, design guidelines and sources of reusable code. 1
11:01, 20 March 2008 CToD CodeGeneration.mm (file) 21 KB Code Generation: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes introduction to code generation and an overview of .NET code generation tools. 1
11:05, 20 March 2008 CToD Bugs.mm (file) 58 KB Bug Tracking and Fixing: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes types of testing, how to test your own code, considerations when choosing bug-tracking tools. 1
11:09, 20 March 2008 CToD Logging.mm (file) 76 KB Logging: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes logging strategies and an overview of logging tools (including .NET Framework classes). 1
11:11, 20 March 2008 CToD SmallTeams.mm (file) 34 KB Working in Small Teams: A chapter of the book "Coder to Developer" by Mike Gunderloy. Includes management for beginners and tools for destributed teams. 1
First pagePrevious pageNext pageLast page