Re: [Tutor] A list of 100+ projects to complete to master Python.

2013-07-23 Thread David Hutto
The offsite backups, are just a safety measure for your programs, this can include things such as sourceforge so you don't lose your work to a glitch, which can happen without a moments notice. You want to master python, then reinvemnt the wheel sometimes. Most everything has beeen done. It's data

Re: [Tutor] A list of 100+ projects to complete to master Python.

2013-07-18 Thread David Hutto
First thing you should learn is offsite backups, I've lost several projects in the works because of a hd mishap. Secondarily, I would recommend using existing primarily used python projects to 'reinvent the wheel' so to speak. Thirdly, make sure the code is properly documented, and serves a purpose

Re: [Tutor] A list of 100+ projects to complete to master Python.

2013-07-16 Thread Karan Goel
I'm not entirely sure if your reply was directed towards my message. - Karan Goel Goel.im | Resume | Github On Wed, Jul 17, 2013 at 5:09 AM, David Hutto wrote: > First thing you should learn is o

[Tutor] A list of 100+ projects to complete to master Python.

2013-07-16 Thread Karan Goel
Hey guys and gals Just a plug here. My repo: https://github.com/thekarangoel/Projects was one of the trending repos on Gh this week and I thought folks on this list might be interested in knowing about it. In a nutshell, I'm trying to complete over a 100 practical language- agnostic projects in P