Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

My experiences building a small app on Python

0 views
Skip to first unread message

Cascade3891

unread,
Jan 26, 2010, 8:51:12 AM1/26/10
to
Hello Python community,

I built a small app with Python for the first time. It has served a
very useful and productive purpose for me and my colleagues at work.

I have shared my experiences on the following link due to the better
web presentation tools and coding presentation tools:
http://www.daniweb.com/forums/thread255458.html

It's a bit of a read. But insightful.

If you have any feedback or tips and advice, please let me know.

I've fallen in love with programming because of Python. =)

Thank you in advance.

Cheers.

Simon Brunning

unread,
Jan 26, 2010, 10:02:55 AM1/26/10
to pytho...@python.org
2010/1/26 Cascade3891 <mlee...@gmail.com>:

> It's a bit of a read. But insightful.

We'll be the judge of that, surely? ;-)

--
Cheers,
Simon B.

Terry Reedy

unread,
Jan 26, 2010, 4:22:53 PM1/26/10
to pytho...@python.org
On 1/26/2010 8:51 AM, Cascade3891 wrote:
> Hello Python community,
>
> I built a small app with Python for the first time. It has served a
> very useful and productive purpose for me and my colleagues at work.
>
> I have shared my experiences on the following link due to the better
> web presentation tools and coding presentation tools:
> http://www.daniweb.com/forums/thread255458.html
>
> It's a bit of a read. But insightful.
>
> If you have any feedback or tips and advice, please let me know.

When one has multiple small images that are all the same size, a
standard trick is to have *one* image (and one file -- a lossless .bmp
or .png) that is a tiled composite of the images. Read in the image and
'snip' apart the tiles. I have also seen bitmaps encoded in code as a
hex string (for use with tk), but I do not know how well that would work
with wx.

> I've fallen in love with programming because of Python. =)

You are not the only one. Welcome to the club.

Terry Jan Reedy


0 new messages