Sunday, June 30, 2024

PyScripter 5.0.0 released

PyScripter 5.0.0 is now available at Sourceforge.  The headline item in this release is the introduction of LLM-assisted coding.  Large Language Models (LLMs) have the potential of transforming the coding experience and increasing programmer productivity to new levels.  Click on the links below to find out more and watch the demo videos in this blog post.

New features:

  •  Integrated LLM support
  • OpenAI and local LLM models using Ollama supported
  • New IDE Window Chat for interacting with Large Language Models
  • Code Assistant functionality (Suggest, Find bugs, Optimize, Comment)
  • Python 3.13 support added.  Dropped support for python 3.7
  • Updated and improved documentation (Help file)

Issues addressed:

Sunday, June 23, 2024

Teaser: Integration with LLM

The videos below showcase some of the forthcoming functionality related to the integration of LLM technology with PyScripter.  OpenAI and local models using Ollama are supported.

Assistant code completion (1): 



Assistant code completion (2): 


Fix bugs:



Chat with LLM (1):



Chat with LLM (2):