Concurrency in Go – #23

Welcome to Learning at Lambert Labs session #23. This week, Tom discusses how to write concurrent code in Go (also known as Golang), giving examples of various language features such as goroutines, channels and mutexes, and points out some common pitfalls to avoid when using these tools.

In today’s Learning session:

  • An overview of the Go programming language
  • An introduction to concurrent programming
  • How to write concurrent programs in Go

Learn more about some of our client work here: https://lambertlabs.com/portfolio/

🔊 Subscribe to our channel for weekly learning sessions! https://www.youtube.com/channel/UCi7G5sY0IWqSNUMnRptuJm

🔗 Lambert Labs Links 🔗 :

🌎 Website: https://lambertlabs.com/

📱 Twitter: https://twitter.com/lambertlabs/

📝 LinkedIn: https://www.linkedin.com/company/lambertlabs/

📂 GitHub: https://github.com/lambertlabs/​​

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐

  • Go
  • Golang
  • Concurrency
  • Parallelism
  • Software Engineering

Automatically generating SQLAlchemy models - #22

Welcome to Learning at Lambert Labs session #22. This week, Millie discusses issues with the Object Relational Mapper framework SQLAlchemy, and how these problems can be resolved using sqlacodegen and Alembic.

In today’s Learning session:

  • Why the traditional ORM/DB model can cause problems
  • Using Alembic to automatically generate migrations based on models in the application code
  • Using sqlacodegen to automatically generate models based on the database schema

Read about the work we do with Python here: https://lambertlabs.com/technologies/python-software-development/

Learn more about some of our client work here: https://lambertlabs.com/portfolio/

🔊 Subscribe to our channel for weekly learning sessions! https://www.youtube.com/channel/UCi7G5sY0IWqSNUMnRptuJmw

🔗 Lambert Labs Links 🔗 :

🌎 Website: https://lambertlabs.com/

📱 Twitter: https://twitter.com/lambertlabs/

📝 LinkedIn: https://www.linkedin.com/company/lambertlabs/

📂 GitHub: https://github.com/lambertlabs/

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐

  • Python
  • SQLAlchemy
  • Software Engineerin

Introspection and Control Flow in Python — #16

Welcome to Learning at Lambert Labs session #16. This week, Amelia discusses the concept of introspection and how it can be applied in Python, as well as diving into control flow graphs and their use cases.

In Today’s Learning Session:

  • What are introspection and reflection?
  • How to examine Python code at runtime
  • How to disassemble Python code
  • Control flow graphs, and how to construct them in Python
  • Q&A from our developers!

🔊 Subscribe to our channel for weekly learning sessions! https://www.youtube.com/channel/UCi7G5sY0IWqSNUMnRptuJmw 🔗

Lambert Labs Links 🔗 :

🌎 Website: https://lambertlabs.com/​​

📱 Twitter: https://twitter.com/lambertlabs​

📝 LinkedIn: https://www.linkedin.com/company/lambertlabs/

📂 GitHub: https://github.com/lambertlabs​​