Learn to code#
We will learn Python, JavaScript, and Go at the same time.
Content will be added as it becomes available.
- Use "rubber duck debug" method to find solutions
- (extra) Eloquent JavaScript is a great book for beginners
- Five ways to read input into a program
- Get input command-line arguments
- Get input from environment variables
- Get data from the Interwebz
- Get data from a local file
- Get data from standard input
- (extra) Use environment variables for GitHub Actions
- (extra) Use
command -v
ortype
?