The Caboteria / Tech Web / TechNotes > ProgrammingNotes / PythonTips (10 Sep 2013, TobyCabot)
(back to ProgrammingNotes)

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.

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

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

Edit | Attach | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | 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