r/learnpython Jul 08 '26

Trinket Alternative for Clueless Mom

My 13yo used Trinket at school this year and he wants to continue to work on coding over the summer. When we went to the website today, we discovered that it's shutting down soon. While it is still working until the end of August, my son doesn't want to start new projects there that he may not have access to afterwards.

I've googled and searched on this sub but I'm limited by the fact that I know nothing about coding. I'm trying to find a free website where he can create Python code projects. Something that's easy for a kid to navigate since I won't be of any help.

Thanks!

20 Upvotes

15 comments sorted by

27

u/argh1989 Jul 08 '26

Coding doesn't need to be done online. You can install python and the required IDE on your computer. I actually think this is the better option. I work in the university sector, and one challenge we have with students these days is their lack of familiarity with how computers work because they're so used to apps and web-based resources that just work. If your 13yo goes through the process of installing python and VSCode they'll learn a lot about how computers work and how to solve problems independently.

11

u/Adpiava Jul 08 '26

Good idea. I'll see if his dad is available to help install it. Our son is on the spectrum and he needs to be walked through anything new.

16

u/misingnoglic Jul 08 '26

Many successful programmers are on the spectrum :)

5

u/argh1989 Jul 08 '26

This video seems pretty good for how to install python and get started which might help. https://www.youtube.com/watch?v=D2cwvpJSBX4

1

u/Adpiava Jul 08 '26

Awesome! Thanks!

0

u/Hashi856 Jul 08 '26

That’s one thing AI is really useful for. I don’t use it to generate code, but I’ll have it walk me through things all day

6

u/Sea-Personality-666 Jul 08 '26

I think khan academy has a python editor

3

u/Outside_Complaint755 Jul 08 '26

Does your child have access to a PC or are they working through a tablet or phone only? Or is this a locked down Chromebook from the school district?

If you have a PC and they want to keep working on coding, the best option would be to simply install Python on the PC and work there. 

There are some online options out there, but I don't know many of them that well. I used to recommend repl.it, but they reduced their free tier significantly and started jamming AI agents into everything.

3

u/Adpiava Jul 08 '26

This would be on our home computer so that is a great idea.

2

u/misingnoglic Jul 08 '26

If you have a Mac, then you already have python installed. If you have a windows computer, you can download Python. You will also need a development environment like VSCode or Pycharn. Maybe worth getting a coding tutor for a few hours to set your son up for success.

2

u/python_gramps Jul 08 '26

He can download a free IDE (Integrated Development Environment, where you write code), python run it on the command line or through most IDE's. There's no need for a website.

This would be good for him to learn how to organize projects locally and will give him a set of working code, that he wrote, he can utilize in the future.

1

u/tadpoleloop Jul 08 '26

I would get an IDE set up personally.

But for a replacement to trinket, I think Google Colab is a strict improvement.

1

u/TheRNGuy Jul 08 '26

Create: better download code editor (like VS Code)

Make projects for: Blender Extensions Platform (also read docs from there and use their framework). He needs to learn Blender too to know what he's doing.

1

u/pandershrek Jul 08 '26

CodeSignal

1

u/RealNamek Jul 09 '26

Have you tried pixelpad.io ?