Skip To Content
Software Carpentry - Bash, Git, and Python is a Course

Software Carpentry - Bash, Git, and Python

Ended May 23, 2019
12 credits

Spots remaining: 0

Enrollment is closed
Add yourself to the wait list and you'll be auto enrolled when a spot opens

Add to Wait List

Full course description

Date: May 22nd and 23rd, 2019
Time:
8:30am to 4:00pm both days
Term:
Summer 2019
Location:
Newman Library 207A
Presented By: 
University Libraries
Instructor(s): 
Jonathan Bradley, Chreston Miller, and Ginny 

Description:
If anyone would like to attend online, please contact Annette Bailey (afbailey@vt.edu). 

Software Carpentry aims to help researchers get their work done in less time and with less pain by teaching them basic research computing skills. This hands-on workshop will cover basic concepts and tools for using the Python programming language, including program design, version control, data management, and task automation. Participants will be encouraged to help one another and to apply what they have learned to their own research problems. By the end of this workshop, you will know how to use: The Unix Shell -Files and directories -History and tab completion -Pipes and redirection -Looping over files -Creating and running shell scripts -Finding things Version Control with Git -Creating a repository -Recording changes to files: add, commit, ... -Viewing changes: status, diff, ... -Ignoring files -Working on the web: clone, pull, push, ... -Resolving conflicts -Open licenses -Where to host work, and why Programming in Python -Using libraries -Working with arrays -Reading and plotting data -Creating and using functions -Loops and conditionals -Defensive programming -Using Python from the command line