May 2026 Update

Share

It’s almost the end of the school year! AP exams are over, graduation ceremonies are happening, and summer is around the corner. Here's what we've been up to this month:

Python 3.14

We’ve upgraded the Python version for our code runners to 3.14. Python 3.14 runs more quickly, has better error messages, and supports PNG files in Turtle.

(Turtle was added to Python in October 1994, PNG was first supported in Internet Explorer in 1997. 29 years after that, here we are!)

Import projects from Trinket

If you have a zip file of projects from Trinket, you can now upload them in bulk from your profile page (Click the person icon in the top right corner while logged in to get there).

Create a lesson from a sandbox project

If you’re on Pickcode Classroom, you can now create a lesson from a sandbox project. When you click on a project in your home screen, you’ll see this as a new choice when you click “Options”. This will create a new lesson and place the contents of the sandbox project its the starter-code folder.

Coming soon

We’ve begun work on importing CSAwesome exercises (they’ll be free for everyone!) and improving the login system to allow users to stay logged in for longer. We should have more info on these updates in the June newsletter.

Other fixes and improvements

  • Improve error messages when trying to import graphics libraries within a console project
  • Improve keyboard focus when using graphics programs
  • Improve Java error messages by reducing references to code outside of a user’s program
  • Stop programs with over 10,000 output lines to prevent page crashes on infinite loops
  • Improve performance of student work view for graphics lessons
  • Fix issues when resizing the graphics window
  • Fix issue where renaming a lesson would not change its name for students who had started work
  • Fix issue with focusing the input box for C++ programs
  • Fix broken links in the student assignment table
  • Add more template options for Python graphics projects
  • Fix issue with writing to files in C++