Ten essential Python tips for beginners
Jan 22, 2010, 19:04 (0 Talkback[s])
(Other stories by Kunal Deo)
"Python is a programming language that lets you work more
quickly and integrate your systems more effectively and is one of
the most popular programming languages in the open source space.
Look around and you will find it running everywhere, from various
configuration tools to XML parsing. We’ve compiled ten
essential Python tips especially for the new user, so without
further ado, let’s get started…
"1. Running Python scripts
" On most of the UNIX systems, you can run Python scripts from
the command line like so:
$ python mypyprog.py
"2. Running Python programs from Python interpreter
"The Python interactive interpreter makes it easy to try your
first steps in programming and using all Python commands. You just
issue each command at the command prompt, one by one, and the
answer is immediate.
"Python interpreter can be started by issuing the command:"
Complete Story
Related Stories:
- Looking for newbies that want to learn Python(Dec 10, 2009)
- Manage your fonts in Linux with Fonty Python(Dec 05, 2009)
- Keeping score in test-driven development with Python, PyLint, unittest, doctest,(Nov 20, 2009)
- Code Project: control Digg with Python(Nov 13, 2009)
- Learning Python, 4th Edition(Nov 03, 2009)
- Proposal: Moratorium on Python language changes(Oct 22, 2009)
- Make a Python game in minutes with Gloss(Oct 02, 2009)
- HowTo Manage your networked devices using Python and Pexpect(Sep 30, 2009)
- Code project: create a Python Twitter bot(Sep 18, 2009)
- HowTo get CDP Neighbor Information Through Python and SNMP(Sep 14, 2009)