Re: OOP noob question: Mixin properties

2012-12-14 Thread Micky Hulse
Hi Steven!!! Thanks so much for the pro help, I really do appreciate it. :) On Thu, Dec 13, 2012 at 4:53 PM, Steven D'Aprano wrote: > Indentation is important. Please don't remove it. I've added it back in > below: Yikes! Sorry about that. I won't do that again in the future. :( Thanks for addi

Re: OOP noob question: Mixin properties

2012-12-13 Thread Micky Hulse
On Wed, Dec 12, 2012 at 7:49 PM, Micky Hulse wrote: > I hope you don't mind that this question involves Django... I'm just > looking to improve my core Python skills (so, generic Python examples > would be cool). Just experimenting: <https://gist.github.com/4279705>

OOP noob question: Mixin properties

2012-12-12 Thread Micky Hulse
Dear Python Santa gurus, ;D I have this Django mixin: ...which is used to override render_to_response() so I can output a JSON response (the above code is pretty much straight

Re: Framework for a beginner

2012-04-11 Thread Micky Hulse
Hello, I've got more experience with PHP stuff, but for Python, I would recommend checking out Django "getting started": ... to see if you like it. Having used a few PHP frameworks and CMSs, I really dig that Django has a built-in admin; I am in th

Re: Programing Language: latitude-longitude-decimalize

2011-11-29 Thread Micky Hulse
Last time I did this was using AS3. The format I used was DMS: GPSLongitude: 122,42,47.79 GPSLongitudeRef: W GPSLatitude: 45,30,30.390001198897014 GPSLatitudeRef: N Here's the method: Not shown in above code: If West longitude or South latitude I would make tha

Re: Motion Tracking with Python

2011-09-29 Thread Micky Hulse
That's really cool! Thanks for sharing! :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Replace pip installed package with latest git version?

2011-09-14 Thread Micky Hulse
On Wed, Sep 14, 2011 at 9:58 AM, Micky Hulse wrote: > Not sure if you got an answer yet, but this is how I would do it: > sudo pip install --upgrade > git+git://github.com/jedie/python-creole.git#egg=python-creole Having read your message more closely, it sounds like you did not in

Re: Replace pip installed package with latest git version?

2011-09-14 Thread Micky Hulse
Hello, On Wed, Sep 14, 2011 at 1:44 AM, Alec Taylor wrote: > I've installed a version of python-creole from pip. How do I upgrade > it to the latest git version? Not sure if you got an answer yet, but this is how I would do it: sudo pip install --upgrade git+git://github.com/jedie/python-creole