CBChristopher Burkeincburke.org·Aug 18, 2022 · 2 min readAutomate Data EntryNeeded a script for data entry. System has a GUI and I decided to use pyautogui to type the information in for me. This script was created for a specific purpose but could be adapted if needed. I created a list of what values I needed to enter. Each ...00
CBChristopher Burkeincburke.org·Jul 26, 2022 · 1 min readScript creation processI plan on writing about my process of creating scripts. I think sharing my experience and decisions made during the process could be helpful to many programmers. I shall add the subtitle [script] to signal these types of blog posts. Many times for w...00
CBChristopher Burkeincburke.org·Mar 14, 2022 · 3 min readBuild Python from SourceA good exercise that I feel has great benefits is building Python from the source repo. We will be building Python from CPython. CPython can be found on GitHub at https://github.com/python/cpython. I suggest forking the repo into your GitHub account....00
CBChristopher Burkeincburke.org·Mar 7, 2022 · 2 min readPython boilerplate keyboard shortcutOne thing I strive for is optimization. Every language has code you have to repeat time and time again. When programming, I want to get to the interesting parts of the code and not have to stress or remember the boilerplate code. My solution is a ke...00
CBChristopher Burkeincburke.org·Mar 4, 2022 · 1 min readCode BlogGreetings all. This is going to be my code blog. A place for me to share my code and thoughts. Hope you enjoy it. Thank you.00