Difference: PythonTips (1 vs. 5)

Revision 510 Sep 2013 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingNotes"
(back to ProgrammingNotes)
Changed:
<
<
Python is a very interesting programming language. It's object-oritented, very high level, interpreted, and has a clean syntax. It's starting to get popular.
>
>
Python is a very interesting programming language. It's object-oritented, very high level, interpreted, and has a clean syntax.
  The root of all things Python is http://www.python.org/. There are many links from that page to tutorials for people of all skill levels, including people who want to learn to program computers for the first time.
Changed:
<
<
An interesting online book is http://diveintopython.org/ . It's geared toward programmers who want to learn Python.
>
>
An interesting online book is http://diveintopython.net/ . It's geared toward programmers who want to learn Python.
 
Changed:
<
<

web applications

http://maki.sourceforge.net/ sounds like the python equivalent to Maverick - it passes XML documents through a transformation pipeline.

http://www.object-craft.com.au/projects/albatross/ - "Albatross is a toolkit for developing highly stateful web applications. "

-- TobyCabot - 18 Oct 2001-27 Jun 2002

>
>
You can pretty-print JSON files easily using Python: cat file.json | python -mjson.tool

Revision 417 Feb 2004 - TWikiGuest

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="ProgrammingTips"
(back to ProgrammingTips)
>
>
META TOPICPARENT name="ProgrammingNotes"
(back to ProgrammingNotes)
  Python is a very interesting programming language. It's object-oritented, very high level, interpreted, and has a clean syntax. It's starting to get popular.

Revision 305 Jul 2002 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingTips"
(back to ProgrammingTips)
Line: 12 to 12
  http://maki.sourceforge.net/ sounds like the python equivalent to Maverick - it passes XML documents through a transformation pipeline.
Added:
>
>
http://www.object-craft.com.au/projects/albatross/ - "Albatross is a toolkit for developing highly stateful web applications. "
 -- TobyCabot - 18 Oct 2001-27 Jun 2002

Revision 227 Jun 2002 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingTips"
(back to ProgrammingTips)
Line: 8 to 8
  An interesting online book is http://diveintopython.org/ . It's geared toward programmers who want to learn Python.
Changed:
<
<
-- TobyCabot - 18 Oct 2001
>
>

web applications

http://maki.sourceforge.net/ sounds like the python equivalent to Maverick - it passes XML documents through a transformation pipeline.

-- TobyCabot - 18 Oct 2001-27 Jun 2002

Revision 118 Oct 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="ProgrammingTips"
(back to ProgrammingTips)

Python is a very interesting programming language. It's object-oritented, very high level, interpreted, and has a clean syntax. It's starting to get popular.

The root of all things Python is http://www.python.org/. There are many links from that page to tutorials for people of all skill levels, including people who want to learn to program computers for the first time.

An interesting online book is http://diveintopython.org/ . It's geared toward programmers who want to learn Python.

-- TobyCabot - 18 Oct 2001

View topic | History: r5 < r4 < r3 < r2 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback