Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2020.3 EAP #3

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

The third build of PyCharm 2020.3 is now available in the Early Access Program with features and fixes for a smoother, more productive experience.
We invite you to join our EAP to try out the latest f
Matt Layman: Sending Invites - Building SaaS #77

Link: https://www.mattlayman.com/building-saas/sending-invites/

In this episode, I worked on the form that will send invites to users for the new social network app that I’m building. We built the view, the form, and the tests and wired a button to the new view.
T
Stack Abuse: How to Sort a Dictionary by Value in Python

Link: https://stackabuse.com/how-to-sort-dictionary-by-value-in-python/

Introduction
A dictionary in Python is a collection of items that stores data as key-value pairs. In Python 3.7 and later versions, dictionaries are sorted by the order of item insertion. In earlier v
Python Morsels: Data structures contain pointers

Link: https://www.pythonmorsels.com/topics/data-structures-contain-pointers/




Watch First:

Variables are Pointers
The 2 Types of "Change" in Python
Equality vs Identity

Transcript
Data structures in Python don't actually contain objects.
They references to objects (aka "po
Python Engineering at Microsoft: Python in Visual Studio Code – October 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release/

We are pleased to announce that the October 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dire
Reuven Lerner: Join the data revolution with my “Intro to SQL” course!

Link: https://lerner.co.il/2020/10/30/join-the-data-revolution-with-my-intro-to-sql-course/

Have you heard? Data is “the new oil” — meaning, data is the most valuable and important thing in the modern world. Which means that if you can store, retrieve, and organize your data, then you (and
Real Python: The Real Python Podcast – Episode #33: Going Beyond the Basic Stuff With Python and Al Sweigart

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

You probably have heard of the bestselling Python book, "Automate the Boring Stuff with Python." What are the next steps after starting to dabble in the Python basics? Maybe you've completed some tut
PythonClub - A Brazilian collaborative blog about Python: Fazendo backup do banco de dados no Django

Link: http://pythonclub.com.br/fazendo-backup-do-banco-de-dados-no-django.html

Apresentação
Em algum momento, durante o seu processo de desenvolvimento com Django, pode ser que surja a necessidade de criar e restaurar o banco de dados da aplicação. Pensando nisso, resolvi fazer
NumFOCUS: Public Apology to Jeremy Howard

Link: https://numfocus.org/blog/jeremy-howard-apology?utm_source=rss&utm_medium=rss&utm_campaign=jeremy-howard-apology

We, the NumFOCUS Code of Conduct Enforcement Committee, issue a public apology to Jeremy Howard for our handling of the JupyterCon 2020 reports. We should have done better. We thank you for sharing yo
Kushal Das: Alembic migration errors on SQLite

Link: https://kushaldas.in/posts/alembic-migration-errors-on-sqlite.html


We use SQLite3 as the database in SecureDrop. We use
SQLAlchemy to talk the database and Alembic for
migrations. Some of those migrations are written by hand.
Most of my work time in the last month w
Weekly Python StackOverflow Report: (ccxlviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/10/ccxlviii-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-10-31 15:38:41 GMTUnpacking: [x,y], (x,y), x,y - what is the diffe
Python Bytes: #205 This is going to be a little bit awkward

Link: https://pythonbytes.fm/episodes/show/205/this-is-going-to-be-a-little-bit-awkward

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
Catalin George Festila: Python 3.8.5 : Testing with openpyxl - part 001 .

Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html

The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
Catalin George Festila: Python 3.9.0 : Testing twisted python module - part 001 .

Link: http://python-catalin.blogspot.com/2020/10/python-390-testing-twisted-python.html

Today I tested two python modules named: twisted and twisted[tls].
Twisted is an event-driven network programming framework written in Python and licensed under the MIT License.

Twisted projects vari
Talk Python to Me: #288 10 tips to move from Excel to Python

Link: https://talkpython.fm/episodes/show/288/10-tips-to-move-from-excel-to-python

Excel is one of the most used and most empowering piece of software out there. But that doesn't make it a good fit for every data processing need. And when you outgrow Excel, a really good option for
LAAC Technology: Five Advanced Django Tips

Link: https://www.laac.dev/blog/five-advanced-django-tips/

Table of Contents

Introduction
Using Q Objects for Complex Queries
Optimize Database Calls with Prefetch Related and Select Related
Annotate Querysets to Fetch Specific Values
Use Prefetch Objects to
Kushal Das: High load average while package building on Fedora 33

Link: https://kushaldas.in/posts/high-load-average-while-package-building-on-fedora-33.html


Enabling Link time optimization (LTO) with rpmbuild is one of the new
features of Fedora 33. I read the changeset
page once and went back only
after I did the Tor package builds locally.
While buildi
ListenData: Translating Web Page while Scraping

Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html

Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an
The No Title® Tech Blog: Just updated - Optimize Images v1.4.0

Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_4_0

Optimize Images has a new version just released on PyPI! Besides the usual clean and polish, this release includes two new features that may be of interest for you, especially if you are using this ut