Difference: PythonTips (4 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
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