
PROGRAMMING
2 min read
I'm creating random scripts with Python
Written byBlessing
Playing with Python code
I'll keep this post very brief. Humans have a short attention span these days...

I love trying out new stuff and experimenting. Especially with code. I sometimes wonder: "What if we had a system for [something weird]?"
This made me start a collection of random stuff I think about. So far, I've made just a few:
- Bubble Sort Algorithm and
- A script to view all running processes on a windows pc

It's all written in Python, by the way. With this little quest, I am not using AI, or copying and pasting code. Instead, I'm using the internet, documentation and good old Stack Overflow, and me 😉😏
If you're interested, take a look at the project in my GitHub 👉 https://github.com/betsekpoe/random_ideas/tree/main