This repository is for the LaSalle Lab Python Focus Group, where we are learning how to code using Python.
foo.txt: A file containing random phrases that was created using touch
bar.txt: A file containing random phases that was created using nano
git_test.txt: An empty file created to practice pushing files to GitHub
NA; worked on UNIX commands only
hello_world.py: A Python script that prints "lets go!" when run
comments.py: Python script showing me how use commets. variable.py: taught me legal and illegal variables in python. Somewhat similar to R for me.