1/9
Cards for studying python key words and terms in the RJHS Think Tank course for Python
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Variable
A store of data in code. It has a name and a value
Git
Version control software
Codespace
Place to write and run code in your github repo
Python
A coding language
Repository (repo)
A folder with git installed in it
Commit
‘Super save’ with git. Only saves to the local computer or codespace you are working on.
Pull
Get changes from another copy of the repo (normally github)
Push
Send changes to another copy of the repo (normally github)
Sync
Push and pull a repo