|
From: Pierre R. <co...@py...> - 2009-03-10 21:18:57
|
Hi all, Two months ago, I made an announcement regarding a little open-source project of mine, PyQtShell -- that is a module providing embeddable console widgets for your PyQt applications (interactive Python shell, workspace, working directory browser, editor, ...) as well as "Pydee", a PYthon Development EnvironmEnt based on these widgets (which could become an interesting alternative to IDLE for example). Pydee features have been greatly enhanced these last weeks, and a lot of bugs were fixed thanks to Christopher Brown (thank you again Christopher for your bug reports/feature requests which are always very detailed and constructive). I recently (a few minutes ago actually..) added an interesting feature in Pydee v0.3.0: matplotlib integration (i.e. matplotlib figures can be docked inside Pydee which is quite convenient). See this screenshot for example: http://source.pythonxy.com/PyQtShell/screenshots/ss3.png Other screenshots and informations: http://pypi.python.org/pypi/PyQtShell/ http://code.google.com/p/pyqtshell/ As some of you may have noticed, Pydee is intended to be a mini-MATLAB environment -- that being said, it still at an early stage of development. Cheers, Pierre |
|
From: Pierre R. <co...@py...> - 2009-03-11 07:07:07
|
----------------------------------------------------- Edit: Apparently, there's a bug (a what?!) in Pydee v0.3.0 You won't be able to install it and test it until v0.3.1 (I'll release it in 10-12 hours) Sorry for that ----------------------------------------------------- Hi all, Two months ago, I made an announcement regarding a little open-source project of mine, PyQtShell -- that is a module providing embeddable console widgets for your PyQt applications (interactive Python shell, workspace, working directory browser, editor, ...) as well as "Pydee", a PYthon Development EnvironmEnt based on these widgets (which could become an interesting alternative to IDLE for example). Pydee features have been greatly enhanced these last weeks, and a lot of bugs were fixed thanks to Christopher Brown (thank you again Christopher for your bug reports/feature requests which are always very detailed and constructive). I recently (a few minutes ago actually..) added an interesting feature in Pydee v0.3.0: matplotlib integration (i.e. matplotlib figures can be docked inside Pydee which is quite convenient). See this screenshot for example: http://source.pythonxy.com/PyQtShell/screenshots/ss3.png Other screenshots and informations: http://pypi.python.org/pypi/PyQtShell/ http://code.google.com/p/pyqtshell/ As some of you may have noticed, Pydee is intended to be a mini-MATLAB environment -- that being said, it still at an early stage of development. Cheers, Pierre |
|
From: Laurent D. <lau...@fr...> - 2009-03-11 19:37:24
|
Hey pierre, Wow that's fantastic! One week ago I started (not sent) a mail that was intended for you on python(x,y) I explained that the main issue I get with users I want to convert to python is: 1) "Hey there is so lot packages, each time I need to install a new package to get your feature." 2) "Python is bad for my dumb users, scilab is better, when they double click on the .sce it open the script, they edit the parameters in the script file and run the script clicking on run." Python(x,y) solved point 1. Pydee could solve point 2! Perhaps I will be able to trash these ###### install of scilab! Have you planed to integrate it into python(x,y)? If yes, an excellent idea could be to be able to create file extension like .pyp that are python script but that open Pydee! Wow I had seen your pyqtshell I was really impressed by all the surrounding widgets. Wow ;) Good job! :) |
|
From: Ville M. V. <viv...@gm...> - 2009-03-11 21:24:41
|
On Wed, Mar 11, 2009 at 9:36 PM, Laurent Dufrechou <lau...@fr...> wrote: > Hey pierre, > Wow that's fantastic! Indeed it is, at least judging by screenshots ;-). > > Wow I had seen your pyqtshell I was really impressed by all the surrounding > widgets. > Wow ;) > > Good job! :) Now that you are all excited Laurent, perhaps you (with your prev. experience) could take it for a small spin to see how we can shoehorn ipython into it ;-) It's good to see this progressing - I wrote my ipython qt shell in order to see how easily that stuff could be done (cut all corners, make sqintilla do the colorization, etc). This version clearly has more of the all-important polishing work done. -- Ville M. Vainio http://tinyurl.com/vainio |
|
From: Jonathan T. <jon...@ut...> - 2009-03-11 00:08:57
|
This looks very cool. I will check it out. Thanks, J. On Tue, Mar 10, 2009 at 5:19 PM, Pierre Raybaut <co...@py...> wrote: > Hi all, > > Two months ago, I made an announcement regarding a little open-source > project of mine, PyQtShell -- that is a module providing embeddable > console widgets for your PyQt applications (interactive Python shell, > workspace, working directory browser, editor, ...) as well as "Pydee", a > PYthon Development EnvironmEnt based on these widgets (which could > become an interesting alternative to IDLE for example). > > Pydee features have been greatly enhanced these last weeks, and a lot of > bugs were fixed thanks to Christopher Brown (thank you again Christopher > for your bug reports/feature requests which are always very detailed and > constructive). > > I recently (a few minutes ago actually..) added an interesting feature > in Pydee v0.3.0: matplotlib integration (i.e. matplotlib figures can be > docked inside Pydee which is quite convenient). > See this screenshot for example: > http://source.pythonxy.com/PyQtShell/screenshots/ss3.png > > Other screenshots and informations: > http://pypi.python.org/pypi/PyQtShell/ > http://code.google.com/p/pyqtshell/ > > As some of you may have noticed, Pydee is intended to be a mini-MATLAB > environment -- that being said, it still at an early stage of development. > > Cheers, > Pierre > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |