August 19th, 2008 – by Kevin Dangoor
SitePen’s Support service is built using a variety of interesting techniques and technologies. Read on to see how we built a system that treats the web browser as a real client tier and bridges the worlds of JavaScript, Python and PHP seamlessly to provide a great experience for our customers.
Continue reading
Tags: Dojo, helpspot, JavaScript, php, python
Posted in Cometd, DWR, Dojo, Support, ajax | 3 Comments
June 5th, 2008 – by Kevin Dangoor
Dojo on the client and Python on the server make for a great combination. They’re easy, productive and powerful. In this article, I’ll show you how to use Python + Dojo to cut the number of requests to your server by 95% and simplify development and deployment while you’re at it.
Continue reading
Tags: build, deployment, paver, python, setuptools
Posted in Dojo | 4 Comments
May 5th, 2008 – by Kevin Dangoor
Mark Ramm-Christensen posed some questions about using the JVM as a platform for dynamic languages. Many people do, in fact, use dynamic languages on the JVM (Groovy, Beanshell, Rhino, Jython, JRuby are some big ones… and don’t forget Scala, Nice and other “non-dynamic” languages that target the JVM). But Java the platform has not gotten widespread or serious attention until recently (witness the recent resurgence of Jython, the rise of JRuby and the coming of the Da Vinci Machine).
Continue reading
Tags: ecmascript, ecmascript 4, es4, java, jruby, jython, python
Posted in JavaScript, thoughts | 4 Comments
April 1st, 2008 – by Kevin Dangoor
As programming languages go, Python is hot. It was TIOBE’s language of the year in 2007 because of its fast growth. Python’s performance, while certainly good enough for most applications, is middle of the road in the grand scheme of languages. This has led to efforts like Psyco and Cython to make Python faster as needed.
We’re pleased to introduce the latest SitePen-supported open source project: Psychotic. As the name implies, Psychotic is inspired by the previous work of Psyco. Indeed, speeding up your program with Psychotic is just as easy as it is with Psyco:
Continue reading
Tags: psychotic, python
Posted in News, Open Source | 1 Comment
March 31st, 2008 – by Kevin Dangoor
The PyCon 2008 talk videos are making their way up to YouTube. My talk is not yet there, and the footage they’re putting up right now is the “raw” footage from the camera at the back of the room. I have posted a screencast version of my talk, “Rich UI Webapps with TurboGears 2 and Dojo”:
Continue reading
Tags: pycon, pycon2008, python
Posted in Conferences, Dojo | 20 Comments