Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started

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

Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Tryton News: Tryton Release 5.8

Link: https://discuss.tryton.org/t/tryton-release-5-8/3375


Person drawing a ghost1280×853 169 KB
We are proud to announce the 5.8 release of Tryton.
This release provides many bug fixes and some significant improvements. Among other changes you will find bi
Doug Hellmann: sphinxcontrib-spelling 7.0.1

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/zhR2p8Qsm6c/

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 7.0.1? Update Travis configuration to use Pyt
Podcast.__init__: Bringing Artificial Intelligence Projects From Idea To Production - Episode 287

Link: https://www.pythonpodcast.com/henrik-landgren-artificial-intelligence-episode-287/

Artificial intelligence applications can provide dramatic benefits to a business, but only if you can bring them from idea to production. Henrik Landgren was behind the original efforts at Spotify to
Mike Driscoll: OpenPyXL – Working with Microsoft Excel Using Python

Link: https://www.blog.pythonlibrary.org/2020/11/03/openpyxl-working-with-microsoft-excel-using-python/

The business world uses Microsoft Office. Their spreadsheet software solution, Microsoft Excel, is especially popular. Excel is used to store tabular data, create reports, graph trends, and much more.
PyCharm: Let’s Celebrate PyCharm’s 10th!

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



PyCharm is celebrating its 10th anniversary. Over the last decade, PyCharm has grown alongside Python, carefully following changes in the language and adjusting to the feedback of Python developers.
Stack Abuse: Python: Slice Notation on Tuple

Link: https://stackabuse.com/python-slice-notation-on-tuple/

Introduction
The term slicing in programming usually refers to obtaining a substring, sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways t
PyCoder’s Weekly: Issue #445 (Nov. 3, 2020)

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

#445 – NOVEMBER 3, 2020 View in Browser » Fourier Transforms With scipy.fft: Python Signal Processing In this tutorial, you’ll learn how to use the Fourier transform, a powerful tool for analyzi
ABlog for Sphinx: ABlog v0.10.12 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-12-released


Pull Requests merged in:
id of feed is now blog.blog_baseurl.
NumFOCUS: JupyterCon 2020: Code of Conduct Reports

Link: https://numfocus.org/blog/jupytercon2020-coc?utm_source=rss&utm_medium=rss&utm_campaign=jupytercon2020-coc

Following the reports to the NumFOCUS Code-of-Conduct committee on Jeremy Howard’s keynote at JupyterCon 2020, and the controversy that followed, the NumFOCUS Code of Conduct Committee issued a public
Python Insider: Python 3.10.0a2 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/rjSbpSr3UDw/python-3100a2-is-now-available-for.html

The engines of the secret release manager machine have finished producing a new pre-release. Go get it here:https://www.python.org/downloads/release/python-3100a2/ This is an early developer preview o
Stack Abuse: Gradient Descent in Python: Implementation and Theory

Link: https://stackabuse.com/gradient-descent-in-python-implementation-and-theory/

Introduction
This tutorial is an introduction to a simple optimization technique called gradient descent, which has seen major application in state-of-the-art machine learning models.
We'll develop a
Real Python: Caching in Python Using the LRU Cache Strategy

Link: https://realpython.com/lru-cache-python/

There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources. Python’s
The Digital Cat: Public key cryptography: SSL certificates

Link: https://www.thedigitalcatonline.com/blog/2020/11/02/public-key-cryptography-ssl-certificates/

In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Codementor: Introduction to Scrapy: Web Scraping in Python

Link: https://www.codementor.io/adarshpunj/introduction-to-scrapy-web-scraping-in-python-1bwkjgqzt6

Scrapy is an open-source web scraping framework, and it does a lot more than just a library. It manages requests, parses HTML webpages, collects data, and saves it to the desired format. Hence, you...
The Digital Cat: Public key cryptography: SSL certificates

Link: https://www.thedigitalcatonline.com/blog/2020/11/04/public-key-cryptography-ssl-certificates/

In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Matt Layman: Create A Form Template - Building SaaS #78

Link: https://www.mattlayman.com/building-saas/create-form-template/

In this episode, I created a template for one of my new forms on the new social media app that I’m building. We talked about context data, template styling, and special considerations for forms in tem