# 💬 Programming Languages
Resources for various programming languages! If you want further pointers, get in touch with your tech lead - they can direct you to more resources or to another Launch Pad member that knows more. And if you want to add even more resources, feel free to make a pull request.
# Python
- Check out some of the projects at Launch Pad that use Python!
- The Hitchhiker’s Guide to Python is an opinionated guide to best-practices Python development, from the creator of Requests, one of the most popular Python libraries.
# Golang
- Check out some of the projects at Launch Pad that use Golang!
- Go highlights:
- Pointers in Go
- Data in Go
- Structs & Interfaces
- Packages
- Concurrency
- Examples - lots of great short snippets here!
# JavaScript
- Check out some of the projects at Launch Pad that use JavaScript!
# TypeScript
- Check out some of the projects at Launch Pad that use TypeScript!
# Shell Scripting
- Shell Check is a bash shell script linter that can be used online or via your command line.
- Matt Might has a bash scripting tutorial that's comprehensive without being overwhelming.
- Check out some shell scripts used by projects at Launch Pad
# Rust
- The Rust Programming Language Book is a free introductory book to Rust. The book also includes multiple projects that it will lead you through.
- Rust by Example is a great way to learn Rust by writing Rust!
- Rustlings is a collection of exercises, with an awesome CLI you can use to check your answers and get hints.
- Learning Rust With Entirely Too Many Linked Lists another amazing book for hands-on learning.
- Check out
awesome-rust
for more resources!