Sunday, January 22, 2012

An online python textbook using PyScripter

You may find the following online python based textbook interesting: How to Think Like a Computer Scientist

Wednesday, December 28, 2011

PyScripter v2.4.6-x64 released

This release fixes another couple of issues with the previously released version 2.4.5.  Please read the 2.4.4. announcement for the release description.

Friday, December 23, 2011

PyScripter v2.4.5-x64 released

This release fixes a serious issue (Issue 592) with the previously released version 2.4.4.  Please read the 2.4.4. announcement for the release description.

Tuesday, December 20, 2011

A nice video tutorial for PyScripter

The title of the video is "Introduction to Portable Python IDE, but the author talks about PyScripter.

PyScripter v2.4.4-x64 released

A small Christmas gift for PyScripter users that have been waiting patiently for a 64-bit release of PyScripter. It can be downloaded from the project download page. Since, this is the first release of PyScripter for Windows 64-bit, it is rather experimental.  Please report any issues you find out.

Users of the 32-bit version 2.4.3 please note that the only a limited number of issues that have been addressed and therefore there is no need to upgrade. 

Issues Addressed: 
Note that you need a 64-bit version of Windows and 64-bit version of Python to use this version of PyScripter.


Tuesday, September 20, 2011

PyScripter v2.4.3 released

PyScripter version 2.4.3 was released at http://pyscripter.googlecode.com.  The main focus of this release was code completion (make sure you read about the improvements in earlier posts at the PyScripter Blog), but there were numerous bug fixes and other improvements.

New Features:
  • 100% portable by placing PyScripter.ini in the PyScripter exe directory 
  • Ctrl+Mousewheel for zooming the interpreter ( Issue 475
  • Show docstrings during completion list ( Issue 274
  • New IDE Option "File Change Notification" introduced with possible values Full, NoMappedDrives?(default), Disabled ( Issue 470
  • Background color for Matching and Unbalanced braces ( Issue 472 )
  • New IDE option "Case Sensitive Code Completion" (default True) 
  • New IDE option "Complete Python keywords" (default True) 
  • New IDE option "Complete as you type" (default True, Issue 473
  • New IDE option "Complete with word-break chars" (default True) 
  • New IDE option "Auto-complete with one entry" (default True, Issue 452 )
Issues Addressed: