RSS category feeds

RSS site feeds

More related

Thanks to...

Python 2.4.1 (final) is now available PDF Print E-mail
Python 2.4.1 is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. Several dozen bugs were squashed since Python 2.4, including the SimpleXMLRPCServer security fix. See the detailed release notes for more informations.
Last Updated ( Friday, 05 August 2005 )
 
Google Desktop Final released PDF Print E-mail

Google Desktop ist jetzt fertig und nicht mehr Beta. Die neue Version unterstützt jetzt noch mehr Dateitypen (Netscape Mail/Thunderbird, Mozilla/Firefox, PDF, ...).

Außerdem wird für die eigene Plugin-Entwicklung (um noch mehr Dateitypen zu unterstützen) ein SDK zum Download angeboten. Plugin-Entwickler profitieren im Übrigen dadurch, dass Google die entwickelten Plugins von seiner Plugin-Site promoted und Adwords-Anzeigen kostenlos schaltet.

Google Desktop lässt sich auch mit Python/Pywin32 über das win32com-Modul programmieren. Wie man das macht, werde ich demnächst herausfinden und hier veröffentlichen...

 

Last Updated ( Wednesday, 09 March 2005 )
 
Webtools für del.ico.us-API PDF Print E-mail

Seit einiger Zeit existiert ein Python-Interface zur del.ico.us API. Damit kann man einfach per Python del.ico.us-Einträge generieren und auslesen.

del.ico.us ist eine sog. social bookmarking Webapplikation. Beim Surfen im Netz kann man sich seine Lieblings-Webseiten sehr einfach online bei del.ico.us als Bookmarks anlegen und nach Tags kategorisieren. Die gesammelten Bookmarks sind für andere Mitglieder einsehbar und gerade das macht del.icio.us so interessant.

Es sammeln sich innerhalb kurzer Zeit durch das einfache Anlegen der Bookmarks schnell eine Menge Bookmarks an, die man bei Bedarf gern archivieren würde. Da dies zurzeit bei del.ico.us nicht möglich ist, habe ich einige kleine Webapplikationen mit SPYCE entwickelt, die mit dem Python-Interface delicious-py Tags abfragen und anzeigt oder als bookmarks.html abspeichern kann.

Last Updated ( Tuesday, 12 April 2005 )
 

Feedback

Comments

  • I tried this for outlook 2007 and it doesn't work, but python doesn't have an er... More...
  • I never understood why people don't include the import statements at the top of ... More...
  • Thanks friend! ;-) Work really apprecciated from italy! More...
  • y am I not being allowed to view more on catia scripts. More...
  • eval('item.%s' % attribute) should be written as getattr(item, attribute) More...

Login Form






Lost Password?
No account yet? Register

My prefered Python IDE

My prefered Python editor is Pyscripter from MMExperts. It is not only an editor. Pyscripter is a full Python IDE including (remote) debugging, a class browser, and all other nice helpers which a full featured IDE needs.

Do you have a script for me ?

Do you have an interesting Python script which does some really cool thing on Windows ? Please post them to this site. It`s very simple - simply copy&paste it to this form. No login is requiered.

Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.

My prefered web framework

My prefered web framework for developing web applications is Django. Django calls itself The web framework for perfectionists with deadlines. It is a really fast, scalable and (thanks Python) the sexiest web framework of the world.