Automate Data Entry
[script]
Aug 18, 20222 min read
Search for a command to run...
[script]
[script]
A 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....
Reviewing my Python template for scripts
Greetings 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.