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, and data manipulation, so you can do it your way, or look at the code that original used, and do it your way. Remember the 'zen' of python, to reduce complex lower level macros into higher level reductions of these more complex codes. Just do it your own way. And as far as the API's, that is to utilize other programs that allow you to use functions, and python programming within other software. Like a cell phone will have a Python API so you can utilize python on individual devices, and other software that will translate, or have a python library in which you can use python code anywhere, as the language grows in it's utilization in several areas. On Wed, Jul 17, 2013 at 1:26 AM, Karan Goel <[email protected]> wrote: > I'm not entirely sure if your reply was directed towards my message. > > - Karan Goel > Goel.im <http://www.goel.im/> | > Resume<http://www.goel.im/Karan.Goel.Resume.pdf> > | Github <https://github.com/thekarangoel> > > > On Wed, Jul 17, 2013 at 5:09 AM, David Hutto <[email protected]>wrote: > >> 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. And lastly, utilize other programs with python api's, >> such as blender, which can make your apps pop, or diversify into game >> development kits. >> >> >> On Tue, Jul 16, 2013 at 1:09 PM, Karan Goel <[email protected]> wrote: >> >>> 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 Python only. I haven't read the project details yet, >>> and I'm not filtering things out. >>> >>> If you would like to do the same, join me. Fork or star the repo, >>> and start coding (in any language, really). >>> >>> https://github.com/thekarangoel/Projects >>> >>> Let me know if you have any questions or suggestions. >>> >>> - Karan Goel >>> Goel.im <http://www.goel.im/> | >>> Resume<http://www.goel.im/Karan.Goel.Resume.pdf> >>> | Github <https://github.com/thekarangoel> >>> >>> _______________________________________________ >>> Tutor maillist - [email protected] >>> To unsubscribe or change subscription options: >>> http://mail.python.org/mailman/listinfo/tutor >>> >>> >> >> >> -- >> Best Regards, >> David Hutto >> *CEO:* *http://www.hitwebdevelopment.com* >> > > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com*
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
