Fix Common Git Mistakes
course by Chris Achard
Up and running with Svelte 3
course by Tomasz Łakomy
Productive Git for Developers
course by Juri Strumpflohner
Fully Connected Neural Networks with Keras
course by Chris Achard
Introduction to the Python 3 Programming Language
course by Will Button
Practical Git for Everyday Professional Use
course by Trevor Miller
How to Contribute to an Open Source Project on GitHub
course by Kent C. Dodds
Up and Running with AWS Amplify Functions
course by nader dabit
The Ins and Outs of Python Tuples
course by Ceora Ford
Understand Scope in Python
lesson by Will Button
Reuse Code in Multiple Projects with Python Modules
lesson by Will Button
Manage packages with pip in Python
lesson by Will Button
Use Python Classes
lesson by Will Button
Practical Git: Remove unnecessary git tracking with .gitignore files
lesson by Trevor Miller
Read Input in Python from the Console
lesson by Will Button
Handle Exceptions to prevent crashes in Python
lesson by Will Button
Practical Git: Capture code history snapshots with git add/commit/push
lesson by Trevor Miller
Practical Git: Sync local and remote repos with git pull
lesson by Trevor Miller
Practical Git: Isolate feature development with git branch
lesson by Trevor Miller
Perform Math Operations in Python
lesson by Will Button
Create Immutable Values in Python with Tuples
lesson by Will Button