|
Description:
|
|
Watch the live stream:
Watch on YouTube
About the show
Sponsored by Microsoft for Startups Founders Hub.
Brian #1: rich-codex
- by Phil Ewels
- suggested by Will McGugan
- “A GitHub Action / command-line tool which generates screen grab images of a terminal window, containing command outputs or code snippets.”
- Generate images from commands embedded in markdown files, like README.md, for example.
- Searches through markdown files for stuff like:

- then runs the command, and generates the image.
- Can be done within a GitHub action
- Can also send code snippets or json to rich-cli, then generate an image.
- You can also have commands in a config file,
- Very easy to use, makes very professional looking images for documentation, that’s always up to date.
Michael #2: Pydastic
- via Roman Right, by Rami Awar
- Pydastic is an elasticsearch python ORM based on Pydantic.
- Core Features
- Simple CRUD operations supported
- Sessions for simplifying bulk operations (a la SQLAlchemy)
- Dynamic index support when committing operations
- More on Elasticsearch here
Brian #3: 3 Things to Know Before Building with PyScript
Michael #4: disnake
- via Sean Koenig
- disnake is a modern, easy to use, feature-rich, and async-ready API wrapper for Discord.
- Features:
- Modern Pythonic API using
async/await syntax
- Sane rate limit handling that prevents 429 errors
- Command extension to aid with bot creation
- Easy to use with an object oriented design
- Optimized for both speed and memory
- Quickstart
- Commands API
Extras
Michael:
Joke: Better than a wage increase |