Creating a Zelda style game in Python
A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more.
https://www.youtube.com/watch?v=QU1pPzEGrqw
A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more.
https://www.youtube.com/watch?v=QU1pPzEGrqw
YouTube
Creating a Zelda style game in Python [with some Dark Souls elements]
A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more.
Thanks for AI camp for sponsoring this video. You can find the link…
Thanks for AI camp for sponsoring this video. You can find the link…
How to stop running out of ephemeral ports and start to love long-lived connections
In this blog post, I'll explain why we had these issues, how we worked around them, and present an userspace code implementing an improved variant of connect() syscall.
https://blog.cloudflare.com/how-to-stop-running-out-of-ephemeral-ports-and-start-to-love-long-lived-connections/
In this blog post, I'll explain why we had these issues, how we worked around them, and present an userspace code implementing an improved variant of connect() syscall.
https://blog.cloudflare.com/how-to-stop-running-out-of-ephemeral-ports-and-start-to-love-long-lived-connections/
The Cloudflare Blog
How to stop running out of ephemeral ports and start to love long-lived connections
Often programmers have assumptions that turn out, to their surprise, to be invalid. From my experience this happens a lot. Every API, technology or system can be abused beyond its limits and break in a miserable way.
TIL: typing.Protocol Across Python Versions
How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time.
https://hynek.me/til/typing-protocol/
How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time.
https://hynek.me/til/typing-protocol/
Hynek Schlawack
typing.Protocol Across Python Versions
How to seamlessly support typing.Protocol on Python versions older and newer than 3.8. At the same time.
yaronzz / Tidal-Media-Downloader
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
https://github.com/yaronzz/Tidal-Media-Downloader
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
https://github.com/yaronzz/Tidal-Media-Downloader
GitHub
GitHub - yaronzz/Tidal-Media-Downloader: Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#) - yaronzz/Tidal-Media-Downloader
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 ;)