examples icon indicating copy to clipboard operation
examples copied to clipboard

All the code examples I use in my videos

Results 12 examples issues
Sort by recently updated
recently updated
newest added

Without changes proposed, script does not compile

There is an issue in the command.py file of the dataroast folder. When calling from_string, the parsed_args variable never gets added to if the args only contains strings. I added...

### Description: - Can't be able to run the `advanced_example_relationships.py` file (under **sqlmodel**) in my local. getting below error `raise exc.NoInspectionAvailable( sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of...

## Problem Description Currently, many examples are provided as a flat list of numbered files, where each file represents a single step in a tutorial. While this shows the progression,...

Hi, I'm watching more videos and having more fun. I've added a version that is closer to my prod version. This commit introduces Dockerfile.11_final_v2, a fully optimized, secure, and deterministic...

Hi! 👋 I had some fun on a Sunday morning and decided to explore multiple ways to implement the same logic across different programming paradigms in Python. Added new paradigm...

$ is used at the wrong place while defining venv path: correct path = "/app/.venv/bin:${PATH}" Let me know if I'm mistaken.

Hi Arjan, [At this point of this amazing video](https://youtu.be/uxwjXLjJOoM?list=TLPQMjcwOTIwMjUi0ijoeb6UHA&t=982), you asked how we can make these SOLID principles better. I applied my idea on your previous work. I'm looking forward...