Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: PureMVC Python 0.4  (Read 13814 times)
tobydeh
Moderator
Sr. Member
*****
Posts: 52


View Profile Email
« on: March 15, 2008, 08:04:20 »

Hi,

I have Tageged version 0.4 in the repository. It is fully documented and passs all unit tests.

To install run:
python setup.py install

Demos on their way.

:)
Logged
Joel Hooks
Courseware Beta
Sr. Member
***
Posts: 146


baby steps

 - 46288188  - passport@provinsal.com  - joeltuff
View Profile WWW Email
« Reply #1 on: March 17, 2008, 01:47:08 »

I am looking forward to looking at your demos. I am still considering demoes. I looked at wxPython as well as pyGame. I'm also interested in utilizing the pyPoker libraries, and this would be a good opportunity.
Logged

http://joelhooks.com - my ramblings about developing with actionscript and python using pureMVC and django respectively.
tobydeh
Moderator
Sr. Member
*****
Posts: 52


View Profile Email
« Reply #2 on: March 17, 2008, 05:45:24 »

I have nearly finished porting the Employee Admin flex demo, the port works really well!!

I think this is going to be great framework for the python community. Unfortunately a lot of python developers are not familiar with design patterns, especially in the area of desktop development where MVC can really shine.

Here is a screenshot...


Toby.
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #3 on: March 17, 2008, 06:46:55 »

Right on Toby!

Forgive my ignorance of Pythonish ways (I look forward to learning more!), but what widget toolset are you using for the UI? Is there something built into Python for doing desktop apps like TCL/TK?

-=Cliff>

Hmm, wonder if TCL might be a Port target?
Logged
Joel Hooks
Courseware Beta
Sr. Member
***
Posts: 146


baby steps

 - 46288188  - passport@provinsal.com  - joeltuff
View Profile WWW Email
« Reply #4 on: March 17, 2008, 08:29:19 »

I believe he is using wxPython.

That is awesome Toby, great work  8)
Logged

http://joelhooks.com - my ramblings about developing with actionscript and python using pureMVC and django respectively.
tobydeh
Moderator
Sr. Member
*****
Posts: 52


View Profile Email
« Reply #5 on: March 18, 2008, 01:59:11 »

Hi Cliff,

Python ships with Tkinter which uses Tcl/Tk but its very out of date.

The other options are PyQT4 (QT) and wxPython (wxWidgets)... Personally i prefer wxPython.

Logged
Pages: [1]
Print