Novice to Python

Blog for python beginner’s

Archive for the ‘Python Language’ Category

Python programming language

Slicing – Sequence

Posted by pythontyro on October 8, 2006

Check out my article for newbies on using slicing operation of sequences….

Posted in Python Language | Leave a Comment »

Indexing – Sequence

Posted by pythontyro on October 8, 2006

Check out my article for newbies on indexing operation of sequence types…

Posted in Python Language | Leave a Comment »

input vs raw_input

Posted by pythontyro on October 7, 2006

This document compares and contrasts the Python’s input and raw_input functions which are used to accept input interactively from users in command line programs.

Posted in Python Language | Leave a Comment »

First Python Program

Posted by pythontyro on October 5, 2006

This is my first simple program. The comments on the code does all the explanation. One thing I do and recommend to others is to learn the coding convention right from the beginning when you learn the language. This way writing code per convention turns into a habit.
Powered by ThinkFree Some rights reserved

Posted in Python Language | Leave a Comment »