EnglishFrenchGermanItalianPortugueseRussianSpanish
Home
Cronjobs in Windows with Pycron PDF Print E-mail
Newsflash - Newsflash
ImageSometimes even a Windows user wants to use a UNIX like cron task sceduler. Unfortunatly the Windows task sceduler isn`t as flexible as the LINUX/UNIX cron tab. Kalab.com has the solution for those frustrated users: A full featured cron task sceduler system for Windows (developed as a Windows service) which accepts the same crontab lines which the LINUX/UNIX cron uses.

A nice graphical editor helps you to create a crontab entry. For example:

0 23 * * 4 “C:\WINDOWS\System32\defrag.exe” c:

Be first to comment this article

Last Updated ( Thursday, 16 April 2009 )
 
Remote calls to a windows maschine PDF Print E-mail
The Python/Pywin32 Script collection - WMI (Windows Management Instrumentation)
Here http://coreygoldberg.blogspot.com is another script to remotely get
  • Uptime
  • CPU Utilization
  • Available Memory
  • Memory Used
  • Ping
with Python and the wmi module. Simply drop the wmi module and the script into a directory and import it from a separate script or i.e. add a
get_cpu("maschine_name")
.

Be first to comment this article

Last Updated ( Saturday, 13 December 2008 )
Read more...
 
GDSAddFile - Source code and text file indexing via rightclick to Google Desktop Search PDF Print E-mail
The Python/Pywin32 Script collection - Other
ImageGDS AddFile is a simple Google Desktop Search (GDS) component (source included), to manually add text files and source code from different development languages to your index - like code favorites which you want absolutly find from the index.

Be first to comment this article

Last Updated ( Monday, 09 June 2008 )
Read more...
 
Python2.Near-B.Info Goes Online PDF Print E-mail
Newsflash - Newsflash
Python2.Near-B.Info Goes Online - this is a great resource for the Python Community with links to and from te Python Cheese Shop. See also: http://python2.near-by.info for the details.

Be first to comment this article

Last Updated ( Sunday, 08 June 2008 )
 
Outlook Web Access via Python PDF Print E-mail
Newsflash - Newsflash
ImageAdrian Holovaty wrote a small Python script to access Microsoft Outlook Web Access. It can do some actions by commandline via screen scraping. The script lets you access your emails (in raw format, with all headers) from the Microsoft Outlook's webmail interface.

Be first to comment this article

Last Updated ( Saturday, 19 April 2008 )
Read more...
 
Komodo Edit PDF Print E-mail
Newsflash - Newsflash
ImageI have found another very fine IDE for Python and other dynamic scripting languages (including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML). Komodo Edit is based on the Mozilla platform and can be extended like Firefox or Thunderbird with the same xpi-extensions. Komodo Edit is for free and available for Windows, Mac OS X and Linux.

Be first to comment this article

Last Updated ( Thursday, 07 February 2008 )
Read more...
 
<< Start < Prev 1 2 3 4 Next > End >>

Results 1 - 11 of 34

Post your scripts

If you have interesting scripts to share with the community, please post them to this site. Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.

Suggested

RSS category feeds

RSS site feeds

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.