-
Notifications
You must be signed in to change notification settings - Fork 2
How to Write Code How Programs Work Variables
Sally Steuterman edited this page May 22, 2024
·
1 revision
- How to write
print
statements - What syntax, comments, and debugging are when you are coding
- How to better navigate the terminal
- What an algorithm is.
- What a programming language is.
- Different types of programming languages
- How to run a program and view it's output in the console
- How to set up the necessary coding tools including Python, Visual Studio Code, and GitHub.
- Basic terminal navigation
- Basic git skills
- Different types of data
- Operators
- Operands
- How to initialize variables
- Expressions and return values
- How to collect user input
- Always check with your program manager to see if there are any upcoming deadlines you should highlight!
- Q & A from the prep work and/or exercises.
- Filesystems and Paths as this is a common source of trouble for learners
- Some learners may not have properly installed python or added it to their
$PATH
- Some learners may not have properly installed python or added it to their
- Running code in the visual studio code terminal vs a git-bash terminal or other terminal emulator.
- Q & A from the prep work and/or exercises.
- Focus on Python as a language and why it is commonly used for data analysis.
- Clarify any confusion around Git and GitHub:
- forking a repository
- cloning a repository
- making changes and staging changes for updating remote
- Type Conversion
- arithmetic operators
- PEMDAS
- collecting user input
- Clarify and confusion around the terminal and filepaths or directory structure
- Help any learners that are struggling with installations or terminal access