How is PyPy Tested?
This post gives an overview of how the PyPy project does and thinks about testing.
https://www.pypy.org/posts/2022/04/how-is-pypy-tested.html
This post gives an overview of how the PyPy project does and thinks about testing.
https://www.pypy.org/posts/2022/04/how-is-pypy-tested.html
PyPy
How is PyPy Tested?
How is PyPy Tested?
In this post I want to give an overview of how the PyPy project does and thinks
about testing. PyPy takes testing quite seriously and has done some from the
start of the project. H
In this post I want to give an overview of how the PyPy project does and thinks
about testing. PyPy takes testing quite seriously and has done some from the
start of the project. H
How to write a Python script to create dynamic Ansible inventories
Write a script in Python that fetches hosts using Nmap to generate dynamic inventories.
https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python
Write a script in Python that fetches hosts using Nmap to generate dynamic inventories.
https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python
Redhat
How to write a Python script to create dynamic Ansible inventories
In my previous article, I explained why using a static inventory to handle your Ansible playbooks is not very convenient. Here are the reasons:
Rentfree Media
RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.
https://github.com/rentfreemedia/rentfreemedia
RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.
https://github.com/rentfreemedia/rentfreemedia
GitHub
GitHub - RentFreeMedia/rentfreemedia: Media distribution without the platform markup. Home of the free/open source Rent Free Media…
Media distribution without the platform markup. Home of the free/open source Rent Free Media distribution of Django + Wagtail. - RentFreeMedia/rentfreemedia
A Complete Guide to Sets in Python
Key features of a set, implementing set, accessing items, Mutability, and additional ...
https://towardsdatascience.com/a-complete-guide-to-sets-in-python-99dc595b633d
Key features of a set, implementing set, accessing items, Mutability, and additional ...
https://towardsdatascience.com/a-complete-guide-to-sets-in-python-99dc595b633d
Medium
A Complete Guide to Sets in Python
Key features of a set, implementing set, accessing items, Mutability, and additional functionality
CodeGen
CodeGen is an open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.
https://github.com/salesforce/CodeGen
CodeGen is an open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.
https://github.com/salesforce/CodeGen
GitHub
GitHub - salesforce/CodeGen: CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with…
CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. - salesforce/CodeGen
Python f-strings Are More Powerful Than You Might Think
Learn about the unknown features of Python’s f-strings — the formatted ...
https://towardsdatascience.com/python-f-strings-are-more-powerful-than-you-might-think-8271d3efbd7d
Learn about the unknown features of Python’s f-strings — the formatted ...
https://towardsdatascience.com/python-f-strings-are-more-powerful-than-you-might-think-8271d3efbd7d
Head-First Kubernetes
A Kubernetes tutorial for complete beginners.
https://head-first-kubernetes.github.io/
A Kubernetes tutorial for complete beginners.
https://head-first-kubernetes.github.io/
Head-first k8s
Head-First Kubernetes
A Kubernetes tutorial for complete beginners.
custom-literals
A library implementing C++'s custom literal suffixes using pure Python.
https://github.com/RocketRace/custom-literals
A library implementing C++'s custom literal suffixes using pure Python.
https://github.com/RocketRace/custom-literals
GitHub
GitHub - RocketRace/custom-literals: A library implementing C++'s custom literal suffixes using pure Python.
A library implementing C++'s custom literal suffixes using pure Python. - GitHub - RocketRace/custom-literals: A library implementing C++'s custom literal suffixes using pure Python.
MetricFlow
MetricFlow allows you to define, build, and maintain metrics in code.
https://github.com/transform-data/metricflow
MetricFlow allows you to define, build, and maintain metrics in code.
https://github.com/transform-data/metricflow
GitHub
GitHub - dbt-labs/metricflow: MetricFlow allows you to define, build, and maintain metrics in code.
MetricFlow allows you to define, build, and maintain metrics in code. - dbt-labs/metricflow
The fastest tool for querying large JSON files is written in Python (benchmark)
https://colab.research.google.com/github/dcmoura/spyql/blob/master/notebooks/json_benchmark.ipynb
https://colab.research.google.com/github/dcmoura/spyql/blob/master/notebooks/json_benchmark.ipynb
Google
json_bench_v2.ipynb
Run, share, and edit Python notebooks
Python Bi-Dictionary — Key Can Be Value, And Value Can Be Key
A bi-directional dictionary in Python, perfect patch to Python data structureContinue reading on ...
https://towardsdatascience.com/python-bi-dictionary-key-can-be-value-and-value-can-be-key-50715a2046af
A bi-directional dictionary in Python, perfect patch to Python data structureContinue reading on ...
https://towardsdatascience.com/python-bi-dictionary-key-can-be-value-and-value-can-be-key-50715a2046af
Generate Python extensions using Nim language
https://ramanlabs.in/static/blog/Generate_Python_extensions_using_Nim_language.html
https://ramanlabs.in/static/blog/Generate_Python_extensions_using_Nim_language.html
ramanlabs.in
Generate Python Extensions using Nim language
A Python Extension is generally some code written in language other than python to extend the python ecosystem by exposing an interface compatible with Python API.Such extensions are generally in form of compiled code and loaded dynamically by the Python…
Ana is a Python, PHP, and C inspired dynamically typed scripting language
https://github.com/analang/ana
https://github.com/analang/ana
GitHub
GitHub - analang/ana
Contribute to analang/ana development by creating an account on GitHub.
AtsushiSakai / PythonRobotics
Python sample codes for robotics algorithms.
https://github.com/AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
https://github.com/AtsushiSakai/PythonRobotics
GitHub
GitHub - AtsushiSakai/PythonRobotics: Python sample codes and textbook for robotics algorithms.
Python sample codes and textbook for robotics algorithms. - AtsushiSakai/PythonRobotics
Everything About Linked List Data Structure in Python: Intermediate Guide
In this article we will focus on a complete walk through of a Python linked list data ...
https://towardsdatascience.com/everything-about-linked-list-data-structure-in-python-intermediate-guide-31d04ee6b679
In this article we will focus on a complete walk through of a Python linked list data ...
https://towardsdatascience.com/everything-about-linked-list-data-structure-in-python-intermediate-guide-31d04ee6b679
I created a self-hosted security camera system
https://www.reddit.com/r/Python/comments/tizhpw/i_created_a_selfhosted_security_camera_system/
https://www.reddit.com/r/Python/comments/tizhpw/i_created_a_selfhosted_security_camera_system/
reddit
I created a self-hosted security camera system
I don't like the idea of having to stream my video camera feeds to the cloud, so I created a privacy-focused, self-hosted security camera system...
Singleton is a bad idea
Design patterns are a great way to think about interactions among classes.
But the classic ...
https://nedbatchelder.com/blog/202204/singleton_is_a_bad_idea.html
Design patterns are a great way to think about interactions among classes.
But the classic ...
https://nedbatchelder.com/blog/202204/singleton_is_a_bad_idea.html
Nedbatchelder
Singleton is a bad idea
Design patterns are a great way to think about interactions among classes. But the classic Singleton pattern is bad: you shouldn’t use it and there are better options.