Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: Join the Python Developers Survey 2021: Share and learn about the community

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/M9jMg4myXFk/join-python-developers-survey-2021.html

This year we are conducting the fifth iteration of the official Python Developers Survey. The goal is to capture the current state of the language and the ecosystem around it. By comparing the results
PyCharm: Webinar: “Smarter FastAPI Through Tooling” with Sebastián Ramírez

Link: http://feedproxy.google.com/~r/Pycharm/~3/UNEN6iZM9Gs/

FastAPI has quickly become super-popular. One of the reasons: embracing standards which help tooling, which then boost productivity. This is something FastAPI’s author, Sebastián Ramírez, really cares
Łukasz Langa: Where does all the effort go? Looking at Python core developer activity

Link: https://lukasz.langa.pl/f15a8851-af26-4e94-a4b1-c146c57c9d20/

One of the tasks given me by the Python Software Foundation as part of the Developer in Residence job was to look at the state of CPython as an active software development project. What are people wor
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2021! 🎉

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/T_dCR6_vuA8/announcing-python-software-foundation.html

The PSF is pleased to announced its third batch of PSF Fellows for 2021! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anthony
Python for Beginners: Create Generator from a List in Python

Link: https://www.pythonforbeginners.com/basics/create-generator-from-a-list-in-python

Generators in Python are a very useful tool for accessing elements from a container object. In this article, we will discuss how we can create a generator from a list and why we need to do this. Here
Quansight Labs Blog: An efficient method of calling C++ functions from numba using clang++/ctypes/rbc

Link: https://labs.quansight.org/blog/2021/10/cxx-numba-interoperability/

The aim of this document is to explore a method of calling C++ library
functions from Numba compiled
functions
--- Python functions that are decorated with
numba.jit(nopython=True).
While there exist
Peter Bengtsson: How to string pad a string in Python with a variable

Link: https://www.peterbe.com/plog/zfill-string-in-python-with-variable

I just have to write this down because that's the rule; if I find myself googling something basic like this more than once, it's worth blogging about.
Suppose you have a string and you want to pad wit
PyCoder’s Weekly: Issue #495 (Oct. 19, 2021)

Link: https://pycoders.com/issues/495

#495 – OCTOBER 19, 2021 View in Browser » No-GIL Fork of CPython This is a proof-of-concept implementation of CPython that supports multithreading without the global interpreter lock (GIL), from
Wingware: Wing Python IDE Version 8.1 - October 19, 2021

Link: https://wingware.com/news/2021-10-19

Wing 8.1 adds Delete Symbol and Rename Current Module refactoring operations, improves
some aspects of type analysis, fixes occasional failure to detect Python Path, fixes
starting the remote agent in
Python Anywhere: Our October system update

Link: https://blog.pythonanywhere.com/199/

On 6 October we upgraded our EU-based systems to the latest version of our platform, and today, 20
October, we did the same upgrade on our US-based system. There are a bunch of
changes to report!
PyCharm: PyCharm 2021.2.3 Is Out!

Link: http://feedproxy.google.com/~r/Pycharm/~3/RuwqVk5PiW8/

The third minor release of PyCharm 2021.2 contains multiple bug fixes:

We fixed a bug where PEP 585 parameterized built-in classes were not recognized when using from __future__ import annotations. [
Python for Beginners: Iterator in Python

Link: https://www.pythonforbeginners.com/basics/iterator-in-python

You must have used different data structures like python dictionary, list, tuple and set while programming. We often need to access the elements of these data structures in a sequential manner. To ite
Real Python: Using the len() Function in Python

Link: https://realpython.com/len-python-function/

In many situations, you’ll need to find the number of items stored in a data structure. Python’s built-in function len() is the tool that will help you with this task.
There are some cases in which th
PyCon: PyCon US 2022 Website and Sponsorship Program Launch!

Link: https://pycon.blogspot.com/2021/10/pycon-us-2022-website-and-sponsorship.html

With PyCon US 2022 planning underway, we are excited to be launching the conference website along with our sponsorship program. Our team is planning to host the event in person with an online componen
Ben Cook: Poetry for Package Management in Machine Learning Projects

Link: https://sparrow.dev/python-poetry-machine-learning/

When you’re building a production machine learning system, reproducibility is a proxy for the effectiveness of your development process. But without locking all your Python dependencies, your builds a
Python Bytes: #255 Closember eve, the cure for Hacktoberfest?

Link: https://pythonbytes.fm/episodes/show/255/closember-eve-the-cure-for-hacktoberfest

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=ICp8eD6uENI' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>