[Dive Into Docker] The Complete Docker Course for Developers

Dive Into Docker – The Complete Docker Course for Developers [FCO] Tired of Always Dealing with Version & Dependency Errors? Docker Offers a Better Way to Build and Distribute Your Applications I get it. You’re a software developer who is constantly let down by programming language version managers such as rvm, rbenv, nvm, virtualenv and […]

[TalkPython] Django: Getting Started Course

TalkPython – Django: Getting Started Course [FCO] About Code and other materials for Talk Python’s Getting started with Django course Course Summary Django is one of the most popular web frameworks for coding in Python. It includes libraries for: templating HTML content, URL routing, views, a robust Object Relational Model (ORM) for mapping classes to […]

[TalkPython] Modern APIs with FastAPI and Python Course

  Description FastAPI is one of the most exciting new web frameworks out today. It’s exciting because it leverages more of the modern Python language features than any other framework: type hints, async and await, dataclasses, and much more. If you are building an API in Python, you have many choices. But, to us, FastAPI […]