Stefan Scherfke: Raise … from … in Python
Link: https://stefan.sofa-rockers.org/2020/10/28/raise-from/
When you recently upgraded to pylint 2.6.0, you may have stumbled
across a new warning:
src/mylib/core.py:74:20: W0707:
Consider explicitly re-raising using the
'from' keyword (raise-missing-from)
Link: https://stefan.sofa-rockers.org/2020/10/28/raise-from/
When you recently upgraded to pylint 2.6.0, you may have stumbled
across a new warning:
src/mylib/core.py:74:20: W0707:
Consider explicitly re-raising using the
'from' keyword (raise-missing-from)
Codementor: Introducing AutoScraper: A Smart, Fast and Lightweight Web Scraper For Python
Link: https://www.codementor.io/alirezamika/introducing-autoscraper-a-smart-fast-and-lightweight-web-scraper-for-python-1bobk91buu
Scraping the web just got a lot more automated
Link: https://www.codementor.io/alirezamika/introducing-autoscraper-a-smart-fast-and-lightweight-web-scraper-for-python-1bobk91buu
Scraping the web just got a lot more automated
www.codementor.io
Introducing AutoScraper: A Smart, Fast and Lightweight Web Scraper For Python | Codementor
Scraping the web just got a lot more automated
Codementor: Dissecting a Web stack
Link: https://www.codementor.io/lgiordani/dissecting-a-web-stack-1bn52p12cr
A layer-by-layer review of the components of a web stack and the reasons behind them
Link: https://www.codementor.io/lgiordani/dissecting-a-web-stack-1bn52p12cr
A layer-by-layer review of the components of a web stack and the reasons behind them
www.codementor.io
Dissecting a Web stack | Codementor
A layer-by-layer review of the components of a web stack and the reasons behind them
Will Kahn-Greene: Everett v1.0.3 released!
Link: https://bluesock.org/~willkg/blog/dev/everett_1_0_3.html
What is it?
Everett is a configuration library for Python
apps.
Goals of Everett:
flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of c
Link: https://bluesock.org/~willkg/blog/dev/everett_1_0_3.html
What is it?
Everett is a configuration library for Python
apps.
Goals of Everett:
flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of c
Will's Blog
Everett v1.0.3 released!
What is it?
Everett is a configuration library for Python
apps.
Goals of Everett:
flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of co
Everett is a configuration library for Python
apps.
Goals of Everett:
flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of co
Real Python: Get Started With Django Part 3: Django View Authorization
Link: https://realpython.com/django-view-authorization/
In part 1 of this series, you learned the fundamentals of Django models and views. In part 2, you learned about user management. In this tutorial, you’ll see how to combine these concepts to do Django
Link: https://realpython.com/django-view-authorization/
In part 1 of this series, you learned the fundamentals of Django models and views. In part 2, you learned about user management. In this tutorial, you’ll see how to combine these concepts to do Django
Realpython
Get Started With Django Part 3: Django View Authorization – Real Python
This tutorial covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, view decorators that authenticate, and how to notify your users with the Django messages framework.
Peter Bengtsson: Generating random avatar images in Django/Python
Link: https://www.peterbe.com/plog/random-avatars-in-django-python
tl;dr; <img src="/avatar.random.png" alt="Random avataaar"> generates this image:
(try reloading to get a random new one. funny aren't they?)
When you use Gravatar you can convert people's email addr
Link: https://www.peterbe.com/plog/random-avatars-in-django-python
tl;dr; <img src="/avatar.random.png" alt="Random avataaar"> generates this image:
(try reloading to get a random new one. funny aren't they?)
When you use Gravatar you can convert people's email addr
Peterbe
Generating random avatar images in Django/Python - Peterbe.com
Python Software Foundation: Key generation and signing ceremony for PyPI
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/emzjI6-yJHk/key-generation-and-signing-ceremony-for.html
On Friday October 30th at 11:15 AM EDT the Python Software Foundation will be live streaming a remote key generation and signing ceremony to bootstrap The Update Framework for The Python Package Index
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/emzjI6-yJHk/key-generation-and-signing-ceremony-for.html
On Friday October 30th at 11:15 AM EDT the Python Software Foundation will be live streaming a remote key generation and signing ceremony to bootstrap The Update Framework for The Python Package Index
Blogspot
Key generation and signing ceremony for PyPI
On Friday October 30th at 11:15 AM EDT the Python Software Foundation will be live streaming a remote key generation and signing ceremony to...
Stack Abuse: Change Tick Frequency in Matplotlib
Link: https://stackabuse.com/change-tick-frequency-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Link: https://stackabuse.com/change-tick-frequency-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Stack Abuse
Change Tick Frequency in Matplotlib
In this tutorial, we'll go over how to change the tick frequency in Matplotlib, both for the entire figure as well as axis-level tick frequency customization with examples.
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
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
JetBrains Blog
PyCharm 2020.3 EAP #3 – PyCharm Blog | JetBrains
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
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
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
Matt Layman
Sending Invites - Building SaaS #77
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.
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
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
Stack Abuse
How to Sort a Dictionary by Value in Python
In this article, we'll explore how to sort a dictionary in Python by its value. These solutions use for loops and the sorted() function, as well as lambdas and the operator module.
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
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
Pythonmorsels
Data structures contain pointers
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
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
Microsoft News
Python in Visual Studio Code – October 2020 Release
The October 2020 release of the Python Extension for Visual Studio Code is now available. This was a short release where we addressed 14 issues, and it includes debugpy 1.0! Keep on reading to learn more.
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
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
Reuven Lerner
Join the data revolution with my "Intro to SQL" course!
Have you heard? Data is "the new oil" — meaning, data is the most valuable
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
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
Realpython
Episode #33: Going Beyond the Basic Stuff With Python and Al Sweigart – The Real Python Podcast
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 tutorials, created a few scripts, and automated repetitive…
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
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
PythonClub
Fazendo backup do banco de dados no Django
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 um pequeno tutorial, básico, de como realizar essa operação.…
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
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
NumFOCUS
Public Apology to Jeremy Howard - NumFOCUS
NumFOCUS's Code of Conduct Committee's apology to Jeremy Howard
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
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
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
Blogspot
(ccxlviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
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
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
pythonbytes.fm
This is going to be a little bit awkward
News and announcements from the Python community for the week of Oct 31st, 2020