Skip to content

Programming Foundations class on git, Python and Javascript

License

Notifications You must be signed in to change notification settings

dodegaard/codefoundations-um

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codefoundations-um

Programming Foundations class on git, Python and Javascript

Git

Great tutorial here from Atlassian https://www.atlassian.com/git/tutorials/

Git Cheat Sheet from Github https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf

Illustration used in class http://www.amygori.com/gdi-rdu-git-github/images/basic-remote-workflow.png

Python

Installation

Python Cheat Sheets Here is the entire library of cheat sheets for Python. We had in our hands only the first one. Check it out.

https://ehmatthes.github.io/pcc/cheatsheets/README.html

https://www.python.org/downloads/

SQLAlchemy and tutorials A great ORM (object relational mapper) to add SQL database integration to your Python scripts is this library. I have noticed it can be a little flaky when not using the latest Anaconda install of Python to run it but this is definitely

https://suhas.org/sqlalchemy-tutorial

http://www.sqlalchemy.org/

Javascript

nodejs installs

via package manager https://nodejs.org/en/download/package-manager/

via installers https://nodejs.org/en/download/

About

Programming Foundations class on git, Python and Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages