Re: [Tutor] python code error

2014-09-30 Thread Vignesh Sathiamoorthy
You will find the answer here - http://stackoverflow.com/questions/625083/python-init-and-self-what-do-they-do On Sep 29, 2014, at 4:34 PM, Danny Yoo wrote: > On Sun, Sep 28, 2014 at 8:26 AM, Madeleine Austen > wrote: >> Hi >> >> Here is my code: >> >> >> from datetime import datetime >>

Re: [Tutor] starting to learn

2012-07-16 Thread Vignesh Sathiamoorthy
Have you explored ( http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/ ) check out their assignments, sample programs, lecture notes .. Also start reading/executing examples/codes from http://docs.python

Re: [Tutor] newbie Questions

2012-07-16 Thread Vignesh Sathiamoorthy
Check out http://www.udacity.com/ Enroll in few courses - to begin with, check http://www.udacity.com/view#Course/cs101/CourseRev/apr2012/Unit/671001/Nugget/675002 On Mon, Jul 16, 2012 at 5:09 AM, Matthew Ngaha wrote: > Hi all. I'm new to Python and Programming in general. I've started out

Re: [Tutor] New to Python

2012-05-18 Thread Vignesh Sathiamoorthy
Hi Jeremy, I am new to Python too. I find docs.python.org very helpful. *Understanding functions:* http://docs.python.org/tutorial/controlflow.html#defining-functions *Reading and Writing Files:* http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-files *File Objects:* http: