Moving from Bash to Python

bash vs. python

When do you move from Bash to Python? When I realize the need to automate a process, or the need to create something in a consistent manner, my brain first turns to bash.  Bash is very easy to work with, and is remarkably consistent across linux systems.  Bash comes pre-installed on every major linux operating system, and most linux users are familiar enough with bash, that they will be able to follow your script and…

Continue reading

Basic Git Commands

git

Basic walk through of some simple git commands to get you started working with remote repositories. We’ll go over some of the basic commands that you’ll need to know to pull, update, commit and push your work within git.

Continue reading