Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
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
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
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...
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
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,
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/>
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
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
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
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
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
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
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
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
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).