I decided to get back into python programming. I found a nifty little website that lets you post your code there and embed it into your page in a window that allows the python to run in the page. It is running JavaScript on the backend, I believe. At least some of the ones I looked at did. The only downside so far is that it doesn’t use the latest version of python in the free version, so some things don’t work quite right, and I need to edit my code to run right there. But it works. And I am posting the real code for people to see so they know I’m not using outdated methods.
This is fine for the basic coding exercises that just run in a shell. For more advanced stuff, I may have to upgrade to the paid version but there is no need yet. Speaking of coding exercises and free stuff. I am also going to start posting my coding exercises on GitHub. I made an account on there a while back. I don’t remember what for, but hey, I might as well use it, right?