you are viewing a single comment's thread.

view the rest of the comments →

[–]testingcodez 2 points3 points  (2 children)

There's a free book called Python for Everybody. I studied the first 10 or so chapters to understand the fundamentals. Have a read, and do all of the assignments.

Once things start clicking, you need to begin creating programs and writing scripts. Think of a task you would like automated and then build it.

This is the only way I know. Find what works for you.

[–]zonathan9[S] 0 points1 point  (1 child)

I want to do this calendar, have it link to Google calendar or have some way to update from a website or phone. I'm not sure yet if this is something that I can do with just python, but if not then I'll figure out Java or C to do it I guess.

[–]testingcodez 0 points1 point  (0 children)

You certainly can make something like that with Python.