Python Software Foundation: The 2020 Python Language Summit
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/plH83v899Ww/the-2020-python-language-summit.html
The Python Language Summit is a small gathering of Python language implementers (both the core developers of CPython and alternative Pythons), as well third-party library authors and other Python
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/plH83v899Ww/the-2020-python-language-summit.html
The Python Language Summit is a small gathering of Python language implementers (both the core developers of CPython and alternative Pythons), as well third-party library authors and other Python
Blogspot
The 2020 Python Language Summit
The Python Language Summit is a small gathering of Python language implementers (both the core developers of CPython and alternative Pyt...
Python Software Foundation: Lightning Talks Part 1 - Python Language Summit 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/cWtcQjdVcnQ/lightning-talks-part-1.html
Sumana Harihareswara
What do you need from pip, PyPI, and packaging?
Python packaging has seen relatively quick development in recent years as a result of increased funding; most famously the new
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/cWtcQjdVcnQ/lightning-talks-part-1.html
Sumana Harihareswara
What do you need from pip, PyPI, and packaging?
Python packaging has seen relatively quick development in recent years as a result of increased funding; most famously the new
Blogspot
Lightning Talks Part 1 - Python Language Summit 2020
Sumana Harihareswara What do you need from pip, PyPI, and packaging? Python packaging has seen relatively quick development in recent ...
BreadcrumbsCollector: @staticmethod considered a code smell
Link: https://breadcrumbscollector.tech/staticmethod-considered-a-code-smell/
Python offers quite a few built-in decorators that can be used to give methods of classes certain superpowers. @property turning method into a read-only field-like attribute is a classic example. Or @
Link: https://breadcrumbscollector.tech/staticmethod-considered-a-code-smell/
Python offers quite a few built-in decorators that can be used to give methods of classes certain superpowers. @property turning method into a read-only field-like attribute is a classic example. Or @
breadcrumbs collector.tech
@staticmethod considered a code smell
Python offers quite a few built-in decorators that can be used to give methods of classes certain superpowers. @property turning method into a read-only field-like attribute is a classic example. Or @classmethod - a method that receives a class as a first…
Real Python: The Real Python Podcast – Episode #7: AsyncIO + Music, Origins of Black, and Managing Python Releases
Link: https://realpython.com/podcasts/rpp/7/
Want to learn more about AsyncIO in Python, with an example where you can see and hear events being triggered in real-time? This week Christopher interviews Łukasz Langa. Łukasz has created a talk fo
Link: https://realpython.com/podcasts/rpp/7/
Want to learn more about AsyncIO in Python, with an example where you can see and hear events being triggered in real-time? This week Christopher interviews Łukasz Langa. Łukasz has created a talk fo
Realpython
Episode #7: AsyncIO + Music, Origins of Black, and Managing Python Releases – The Real Python Podcast
Want to learn more about AsyncIO in Python, with an example where you can see and hear events being triggered in real-time? This week we have Łukasz Langa on the show. Łukasz has created a talk for PyCon 2020 online about using AsyncIO with Music.
Codementor: 4 Things Every Full Stack Developer Should Know
Link: https://www.codementor.io/lokeshjoshi/4-things-every-full-stack-developer-should-know-161c6vf25d
What comes to your mind when you hear the word, full stack developer? Well, you might probably be thinking about someone who codes for a living. Where it is true up to a point, a full stack...
Link: https://www.codementor.io/lokeshjoshi/4-things-every-full-stack-developer-should-know-161c6vf25d
What comes to your mind when you hear the word, full stack developer? Well, you might probably be thinking about someone who codes for a living. Where it is true up to a point, a full stack...
www.codementor.io
4 Things Every Full Stack Developer Should Know | Codementor
What comes to your mind when you hear the word, full stack developer? Well, you might probably be thinking about someone who codes for a living. Where it is true up to a point, a full stack...
Anwesha Das: Dot Org is still a safe haven for the folks depending on dot org
Link: http://anweshadas.in/dot-org-is-still-a-safe-haven-for-the-folks-depending-on-dot-org/
Today I woke up to great news.
The Internet Corporation for Assigned Names and Numbers, ICAAN, has rejected the .org sale
proposal.
What is ICAAN?
ICAAN is a non-profit and American multi-stakeholder
Link: http://anweshadas.in/dot-org-is-still-a-safe-haven-for-the-folks-depending-on-dot-org/
Today I woke up to great news.
The Internet Corporation for Assigned Names and Numbers, ICAAN, has rejected the .org sale
proposal.
What is ICAAN?
ICAAN is a non-profit and American multi-stakeholder
NumFOCUS: Yellowbrick Update – April 2020
Link: https://numfocus.org/projects/yellowbrick-update-april-2020?utm_source=rss&utm_medium=rss&utm_campaign=yellowbrick-update-april-2020
Yellowbrick released Version 1.1 on February 25, 2020. If you haven’t yet upgraded simply type pip install yellowbrick -U or conda install -c districtdatalabs yellow-brick into your terminal/command
Link: https://numfocus.org/projects/yellowbrick-update-april-2020?utm_source=rss&utm_medium=rss&utm_campaign=yellowbrick-update-april-2020
Yellowbrick released Version 1.1 on February 25, 2020. If you haven’t yet upgraded simply type pip install yellowbrick -U or conda install -c districtdatalabs yellow-brick into your terminal/command
NumFOCUS
Yellowbrick Update - April 2020 - NumFOCUS
Yellowbrick released Version 1.1 on February 25, 2020. If you haven’t yet upgraded simply type pip install yellowbrick -U or conda install -c districtdatalabs yellow-brick into your terminal/command prompt to get it. The major improvement in v1.1 is introducing…
PyCharm: The PyCharm YouTube channel is (soft)launched!
Link: http://feedproxy.google.com/~r/Pycharm/~3/D0yBCTeEckA/
Good news for Python developers and the PyCharm community! We are soft-launching today a dedicated YouTube channel for PyCharm where we will share weekly curated content including quick tips & tricks,
Link: http://feedproxy.google.com/~r/Pycharm/~3/D0yBCTeEckA/
Good news for Python developers and the PyCharm community! We are soft-launching today a dedicated YouTube channel for PyCharm where we will share weekly curated content including quick tips & tricks,
PyCharm Blog
The PyCharm YouTube channel is (soft)launched!
Good news for Python developers and the PyCharm community! We are soft-launching today a dedicated YouTube channel for PyCharm where we will share weekly curated content including quick tips & …
Codementor: 6 Python Projects for Beginners
Link: https://www.codementor.io/abdullah_alawad/6-python-projects-for-beginners-160ffx38n2
6 easy python projects for beginners that will help start coding with python
Link: https://www.codementor.io/abdullah_alawad/6-python-projects-for-beginners-160ffx38n2
6 easy python projects for beginners that will help start coding with python
www.codementor.io
6 Python Projects for Beginners | Codementor
6 easy python projects for beginners that will help start coding with python
Talk Python to Me: #262 Build a career in data science
Link: https://talkpython.fm/episodes/show/262/build-a-career-in-data-science
Has anyone told you that you should get into data science? Have you heard it's a great career? In fact, data scientist is the best job in America according to Glassdoor's 2018 rankings.
<br/>
<br/>
Link: https://talkpython.fm/episodes/show/262/build-a-career-in-data-science
Has anyone told you that you should get into data science? Have you heard it's a great career? In fact, data scientist is the best job in America according to Glassdoor's 2018 rankings.
<br/>
<br/>
talkpython.fm
Build a career in data science
Has anyone told you that you should get into data science? Have you heard it's a great career? In fact, data scientist is the best job in America according to Glassdoor's 2018 rankings.
PyBites: My Favorite Career Development Book
Link: https://pybit.es/career-advice.html
For me one of the most succinct pieces of career advice comes from Steve Martin:
Be So Good They Can't Ignore You.
Which is also the title of one of my favorite career books by Cal Newport.
In his b
Link: https://pybit.es/career-advice.html
For me one of the most succinct pieces of career advice comes from Steve Martin:
Be So Good They Can't Ignore You.
Which is also the title of one of my favorite career books by Cal Newport.
In his b
pybit.es
My Favorite Career Development Book - PyBites
For me one of the most succinct pieces of career advice comes from Steve Martin: Be So Good They Can't Ignore You. Which is also the title of one of my favorite career books by Cal Newport. In his...
Weekly Python StackOverflow Report: (ccxxvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/05/ccxxvi-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-05-02 12:33:01 GMT`super` in a `typing.NamedTuple` subclass fails
Link: http://python-weekly.blogspot.com/2020/05/ccxxvi-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-05-02 12:33:01 GMT`super` in a `typing.NamedTuple` subclass fails
Blogspot
(ccxxvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Quansight Labs Blog: Highlights of the Ibis 1.3 release
Link: https://labs.quansight.org/blog/2020/05/ibis-1.3-release/
Ibis 1.3 was just released, after 8 months of development work, with 104 new commits from 16 unique contributors. What is new? In this blog post we will discuss some important features in this new
Link: https://labs.quansight.org/blog/2020/05/ibis-1.3-release/
Ibis 1.3 was just released, after 8 months of development work, with 104 new commits from 16 unique contributors. What is new? In this blog post we will discuss some important features in this new
Quansight Labs
Highlights of the Ibis 1.3 release
Ibis 1.3 was just released, after 8 months of development work, with 104 new commits from 16 unique contributors. What is new? In this blog post we will discuss some important features in this new ver
Test and Code: 111: Subtests in Python with unittest and pytest - Paul Ganssle
Link: https://testandcode.com/111
In both unittest and pytest, when a test function hits a failing assert, the test stops and is marked as a failed test.
What if you want to keep going, and check more things?
There are a few ways. On
Link: https://testandcode.com/111
In both unittest and pytest, when a test function hits a failing assert, the test stops and is marked as a failed test.
What if you want to keep going, and check more things?
There are a few ways. On
Test & Code
Test & Code 111: Subtests in Python with unittest and pytest - Paul Ganssle
Subtests are a way to continue a test function after an assert fails.
Paul Ganssle and Brian Okken discuss what subtests are, why you might want them, and what to watch out for if you use them.
Paul Ganssle and Brian Okken discuss what subtests are, why you might want them, and what to watch out for if you use them.
Codementor: How I learned Python
Link: https://www.codementor.io/sonutiwarinow/how-i-learned-python-1610ri6f0q
Learning python
Link: https://www.codementor.io/sonutiwarinow/how-i-learned-python-1610ri6f0q
Learning python
www.codementor.io
How I learned Python | Codementor
Learning python
Will McGugan: How to get Rich with Python (a terminal rendering library)
Link: https://www.willmcgugan.com/blog/tech/post/how-to-get-rich-with-python-a-terminal-rendering-library/
I'm happy to announce the release of version 1.0.0 of Rich - my Python library for fancy terminal rendering.
Rich is a project I started back in October 2019 when I was staying in Wuhan, a few weeks b
Link: https://www.willmcgugan.com/blog/tech/post/how-to-get-rich-with-python-a-terminal-rendering-library/
I'm happy to announce the release of version 1.0.0 of Rich - my Python library for fancy terminal rendering.
Rich is a project I started back in October 2019 when I was staying in Wuhan, a few weeks b
Will McGugan Tech
How to get Rich with Python (a terminal rendering library)
Please forgive the click-bait title. I couldn't resist.
Python Software Foundation: Property-Based Testing for Python builtins and the standard library - Python Language Summit 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gAakc53O1so/property-based-testing-for-python.html
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling:
No matter how rigorous her analysis or heroic his imagination, no person can write a test case that
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gAakc53O1so/property-based-testing-for-python.html
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling:
No matter how rigorous her analysis or heroic his imagination, no person can write a test case that
Blogspot
Property-Based Testing for Python builtins and the standard library - Python Language Summit 2020
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling: No matter how rigorous her analysis or ...
Mike Driscoll: PyDev of the Week: Samuel Hinton
Link: https://www.blog.pythonlibrary.org/2020/05/04/pydev-of-the-week-samuel-hinton/
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of thos
Link: https://www.blog.pythonlibrary.org/2020/05/04/pydev-of-the-week-samuel-hinton/
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of thos
The Mouse Vs. The Python
PyDev of the Week: Samuel Hinton - The Mouse Vs. The Python
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of those topics, then you should definitely check out his website…
Django Weblog: Django bugfix release: 3.0.6
Link: https://www.djangoproject.com/weblog/2020/may/04/django-bugfix-release-306/
Today we've issued the 3.0.6 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2020/may/04/django-bugfix-release-306/
Today we've issued the 3.0.6 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
PyBites: Rockstar Python Developers Need Great communication Skills Too
Link: https://pybit.es/guest-communication-skills.html
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too.
Introduction
I wonder how people get into software programm
Link: https://pybit.es/guest-communication-skills.html
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too.
Introduction
I wonder how people get into software programm
pybit.es
Rockstar Python Developers Need Great communication Skills Too - PyBites
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too. Introduction I wonder how people get into software...
Programiz: Python RegEx
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Programiz
Python RegEx (With Examples)
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).