cassowary
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
https://github.com/casualsnek/cassowary
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
https://github.com/casualsnek/cassowary
GitHub
GitHub - casualsnek/cassowary: Run Windows Applications on Linux as if they are native, Use linux applications to launch files…
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configura...
GPT in PyTorch
In this video, we are going to implement the GPT2 model from scratch. We are only going to focus on the inference and not on the training logic. We will cover concepts like self attention, decoder blocks and generating new tokens.
https://www.youtube.com/watch?v=d7IRM40VMYM
In this video, we are going to implement the GPT2 model from scratch. We are only going to focus on the inference and not on the training logic. We will cover concepts like self attention, decoder blocks and generating new tokens.
https://www.youtube.com/watch?v=d7IRM40VMYM
YouTube
GPT in PyTorch
In this video, we are going to implement the GPT2 model from scratch. We are only going to focus on the inference and not on the training logic. We will cover concepts like self attention, decoder blocks and generating new tokens.
Paper: https://openai…
Paper: https://openai…
Natural Language Processing for Icelandic with PyPy: A Case Study
https://www.pypy.org/posts/2022/02/nlp-icelandic-case-study.html
https://www.pypy.org/posts/2022/02/nlp-icelandic-case-study.html
PyPy
Natural Language Processing for Icelandic with PyPy: A Case Study
Natural Language Processing for Icelandic with PyPy: A Case Study
Icelandic is one
of the smallest languages of the world, with about 370.000 speakers. It
is a language in the Germanic family, most si
Icelandic is one
of the smallest languages of the world, with about 370.000 speakers. It
is a language in the Germanic family, most si
TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
https://github.com/taosdata/TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
https://github.com/taosdata/TDengine
GitHub
GitHub - taosdata/TDengine: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios - taosdata/TDengine
A Comprehensive Guide to Slicing in Python
Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post.
https://bas.codes/posts/python-slicing
Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post.
https://bas.codes/posts/python-slicing
A Comprehensive Guide to Slicing in Python - Bas codes
Python Slicing is a powerful tool to access sequences. To learn more about the inner mechanics of slices, read this post ;)
django-idom
django-idom allows Django to integrate with IDOM, a reactive Python web framework for building interactive websites without needing a single line of Javascript.
https://github.com/idom-team/django-idom
django-idom allows Django to integrate with IDOM, a reactive Python web framework for building interactive websites without needing a single line of Javascript.
https://github.com/idom-team/django-idom
GitHub
GitHub - reactive-python/reactpy-django: It's React, but in Python. Now with Django integration.
It's React, but in Python. Now with Django integration. - reactive-python/reactpy-django
Creating Beautiful Tracebacks with Python's Exception Hooks
Debugging can become an enjoyable experience with beautiful traceback messages created with Python’s custom exception hooks.
https://martinheinz.dev/blog/66
Debugging can become an enjoyable experience with beautiful traceback messages created with Python’s custom exception hooks.
https://martinheinz.dev/blog/66
martinheinz.dev
Creating Beautiful Tracebacks with Python's Exception Hooks
<p>
We all spend a good chuck of our time debugging, sifting through logs or reading tracebacks. Each of these can be difficult and time-consuming and in t...
We all spend a good chuck of our time debugging, sifting through logs or reading tracebacks. Each of these can be difficult and time-consuming and in t...
What're the cleanest, most beautifully written projects in Github that are worth studying the code?
https://www.reddit.com/r/Python/comments/sg3owy/whatre_the_cleanest_most_beautifully_written/
https://www.reddit.com/r/Python/comments/sg3owy/whatre_the_cleanest_most_beautifully_written/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Python in Visual Studio Code – February 2022 Release
This release includes:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2022-release/
This release includes:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2022-release/
Microsoft News
Python in Visual Studio Code – February 2022 Release
We are happy to announce that the February 2022 release of the Python Extension for Visual Studio Code is now available! This release includes smart selection, better folding support, improvements to the Python interpreters list and when using Anaconda. Keep…
BreakFastApi
The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions.
https://github.com/MariiaSizova/breakfastapi
The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions.
https://github.com/MariiaSizova/breakfastapi
GitHub
GitHub - MariiaSizova/breakfastapi: The most delicious API on the web. 🍣 🍔 🍕
The most delicious API on the web. 🍣 🍔 🍕. Contribute to MariiaSizova/breakfastapi development by creating an account on GitHub.
3 percent of Python codebases we checked had silently failing unit tests
https://richardtier.com/2022/02/16/3-of-666-python-codebases-we-checked-had-silently-failing-unit-tests-and-we-fixed-them-all%ef%bf%bc/
https://richardtier.com/2022/02/16/3-of-666-python-codebases-we-checked-had-silently-failing-unit-tests-and-we-fixed-them-all%ef%bf%bc/
Richard Tier
3% of 666 Python codebases we checked had silently failing unit tests (and we fixed them all, including PyTorch, Salt, Python.org)
Lets coin a name for a very special type of unit test: Schrödinger’s unit-test: a unit test that passes but fails to test the thing we want to test. This test will not fail This article …
Push-ups with Python, mediapipe and OpenCV
https://aryanvij02.medium.com/push-ups-with-python-mediapipe-open-a544bd9b4351
https://aryanvij02.medium.com/push-ups-with-python-mediapipe-open-a544bd9b4351
Medium
Push-Ups with Python! (mediapipe + Open
In the Singapore Army, there is something called IPPT (Individual Physical Proficiency Test). The problem with this test is not how…