ThinkTank Python

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Cards for studying python key words and terms in the RJHS Think Tank course for Python

Last updated 10:02 PM on 8/1/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Variable

A store of data in code. It has a name and a value

2
New cards

Git

Version control software

3
New cards

Codespace

Place to write and run code in your github repo

4
New cards

Python

A coding language

5
New cards

Repository (repo)

A folder with git installed in it

6
New cards

Commit

‘Super save’ with git. Only saves to the local computer or codespace you are working on.

7
New cards

Pull

Get changes from another copy of the repo (normally github)

8
New cards

Push

Send changes to another copy of the repo (normally github)

9
New cards

Sync

Push and pull a repo

10
New cards