Posts Tagged ‘python’
Project Euler: 4
Posted by ushimitsudoki on December 12, 2008
Posted in python | Tagged: Project Euler, python | Leave a Comment »
Project Euler: 3
Posted by ushimitsudoki on December 11, 2008
Posted in python | Tagged: Project Euler, python | 1 Comment »
Project Euler: 2
Posted by ushimitsudoki on December 9, 2008
Posted in python | Tagged: Project Euler, python | Leave a Comment »
Project Euler: 1
Posted by ushimitsudoki on December 8, 2008
I just discovered Project Euler (thanks to Oxaric’s Blog), and seems an excellent way to help me along in learning Python.
Like many, I enjoy reading other people’s code and the forums at Project Euler are especially interesting because they cover such a wide range of languages and approaches for even the simplest problems. With that in mind, I think I will see how I can do!
Posted in python | Tagged: Project Euler, python | 2 Comments »
Scalculator 0.3 Release!
Posted by ushimitsudoki on December 3, 2008
I finally (and hopefully) figured out how to create .deb packages for Scalculator! Read the rest of this entry »
Posted in linux, python, scalculator, ubuntu | Tagged: python | Leave a Comment »
Scalculator v0.2 Release!
Posted by ushimitsudoki on November 30, 2008
Woo-hoo! Work progresses on the Scalculator, and a source tarball is available for version 0.2! Read the rest of this entry »
Posted in linux, python, scalculator, ubuntu | Tagged: python | Leave a Comment »
Python: doctest always allow ELLIPSIS
Posted by ushimitsudoki on November 23, 2008
I like to try to use doctest, but I was getting tired of always adding:
#doctest +ELLIPSIS
all the time. It’s ugly and tedious. Read the rest of this entry »
Posted in python | Tagged: doctest, python | 2 Comments »
Python inner classes
Posted by ushimitsudoki on November 16, 2008
Just a little note about something strange (to me) that I noticed today working on my little python project: Read the rest of this entry »
Posted in python | Tagged: python | Leave a Comment »
In Search Of … A Python IDE
Posted by ushimitsudoki on November 14, 2008
I’ve finally gotten started on developing an open-source desktop version of The Scalculator, which has its roots in a moderately popular perl web app I wrote many years ago.
After looking at a few options, I settled in on Python as the language and QT as the graphical toolkit – and after a few days of development I thought I might put a little effort into finding an IDE in hopes it would help me be a bit more productive.
Keep in mind I am not a professional developer, python or otherwise, so please keep my thoughts in that context. I’m probably looking more toward a more powerful text editor than a full-fledged IDE compared to a more professional developer. Read the rest of this entry »
Posted in linux, ubuntu | Tagged: Eclipse, Geany, IDE, Komodo, NetBeans, python, Wing IDE | 10 Comments »
