Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2021.2 Release Candidate Is Out

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

PyCharm’s 2021.2 major release is right around the corner, and the PyCharm team is adding the final touches to the new features and fixing important bugs.
As we approach the end of this release’s earl
Stack Abuse: Guide to Sending HTTP Requests in Python with urllib3

Link: https://stackabuse.com/guide-to-sending-http-requests-in-python-with-urllib3

Introduction
Resources on the Web are located under some kind of web-address (even if they're not accessible), oftentimes referred to as a URL (Uniform Resource Locator). These resources are, most of
Real Python: The Real Python Podcast – Episode #70: What Can You Do With Python and Counting Objects Using "Counter"

Link: https://realpython.com/podcasts/rpp/70/

How is Python being used today, and what can you do with the language? Do you want to develop software, dive into data science and math, automate parts of your job and digital life, or work with elec
Talk Python to Me: #326: Building Desktop Apps with wxPython

Link: https://talkpython.fm/episodes/show/326/building-desktop-apps-with-wxpython

Did you know I'm a fan of GUIs. You know, they are kind of like web pages, but they run on your computer, they have their own windows, and you can even use them offline! On this episode, we'll dive in
Andre Roberge: New interactive friendly tracebacks for Jupyter

Link: https://aroberge.blogspot.com/2021/07/new-interactive-friendly-tracebacks-for.html

 Summary: I have a draft version of a new and arguably better way to display information from friendly for Jupyter labs/notebooks. For now, it only works with the default light theme.The following scr
Weekly Python StackOverflow Report: (cclxxxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/07/cclxxxv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-07-24 18:37:56 GMTset of sets and "in" operator - [7/2]Mypy compla
Low Kian Seong: That one where I almost lost my life but ended up rolling over a 5 year old boy part 1

Link: https://blog.lowkster.com/2021/07/that-one-where-i-almost-lost-my-life.html

 You know when they ask you in interviews "What is your most embarrassing mistake" ? Well I always lie and mutter something that I think they want to hear and a false cringe on the face to add dash of
Quansight Labs Blog: Moving SciPy to the Meson build system

Link: https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/

Let's start with an announcement: SciPy now builds with
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
Ned Batchelder: Aptus v3

Link: https://nedbatchelder.com/blog/202107/aptus_v3.html

After a hiatus of almost 13 years, I’ve made a new release of
Aptus, my Mandelbrot explorer. I got
re-interested in it as a way to make Zoom backgrounds during the pandemic.I started by moving it fro
Python Pool: Numpy nditer | Loop Through Numpy array

Link: https://www.pythonpool.com/numpy-nditer/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-nditer

The post Numpy nditer | Loop Through Numpy array appeared first on Python Pool.
In general, we know that python has many libraries like matplotlib, Numpy, etc. Numpy is one of the efficient and powerf
Python Pool: Different Ways to Calculate Magnitude Using Numpy in Python

Link: https://www.pythonpool.com/numpy-magnitude/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-magnitude

The post Different Ways to Calculate Magnitude Using Numpy in Python appeared first on Python Pool.
We can calculate the magnitude of the vector and magnitude of complex numbers in Python using Numpy.
Python Pool: Union of Two or more lists in Python

Link: https://www.pythonpool.com/python-union-of-lists/?utm_source=rss&utm_medium=rss&utm_campaign=python-union-of-lists

The post Union of Two or more lists in Python appeared first on Python Pool.
Here we are going to see the union of two or more lists in Python. Union means taking the elements in the several lists and
Mike Driscoll: PyDev of the Week: Philipp Rudiger

Link: https://www.blog.pythonlibrary.org/2021/07/26/pydev-of-the-week-philipp-rudiger/

This week we welcome Philipp Rudiger (@PhilippJFR) as our PyDev of the Week! Philipp is the creator of Panel, HoloViews and GeoViews.
If you’re interested in the code that Philipp works on, then you s
Codementor: Adding Firefox Extensions With Selenium In Python

Link: https://www.codementor.io/codepoetn/adding-firefox-extensions-with-selenium-in-python-1k6499yfmx

In this Selenium Python tutorial, we deep dive into how you can add extensions in Firefox using the Selenium automation framework. It is one of the swiftest ways to add the required Firefox extensions
Mike Driscoll: Talk Python: Building Desktop Apps with wxPython with Mike Driscoll

Link: https://www.blog.pythonlibrary.org/2021/07/26/talk-python-building-desktop-apps-with-wxpython-with-mike-driscoll/

A couple of weeks ago, I was on the Talk Python Podcast to talk about creating desktop applications with wxPython. The recording of that talk was released today.
We talked about many of the GUI framew
Real Python: Python's collections: A Buffet of Specialized Data Types

Link: https://realpython.com/python-collections-module/

Python’s collections module provides a rich set of specialized container data types carefully designed to approach specific programming problems in a Pythonic and efficient way. The module also provid
Python Morsels: Map and Filter in Python

Link: https://www.pythonmorsels.com/topics/map-and-filter-python/




Transcript
Let's talk about the map and filter functions in Python, and why I don't usually recommend using them (related: I also don't recommend lambda expressions).
The map function transforms ea
Wingware: Wing Python IDE Version 8 - July 26, 2021

Link: https://wingware.com/news/2021-07-26

Wing 8 introduces support for development on Docker and LXC/LXD containers and Docker
Compose clusters, a Python package management tool, improved project creation, improved
static analysis and code w