Dunder Methods in Python: The Ugliest Awesome Sauce
https://codesolid.com/dunder-methods-in-python-the-ugliest-awesome-sauce/
https://codesolid.com/dunder-methods-in-python-the-ugliest-awesome-sauce/
CodeSolid.com - Python: Beginner to Expert
Python Dunder Methods: The Ugliest Awesome Sauce - CodeSolid.com
If you've ever created a Python class, you are probably already familiar with dunder methods, though you may not yet know you are. If you don't yet know that you are, you're probably waiting for me to clarify: What is a dunder method? I'm glad you asked.…
8 Visualizations with Python to Handle Multiple Time-Series Data
Visualization ideas to avoid overlapping lines in the multiple time-series plot.
https://t.co/TSLCJrmW8U
Visualization ideas to avoid overlapping lines in the multiple time-series plot.
https://t.co/TSLCJrmW8U
Medium
8 Visualizations with Python to Handle Multiple Time-Series Data
Visualization ideas for coping with overlapping lines in multiple time-series plots.
Meet ‘PyScript’: New Framework From Anaconda That Allows Users To Create Rich Python Applications In The Browser Using HTML’s Interface
https://www.reddit.com/r/Python/comments/uhm1oe/meet_pyscript_new_framework_from_anaconda_that/
https://www.reddit.com/r/Python/comments/uhm1oe/meet_pyscript_new_framework_from_anaconda_that/
reddit
Meet ‘PyScript’: New Framework From Anaconda That Allows Users To...
Posted in r/Python by u/No_Coffee_4638 • 626 points and 141 comments
Fast Analysis with DuckDB + Pyarrow
Trying out some new speedy tools for data analysis.
https://tech.gerardbentley.com/python/data/intermediate/2022/04/26/holy-duck.html
Trying out some new speedy tools for data analysis.
https://tech.gerardbentley.com/python/data/intermediate/2022/04/26/holy-duck.html
Gar’s Bar
Holy 🦆uck! Fast Analysis with DuckDB + Pyarrow
Trying out some new speedy tools for data analysis
DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in PyTorch.
https://github.com/lucidrains/DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in PyTorch.
https://github.com/lucidrains/DALLE2-pytorch
GitHub
GitHub - lucidrains/DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch - lucidrains/DALLE2-pytorch
Python 3.11.0b1 is out! Python 3.11 is now in feature freeze mode!
https://www.reddit.com/r/Python/comments/uktt1w/python_3110b1_is_out_python_311_is_now_in_feature/
https://www.reddit.com/r/Python/comments/uktt1w/python_3110b1_is_out_python_311_is_now_in_feature/
reddit
Python 3.11.0b1 is out! Python 3.11 is now in feature freeze mode!
Posted in r/Python by u/ExoticMandibles • 330 points and 39 comments
Introducing Woodwork
Woodwork is a Python library that provides robust methods for managing and communicating data typing information. Woodwork can be used as a part of your existing workflow to properly type your data and communicate your data types to downstream processes.
https://innovation.alteryx.com/introducing-woodwork-an-open-source-python-library-for-rich-semantic-data-typing/
Woodwork is a Python library that provides robust methods for managing and communicating data typing information. Woodwork can be used as a part of your existing workflow to properly type your data and communicate your data types to downstream processes.
https://innovation.alteryx.com/introducing-woodwork-an-open-source-python-library-for-rich-semantic-data-typing/
Alteryx | Innovation
Introducing Woodwork - An Open Source Python Library for Rich Semantic Data Typing
At Alteryx, we aim to create tools for advancing machine learning capabilities.
To help everyone solve impactful problems, we're building innovative open source
tools for each step of the machine learning pipeline, automating all parts of
the machine learning…
To help everyone solve impactful problems, we're building innovative open source
tools for each step of the machine learning pipeline, automating all parts of
the machine learning…
CaskDB
CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, written in Python.
https://github.com/avinassh/py-caskdb
CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, written in Python.
https://github.com/avinassh/py-caskdb
GitHub
GitHub - avinassh/py-caskdb: (educational) build your own disk based KV store
(educational) build your own disk based KV store. Contribute to avinassh/py-caskdb development by creating an account on GitHub.
A Simple & Effective Way To Improve Python Class Performance
There's a very simple way to improve Python performance of your code. And you know what's so nice about this performance improvement? It also nudges you to use good Python software design practices - it's a win-win!
https://www.youtube.com/watch?v=Fot3_9eDmOs
There's a very simple way to improve Python performance of your code. And you know what's so nice about this performance improvement? It also nudges you to use good Python software design practices - it's a win-win!
https://www.youtube.com/watch?v=Fot3_9eDmOs
YouTube
A Simple & Effective Way To Improve Python Class Performance
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
There's a very simple way to improve Python performance of your code. And you know what's so nice about this performance improvement? It also nudges you to use good Python…
There's a very simple way to improve Python performance of your code. And you know what's so nice about this performance improvement? It also nudges you to use good Python…
Managing Python Versions with Pyenv
https://thepythoncorner.com/posts/2022-05-06-managing-python-versions-with-pyenv/
https://thepythoncorner.com/posts/2022-05-06-managing-python-versions-with-pyenv/
Thepythoncorner
Managing Python versions with pyenv
Today’s article is about one of the most impressive pieces of software Python-related I have ever seen: pyenv. pyenv is the most clever way of installing Python on your system and allows you to install and manage several different versions of Python specifying…
How can I make 1.9999999999999999999 into 1?
https://www.reddit.com/r/learnpython/comments/uoq7ra/how_can_i_make_19999999999999999999_into_1/
https://www.reddit.com/r/learnpython/comments/uoq7ra/how_can_i_make_19999999999999999999_into_1/
reddit
How can I make 1.9999999999999999999 into 1?
Both int(1.9999999999999999999) and math.floor(1.9999999999999999999) return 2. I'm trying to figure out how to just chop off the decimal part no...
Python Language Summit: Python Without the GIL
https://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-python_11.html
https://pyfound.blogspot.com/2022/05/the-2022-python-language-summit-python_11.html
Blogspot
The 2022 Python Language Summit: Python without the GIL
If you peruse the archives of language-summit blogs, you’ll find that one theme comes up again and again : the dream of Python without the...