FastAPI Microservice Patterns: GraphQL API
The go-to backend/frontend integration API.
https://t.co/SDDWx7qygf
The go-to backend/frontend integration API.
https://t.co/SDDWx7qygf
Medium
FastAPI Microservice Patterns: GraphQL API
The go-to backend/frontend integration API.
kivy / kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
https://github.com/kivy/kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
https://github.com/kivy/kivy
GitHub
GitHub - kivy/kivy: Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS - kivy/kivy
Ever heard of Black? This is the opposite. A tool to turn your clean python code into a hideous (working) mess.
https://www.reddit.com/r/Python/comments/rra22x/ever_heard_of_black_this_is_the_opposite_a_tool/
https://www.reddit.com/r/Python/comments/rra22x/ever_heard_of_black_this_is_the_opposite_a_tool/
Reddit
[Mature Content] From the Python community on Reddit: Ever heard of Black? This is the opposite. A tool to turn your clean python…
Posted by Gedanke - 2,139 votes and 181 comments
What part-time job can I get that I can automate with python? (Serious)
https://www.reddit.com/r/learnpython/comments/rxh78g/what_parttime_job_can_i_get_that_i_can_automate/
https://www.reddit.com/r/learnpython/comments/rxh78g/what_parttime_job_can_i_get_that_i_can_automate/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
NASA Scientists use Jupyter to visualize the atmosphere of planets
https://www.reddit.com/r/Python/comments/rxm740/nasa_scientists_use_jupyter_to_visualize_the/
https://www.reddit.com/r/Python/comments/rxm740/nasa_scientists_use_jupyter_to_visualize_the/
reddit
NASA Scientists use Jupyter to visualize the atmosphere of planets
[Just thought it was interesting.](https://youtu.be/shPwW11MEHg?t=563) It gave me a lot of motivation to keep learning Python.
Profiling and Analyzing Performance of Python Programs
In this article, we will look at the tools and techniques that can help us narrow down our focus and find bottlenecks both for CPU and memory consumption, as well as how to implement easy (almost zero-effort) solutions to performance issues in cases where even well-targeted code changes won't help anymore.
https://martinheinz.dev/blog/64
In this article, we will look at the tools and techniques that can help us narrow down our focus and find bottlenecks both for CPU and memory consumption, as well as how to implement easy (almost zero-effort) solutions to performance issues in cases where even well-targeted code changes won't help anymore.
https://martinheinz.dev/blog/64
martinheinz.dev
Profiling and Analyzing Performance of Python Programs
<p>
Profiling is integral to any code and performance optimization. Any experience and skill in performance optimization that you might already have will n...
Profiling is integral to any code and performance optimization. Any experience and skill in performance optimization that you might already have will n...
5% of 666 Python repos had comma typo bugs (inc V8, TensorFlow and PyTorch)
https://codereviewdoctor.medium.com/5-of-666-python-repos-had-comma-typos-including-tensorflow-and-pytorch-sentry-and-v8-7bc3ad9a1bb7
https://codereviewdoctor.medium.com/5-of-666-python-repos-had-comma-typos-including-tensorflow-and-pytorch-sentry-and-v8-7bc3ad9a1bb7
Medium
5% of 666 Python repos had comma typos (including Tensorflow, and PyTorch, Sentry, and V8)
We found that 5% of the 666 Python open source GitHub repositories we checked had the following three comma-related bugs caused by typos:
PyFlow – Visual scripting framework for Python – NodeRED alternative?
https://github.com/wonderworks-software/PyFlow
https://github.com/wonderworks-software/PyFlow
GitHub
GitHub - pedroCabrera/PyFlow: Visual scripting framework for python
Visual scripting framework for python. Contribute to pedroCabrera/PyFlow development by creating an account on GitHub.
IPython 8.0
The release of IPython 8.0, which has been long in the making and arrived a bit over three years after the 7.0 release. This major release comes with many improvements to the existing codebase and several new features.
https://blog.jupyter.org/release-of-ipython-8-0-6e034ff122ef
The release of IPython 8.0, which has been long in the making and arrived a bit over three years after the 7.0 release. This major release comes with many improvements to the existing codebase and several new features.
https://blog.jupyter.org/release-of-ipython-8-0-6e034ff122ef
Medium
Release of IPython 8.0
IPython is a powerful Python REPL that gives you tab completion, better tracebacks, multiline editing, and several useful features on top…
I made a neural network that predicts your motor intentions through EEG with Python and Tensorflow.
https://www.reddit.com/r/Python/comments/s62m3e/i_made_a_neural_network_that_predicts_your_motor/
https://www.reddit.com/r/Python/comments/s62m3e/i_made_a_neural_network_that_predicts_your_motor/
reddit
I made a neural network that predicts your motor intentions...
And it works very well. Looking for new ideas to keep this work going. In short: I've made a neural network that predicts with 99% accuracy...
fox-it / log4j-finder
Find vulnerable Log4j2 versions on disk and also inside Java Archive Files (Log4Shell CVE-2021-44228, CVE-2021-45046, CVE-2021-45105)
https://github.com/fox-it/log4j-finder
Find vulnerable Log4j2 versions on disk and also inside Java Archive Files (Log4Shell CVE-2021-44228, CVE-2021-45046, CVE-2021-45105)
https://github.com/fox-it/log4j-finder
GitHub
GitHub - fox-it/log4j-finder: Find vulnerable Log4j2 versions on disk and also inside Java Archive Files (Log4Shell CVE-2021-44228…
Find vulnerable Log4j2 versions on disk and also inside Java Archive Files (Log4Shell CVE-2021-44228, CVE-2021-45046, CVE-2021-45105) - fox-it/log4j-finder
fastapi-mvc
Generate FastAPI projects for high-performance applications. Based on MVC architectural pattern, WSGI + ASGI. Includes tests, pipeline, base utilities, Helm chart, and script for bootstrapping local Minikube with high available Redis cluster.
https://github.com/rszamszur/fastapi-mvc
Generate FastAPI projects for high-performance applications. Based on MVC architectural pattern, WSGI + ASGI. Includes tests, pipeline, base utilities, Helm chart, and script for bootstrapping local Minikube with high available Redis cluster.
https://github.com/rszamszur/fastapi-mvc
GitHub
GitHub - fastapi-mvc/fastapi-mvc: Developer productivity tool for making high-quality FastAPI production-ready APIs.
Developer productivity tool for making high-quality FastAPI production-ready APIs. - GitHub - fastapi-mvc/fastapi-mvc: Developer productivity tool for making high-quality FastAPI production-ready A...
Kent
Fake Sentry server for local development, debugging, and integration testing.
https://github.com/willkg/kent
Fake Sentry server for local development, debugging, and integration testing.
https://github.com/willkg/kent
GitHub
GitHub - willkg/kent: Fake Sentry server for local development, debugging, and integration testing
Fake Sentry server for local development, debugging, and integration testing - GitHub - willkg/kent: Fake Sentry server for local development, debugging, and integration testing
featureclass
Feature engineering library that helps you keep track of feature dependencies, documentation, and schema.
https://github.com/Itayazolay/featureclass
Feature engineering library that helps you keep track of feature dependencies, documentation, and schema.
https://github.com/Itayazolay/featureclass
GitHub
GitHub - Itayazolay/featureclass: Feature engineering library that helps you keep track of feature dependencies, documentation…
Feature engineering library that helps you keep track of feature dependencies, documentation and schema - GitHub - Itayazolay/featureclass: Feature engineering library that helps you keep track of ...