Kelvin
I don't think the Kelvin temperature scale gets enough love and respect.
So, I've come up with a slogan for Kelvin, It's...
more ..."Kelvin: We stop at nothing".
I don't think the Kelvin temperature scale gets enough love and respect.
So, I've come up with a slogan for Kelvin, It's...
more ..."Kelvin: We stop at nothing".
When building a slightly more complex application using PySimpleGUI, you may run into the need to store user preferences to a file. This allow persisting some information or custom settings for the next time the user runs the application.
UPDATE: 08/12/2020
Not sure how I missed this the …
more ...I was wondering if some advanced menu features were available in PySimpleGui. Mainly, could you have check boxes next to items on the menu to show the state of that item? The screen shot below show menu checks in action in Visual Studio Code.
PySimpleGui has the ability to create …
more ...The inspiration for this article comes from an email I received from Luke Harrison. He had created an SQL Cheat Sheet that he was rightfully proud of and was wanting to share and promote it.
It just so happens that I love cheat sheets. I find them useful for giving …
more ...When learning python, the first thing to do is... well... learn python. There is a lot to learn. A basic understanding of the language covers things like:
One of my latest goals is to publish applications that I write. It's called "Pelican Article Generator". It spits out a template for these blog posts. Publishing an applicatin to the world is potentially embarrassing because I'm showing my horrible code to the world. Oh well.
Here are the goals …
more ...A lot of my python work involves writing simple utilities. This means either writing the tool as a command line application or using a minimal GUI.
I have been working on a simple python application recently to automate creating article stubs for this blog. I had a working version using …
more ...I had never heard of "CourseDuck" until they contacted me recently through email about mentioning my feeble site in their newsletter. So, I checked them out CourseDuck.com.
Course Duck allows you to search and find training courses across a wide range of training sites.
I like it, and I'm …
more ...I am a life-long learner. This means I always have some kind of learning project in the works. And I find learning python and other technologies through online video tutorials to be one of the best ways for me to learn new topics. Here are some of things things I …
more ...