Quansight Labs Blog: Planned architectural work for PyData/Sparse
Link: https://labs.quansight.org/blog/2020/02/whats-next-for-pydatasparse/
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Link: https://labs.quansight.org/blog/2020/02/whats-next-for-pydatasparse/
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Quansight Labs
Planned architectural work for PyData/Sparse
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Roberto Alsina: Episodio 34: Python moderno 5: 1,2,3,4 ... Probando Enums!
Link: https://ralsina.me/weblog/posts/youtube/episodio-34-python-moderno-5-1234-probando-enums.html
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Link: https://ralsina.me/weblog/posts/youtube/episodio-34-python-moderno-5-1234-probando-enums.html
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Lateral Opinion
Episodio 34: Python moderno 5: 1,2,3,4 ... Probando Enums!
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Real Python: Using the Python defaultdict Type for Handling Missing Keys
Link: https://realpython.com/python-defaultdict/
A common problem that you can face when working with Python dictionaries is to try to access or modify keys that don’t exist in the dictionary. This will raise a KeyError and break up your code execut
Link: https://realpython.com/python-defaultdict/
A common problem that you can face when working with Python dictionaries is to try to access or modify keys that don’t exist in the dictionary. This will raise a KeyError and break up your code execut
Realpython
Using the Python defaultdict Type for Handling Missing Keys – Real Python
In this step-by-step tutorial, you'll learn how the Python defaultdict type works and how to use it for handling missing keys when you're working with dictionaries. You'll also learn how to use a defaultdict to solve problems like grouping or counting the…
Wing Tips: Goto-Definition From the Interactive Shells in Wing Pro
Link: https://wingware.com/blog/goto-definition-in-shells
In this Wing Tip we'll take a quick look at a
lesser-known but often useful feature in Wing Pro: Jumping from symbols in the
integrated shells to their point of definition in source code. This makes
Link: https://wingware.com/blog/goto-definition-in-shells
In this Wing Tip we'll take a quick look at a
lesser-known but often useful feature in Wing Pro: Jumping from symbols in the
integrated shells to their point of definition in source code. This makes
Wingware
Wing Tips: Goto-Definition From the Interactive Shells in Wing Pro - Wing Python IDE
This useful trick lets you find the point of definition of symbols in
source code, while working with those symbols at runtime in Wing Pro's integrated Python
Shell and Debug Console.
source code, while working with those symbols at runtime in Wing Pro's integrated Python
Shell and Debug Console.
Mike Driscoll: Python 101: Learning About Lists
Link: https://www.blog.pythonlibrary.org/2020/03/10/python-101-learning-about-lists/
Lists are a fundamental data type in the Python programming language. A list is a mutable sequence that is typically a collection of homogeneous items. Mutable means that you can change a list after i
Link: https://www.blog.pythonlibrary.org/2020/03/10/python-101-learning-about-lists/
Lists are a fundamental data type in the Python programming language. A list is a mutable sequence that is typically a collection of homogeneous items. Mutable means that you can change a list after i
Mouse Vs Python
Python 101: Learning About Lists - Mouse Vs Python
Learn all about the list data type in Python. You will learn about all of the methods you can use as well as list slicing and more!
Continuum Analytics Blog: Anaconda Individual Edition 2020.02: New Name, Exciting Features
Link: https://www.anaconda.com/anaconda-individual-edition-2020-02/
We are pleased to announce the release of Anaconda Individual Edition (formerly Anaconda Distribution) 2020.02! There are some exciting new features in this release, but first we’ll touch on the nam
Link: https://www.anaconda.com/anaconda-individual-edition-2020-02/
We are pleased to announce the release of Anaconda Individual Edition (formerly Anaconda Distribution) 2020.02! There are some exciting new features in this release, but first we’ll touch on the nam
Anaconda
Anaconda | Anaconda Individual Edition 2020.02: New Name, Exciting…
We are pleased to announce the release of Anaconda Individual Edition (formerly Anaconda Distribution) 2020.02! There are some exciting new features in this release, but first we’ll touch on the name change. Recently, we added a new product to our suite,…
Kushal Das: More power to you my friend
Link: https://kushaldas.in/posts/more-power-to-you-my-friend.html
Today marks 365 days of incarceration of Chelsea Manning, with around $256000
in fines. She has not been charged for any crime.
At home, Py (daughter) wanted to know why her Wonder Woman is still in
Link: https://kushaldas.in/posts/more-power-to-you-my-friend.html
Today marks 365 days of incarceration of Chelsea Manning, with around $256000
in fines. She has not been charged for any crime.
At home, Py (daughter) wanted to know why her Wonder Woman is still in
Quansight Labs Blog: uarray: GSoC Participation
Link: https://labs.quansight.org/blog/2020/03/uarray-gsoc-participation/
I'm pleased to announce that uarray is participating in GSoC '20 as a sub-organization under the umbrella of the Python Software Foundation. Our ideas page is up here, go take a look and see if you (o
Link: https://labs.quansight.org/blog/2020/03/uarray-gsoc-participation/
I'm pleased to announce that uarray is participating in GSoC '20 as a sub-organization under the umbrella of the Python Software Foundation. Our ideas page is up here, go take a look and see if you (o
Quansight Labs
uarray: GSoC Participation
I'm pleased to announce that uarray is participating in GSoC '20 as a sub-organization under the umbrella of the Python Software Foundation. Our ideas page is up here, go take a look and see if you (o
Django Weblog: New governance model for the Django project
Link: https://www.djangoproject.com/weblog/2020/mar/12/governance/
For some time now, a proposal to change the governance of the Django
open-source project has been under discussion and refinement. It was
written up as a Django Enhancement Proposal (DEP), and numbere
Link: https://www.djangoproject.com/weblog/2020/mar/12/governance/
For some time now, a proposal to change the governance of the Django
open-source project has been under discussion and refinement. It was
written up as a Django Enhancement Proposal (DEP), and numbere
EuroPython: EuroPython 2020 and COVID-19
Link: https://blog.europython.eu/post/612393987829039104
As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation.We will update this blog post as new infor
Link: https://blog.europython.eu/post/612393987829039104
As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation.We will update this blog post as new infor
blog.europython.eu
EuroPython Blog
EuroPython 2020 and COVID-19 As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation. We will...
PyCon: March 12 Update on COVID-19
Link: https://pycon.blogspot.com/2020/03/march-12-update-on-covid-19.html
With a month until PyCon US 2020’s scheduled start, the Python Software Foundation Board and Staff are working through our options for PyCon US 2020, and will keep you updated as decisions are made.In
Link: https://pycon.blogspot.com/2020/03/march-12-update-on-covid-19.html
With a month until PyCon US 2020’s scheduled start, the Python Software Foundation Board and Staff are working through our options for PyCon US 2020, and will keep you updated as decisions are made.In
Blogspot
March 12 Update on COVID-19
With a month until PyCon US 2020’s scheduled start, the Python Software Foundation Board and Staff are working through our options for PyCon...
Will McGugan: Progress bars with Rich
Link: https://www.willmcgugan.com/blog/tech/post/progress-bars-with-rich/
I've added progress bar support to Rich.
If you haven't seen my earlier posts on the subject, Rich is a terminal rendering framework for Python. It lets you render styled text and a whole bunch of oth
Link: https://www.willmcgugan.com/blog/tech/post/progress-bars-with-rich/
I've added progress bar support to Rich.
If you haven't seen my earlier posts on the subject, Rich is a terminal rendering framework for Python. It lets you render styled text and a whole bunch of oth
Will McGugan Tech
Progress bars with Rich
<p>Another battery included!</p>
PyCharm: PyCharm 2020.1 EAP 7
Link: http://feedproxy.google.com/~r/Pycharm/~3/-F_9tSlA5nQ/
We have a new Early Access Program (EAP) version of PyCharm that can now be downloaded from our website
This EAP has a lot of important bug fixes, some new features, and a few usability improvements.
Link: http://feedproxy.google.com/~r/Pycharm/~3/-F_9tSlA5nQ/
We have a new Early Access Program (EAP) version of PyCharm that can now be downloaded from our website
This EAP has a lot of important bug fixes, some new features, and a few usability improvements.
PyCharm Blog
PyCharm 2020.1 EAP 7
We have a new Early Access Program (EAP) version of PyCharm that can now be downloaded from our website This EAP has a lot of important bug fixes, some new features, and a few usability improvement…
Moshe Zadka: Or else:
Link: https://orbifold.xyz/or-else.html
This was originally sent to my
newsletter.
I send one e-mail,
always about Python,
every other Sunday.
If this blog post interests you, consider subscribing.
The underappreciated else keyword in Pytho
Link: https://orbifold.xyz/or-else.html
This was originally sent to my
newsletter.
I send one e-mail,
always about Python,
every other Sunday.
If this blog post interests you, consider subscribing.
The underappreciated else keyword in Pytho
orbifold.xyz
Orbifolds and Other Games - Or else:
"Coder's Cat": Encapsulation in Python
Link: https://coderscat.com/encapsulation-in-python
Encapsulation is an essential aspect of Object Oriented Porgramming.
Let’s explain encapsulation in plain words: information hiding. This means delimiting of the internal interface and attribute fr
Link: https://coderscat.com/encapsulation-in-python
Encapsulation is an essential aspect of Object Oriented Porgramming.
Let’s explain encapsulation in plain words: information hiding. This means delimiting of the internal interface and attribute fr
NumFOCUS: PyData COVID-19 Response
Link: https://numfocus.org/blog/pydata-covid-19-response?utm_source=rss&utm_medium=rss&utm_campaign=pydata-covid-19-response
The safety and well-being of our community are extremely important to us. We have therefore decided to postpone all PyData conferences scheduled to take place until the end of June: PyData Miami PyDat
Link: https://numfocus.org/blog/pydata-covid-19-response?utm_source=rss&utm_medium=rss&utm_campaign=pydata-covid-19-response
The safety and well-being of our community are extremely important to us. We have therefore decided to postpone all PyData conferences scheduled to take place until the end of June: PyData Miami PyDat
NumFOCUS
PyData COVID-19 Response - NumFOCUS
PyData statement on COVID-19 and Spring 2020 PyData events.
Python Anywhere: How to use shared in-browser consoles to cooperate while working remotely.
Link: https://blog.pythonanywhere.com/187/
One of the challenges of remote work is when you need to work together on one thing.
Our in-browser consoles are one of the core features of our service. Almost since the beginning, PythonAnywhere
has
Link: https://blog.pythonanywhere.com/187/
One of the challenges of remote work is when you need to work together on one thing.
Our in-browser consoles are one of the core features of our service. Almost since the beginning, PythonAnywhere
has
Pythonanywhere
How to use shared in-browser consoles to cooperate while working remotely. - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Python Bytes: #172 Floating high above the web with Helium
Link: https://pythonbytes.fm/episodes/show/172/floating-high-above-the-web-with-helium
<p>Sponsored by DigitalOcean: <a href="http://pythonbytes.fm/digitalocean"><strong>pythonbytes.fm/digitalocean</strong></a></p>
<p><strong>Michael #1:</strong> <a href="https://hynek.me/articles/pyth
Link: https://pythonbytes.fm/episodes/show/172/floating-high-above-the-web-with-helium
<p>Sponsored by DigitalOcean: <a href="http://pythonbytes.fm/digitalocean"><strong>pythonbytes.fm/digitalocean</strong></a></p>
<p><strong>Michael #1:</strong> <a href="https://hynek.me/articles/pyth
pythonbytes.fm
Floating high above the web with Helium
News and announcements from the Python community for the week of Mar 13th, 2020
Ned Batchelder: Functional strategies in Python
Link: https://nedbatchelder.com//blog/202003/functional_strategies_in_python.html
I got into a debate about Python’s support for functional programming (FP)
with a friend. One of the challenging parts was listening to him say, “Python
is broken” a number of times.Python is not bro
Link: https://nedbatchelder.com//blog/202003/functional_strategies_in_python.html
I got into a debate about Python’s support for functional programming (FP)
with a friend. One of the challenging parts was listening to him say, “Python
is broken” a number of times.Python is not bro
Weekly Python StackOverflow Report: (ccxix) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/03/ccxix-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-03-14 12:08:07 GMTGet second minimum values per column in 2D array
Link: http://python-weekly.blogspot.com/2020/03/ccxix-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-03-14 12:08:07 GMTGet second minimum values per column in 2D array
Blogspot
(ccxix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...