Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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).
Hynek Schlawack: Why You Should Document Your Tests

Link: https://hynek.me/articles/document-your-tests/

Some projects have the policy that all tests must have an explanatory comment – including all of mine. At first, I found that baffling. If that’s you right now, this article is for you.
Podcast.__init__: Maintainable Infrastructure As Code In Pure Python With Pulumi

Link: https://www.pythonpodcast.com/pulumi-infrastructure-as-code-episode-261/

After you write your application, you need a way to make it available to your users. These days, that usually means deploying it to a cloud provider, whether that's a virtual server, a serverless plat
Chris Moffitt: Exploring an Alternative to Jupyter Notebooks for Python Development

Link: https://pbpython.com/notebook-alternative.html


Introduction
Jupyter notebooks are an amazing tool for evaluating and exploring data. I have been
using them as an integral part of my day to day analysis for several years and reach for them
almost
Techiediaries - Django: Building Django 3 HTTP APIs with GraphQL and Graphene

Link: https://www.techiediaries.com/django-graphql-tutorial/


This tutorial will introduce you to GraphQL with Python, Django 3 and Graphene. We'll see how to create a simple Django 3 project to demonstrate how to build an API server based on GraphQL (instead o