Interactive data dictionaries for business users — flatten dbt YAML into web tables with Quilt…
https://blog.quiltdata.com/interactive-data-dictionaries-for-business-users-flatten-dbt-yaml-into-web-tables-with-quilt-dcc9bd8932f1
https://blog.quiltdata.com/interactive-data-dictionaries-for-business-users-flatten-dbt-yaml-into-web-tables-with-quilt-dcc9bd8932f1
Medium
Interactive data dictionaries for business users — flatten dbt YAML into web tables with Quilt…
In this article we’ll parse dbt YAML into a pandas dataframe, then publish that dataframe as an interactive data grid on the web. Source…
A web application that helps you find tour guides when you visit a new place.
https://vince-otieno.medium.com/a-web-application-that-helps-you-find-tour-guides-when-you-visit-a-new-place-74cf2f8cd17b
https://vince-otieno.medium.com/a-web-application-that-helps-you-find-tour-guides-when-you-visit-a-new-place-74cf2f8cd17b
Medium
A web application that helps you find tour guides when you visit a new place.
Our project is built to help people find tour guides whenever they visit a new area. The people who in this case we can refer to as users…
Plearn Game Theory(Prologue to Console)
https://khodearman.medium.com/plearn-game-theory-prologue-to-console-748abb8cef13
https://khodearman.medium.com/plearn-game-theory-prologue-to-console-748abb8cef13
Medium
Plearn Game Theory(Prologue to Console)
Yoooowwww!!!🤘
9 VSCode Extensions You Definitely Need As A Developer
https://dev.to/abstract/9-vscode-extensions-you-definitely-need-as-a-developer-2e89
https://dev.to/abstract/9-vscode-extensions-you-definitely-need-as-a-developer-2e89
Build a Content Aggregator in Python – Real Python
https://realpython.com/build-a-content-aggregator-python
https://realpython.com/build-a-content-aggregator-python
Realpython
Build a Content Aggregator in Python – Real Python
In this project-based tutorial, you'll build a content aggregator from scratch with Python and Django. Using custom management commands, feedparser, and django-apscheduler, you'll set up an app to periodically parse RSS feeds for Python podcasts and display…
Python Code Quality - Improve the quality of your Python code with linters, code formatters, and security vulnerability scanners
https://testdriven.io/blog/python-code-quality
https://testdriven.io/blog/python-code-quality
testdriven.io
Python Code Quality
This article looks at how to improve the quality of your Python code with linters, code formatters, and security vulnerability scanners.
Cython, Rust, and more: choosing a language for Python extensions
https://pythonspeed.com/articles/rust-cython-python-extensions
https://pythonspeed.com/articles/rust-cython-python-extensions
Python⇒Speed
Cython, Rust, and more: choosing a language for Python extensions
You can write Python extensions with Cython, Rust, and many other tools. Learn which one you should use, depending on your particular needs.
Multi-Py: Multiplatform Container Images for Python Packages
https://blog.tedivm.com/open-source/2021/11/multi-py-multiplatform-images-python
https://blog.tedivm.com/open-source/2021/11/multi-py-multiplatform-images-python
tedious ramblings
Multi-Py: Multiplatform Container Images for Python Packages - tedious ramblings
Multi-Py publishes container images for popular Python packages targeting AMD64, ARM64, and ARM v7, on Ubuntu and Alpine.