From: Andy R. <dar...@gm...> - 2006-12-05 16:40:22
|
Hello, I am a High School student at Yorktown High School and i worked extensively all my junior year with Pythoncard. This year i wanted to continue my studies but my teacher seems to believe that Pythoncard is dead. However, i will not give in to that message and i hope for a response that basically says that Pythoncard is not dead yet Please prove me right. Sincerely Andy Ross |
From: Alex T. <al...@tw...> - 2006-12-05 17:11:40
|
Andy Ross wrote: > Hello, > I am a High School student at Yorktown High School and i worked > extensively all my junior year with Pythoncard. This year i wanted to > continue my studies but my teacher seems to believe that Pythoncard is > dead. However, i will not give in to that message and i hope for a > response that basically says that Pythoncard is not dead yet > > Please prove me right. It's not dead. There isn't a huge amount happening - but there's certainly still support from this list, most questions that are asked get reasonable answers fairly quickly. There has been a (fairly) recent update to standaloneBuilder, and there is work going on with the layoutBuilder (mostly to handle sizer-based layouts, and before that to support multiple component edits). It's not been that long since new component support was added (Notebooks). I don't know of anyone currently adding support for any other widgets - but if there is one you need, tell us about it. Even though we haven't reached the "magic" 1.0 release, the API has been stable for a couple of releases (and a couple of years), so it is, IMHO, quite reasonable to use PythonCard as a base for non-trivial projects. -- Alex Tweedly al...@tw... http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.7/569 - Release Date: 05/12/2006 |
From: Sean K. F. <skf...@gm...> - 2006-12-06 01:37:32
|
> Hello, > I am a High School student at Yorktown High School and i worked > extensively all my junior year with Pythoncard. This year i wanted to > continue my studies but my teacher seems to believe that Pythoncard is > dead. However, i will not give in to that message and i hope for a > response that basically says that Pythoncard is not dead yet > > Please prove me right. Define "dead". It appears as though you'd like to know whether or not Pythoncard will somehow "disappear", or be incapable of handling a large project you might cook up some time down the road. I wouldn't worry about either, personally. Pythoncard offers one of the most accessible GUI development layers for, in my opinion, the best language. I wouldn't let your teacher's comment sway you from something you've become attached to for your own reasons. That is, after all, one of the great things about Python. There are many resources available to approach any problem using Python. Selecting the one that is right for you is entirely up to you and your comfort level alone. You'll find several resources on the web today that have either been completely abandoned, or have not had many updates within the past year. This does *not* mean that resource is "dead". Perhaps it is just that Pythoncard is capable and stable as it stands and does not require consistent updates. What you might want to ask yourself is whether or not Pythoncard is the right solution for you *today*. Since you've used it throughout your junior year in High School, it would appear it has worked for you in its current state. Personally, I've used Pythoncard, along with the ever popular StandaloneBuilder for a while now, and I've not come across a scenario where I needed to look elsewhere. There are other alternatives to Pythoncard that sit upon the wxPython framework ("wax" is one of them). Since I approach my solutions in a more "Pythoncard" fashion, Pythoncard makes sense to me. If it didn't, I wouldn't use it. I have no immediate need for components outside of what is currently available, and Pythoncard is indeed quite stable. I've used Pythoncard for odd niche eLearning development applications and I'm still amazed at how fast I'm able to throw them together using Pythoncard. I picked up Pythoncard at first for prototyping applications only - Some big, some small. I've since used it exclusively for all of my application development. The availability of "helper apps", like StandaloneBuilder, are just pure icing on the cake. I've used platforms far more "active", such as .NET in the past, and I must say that the time and overhead of implementing the identical project in Pythoncard has been far less for me. In the end, it is about choosing what is right for both you and the problem at hand. For my needs, Pythoncard is the right fit. -- Regards, Sean K. Friese [skf...@gm...] |