(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


This topic: Tech > TechNotes > ProgrammingNotes > PythonTips
Topic revision: r5 - 10 Sep 2013 - TobyCabot
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