GeekArticles
Web Programming
PythonPython on the Side
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 308 times |
Add CommentFiled in: Python12/13/2001 While browsing KDE Dot News the other day, I saw some Python software listed in the Recent Software section. It led me to four small applications by Doug Bell : ConvertAll, a unit conversion program; FlyWay, a route planner for pilots; rpCalc, a reverse polish calculator; and TreeLine, a simple tree structured information storage program. Written with Python and PyQt, they all looked sharp. The code was clean and easy to understand if not heavily commented. They were my...n
Read Article Sponsored Links
Related Articles
• Preventing Latency in Client Side Latency in the client side should be reduced or even prevented as possible. More often than not, users will have to deal with latency because of different factors. It could be on the bandwidth of the user, the server problem or just the coding of the application. Any of these factors could be the ca ...
• AJAX Client Side Programming In this article, Brian explores the client-side programming aspect of the ASP.NET AJAX Framework. He will look at setting up client-side components that represent server-side counterparts, and an introductory leading into developing control extenders with the help of relevant code sample. Brian init ...