Python Software Foundation: Election Reform Community Update
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ACCQGgHVRuk/election-reform-update.html
This past June, the PSF Board of Directors opened a discussion to solicit feedback on the topic of election reform.
The discussion was a lively one and touched on the following topics:
PSF Directo
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ACCQGgHVRuk/election-reform-update.html
This past June, the PSF Board of Directors opened a discussion to solicit feedback on the topic of election reform.
The discussion was a lively one and touched on the following topics:
PSF Directo
Blogspot
Election Reform Community Update
This past June , the PSF Board of Directors opened a discussion to solicit feedback on the topic of election reform. The discussion was a ...
Real Python: Python and MySQL Database: A Practical Introduction
Link: https://realpython.com/python-mysql/
MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications need
Link: https://realpython.com/python-mysql/
MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications need
Realpython
Python and MySQL Database: A Practical Introduction – Real Python
In this tutorial, you'll learn how to connect your Python application with a MySQL database. You'll design a movie rating system and perform some common queries on it. You'll also see best practices and tips to prevent SQL injection attacks.
Python Morsels: What is self?
Link: https://www.pythonmorsels.com/topics/what-is-self/
Related article:
Classes
Variables Are Pointers
self
Transcript:
When you define a class in Python, you'll see self everywhere.
What is self and why is it everywhere?
A class definition
The belo
Link: https://www.pythonmorsels.com/topics/what-is-self/
Related article:
Classes
Variables Are Pointers
self
Transcript:
When you define a class in Python, you'll see self everywhere.
What is self and why is it everywhere?
A class definition
The belo
Pythonmorsels
Python's self
Python's self is really just a variable that points to the current instance of our class. Every method you define must accept self as its first argument.
Reuven Lerner: You can, but should you? Combining some of Python’s more esoteric features
Link: https://lerner.co.il/2020/12/28/you-can-but-should-you-combining-some-of-pythons-more-esoteric-features/
A few weeks ago, I held my monthly “office hours” session for subscribers to Weekly Python Exercise. WPE students are always invited not only to ask questions about what we’re learning in the course,
Link: https://lerner.co.il/2020/12/28/you-can-but-should-you-combining-some-of-pythons-more-esoteric-features/
A few weeks ago, I held my monthly “office hours” session for subscribers to Weekly Python Exercise. WPE students are always invited not only to ask questions about what we’re learning in the course,
Reuven Lerner
You can, but should you? Combining some of Python's more esoteric features
Note: As usual, readers of my blog (and my students) found a simpler and more elegant solution than I did... I knew that the boolean "or" operator returned the first "True" value it encountered, but
Talk Python to Me: #297 Python year in review (2020 edition)
Link: https://talkpython.fm/episodes/show/297/python-year-in-review-2020-edition
2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.
<br/>
<br/>
Join me along with Cecil Phillip, Ines Montani, Jay
Link: https://talkpython.fm/episodes/show/297/python-year-in-review-2020-edition
2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.
<br/>
<br/>
Join me along with Cecil Phillip, Ines Montani, Jay
talkpython.fm
Python year in review (2020 edition)
2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.
Python Bytes: #214 Python year in review (2020 edition)
Link: https://pythonbytes.fm/episodes/show/214/python-year-in-review-2020-edition
<p>2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.</p>
<p>Join Brian and Michael along with Cecil Phillip, Ines M
Link: https://pythonbytes.fm/episodes/show/214/python-year-in-review-2020-edition
<p>2020 will be one for the history books, won't it? I've put together a great group to look back on 2020 - from the Python perspective.</p>
<p>Join Brian and Michael along with Cecil Phillip, Ines M
pythonbytes.fm
Python year in review (2020 edition)
News and announcements from the Python community for the week of Dec 28th, 2020
Podcast.__init__: Making Content Management A Smooth Experience With A Headless CMS
Link: https://www.pythonpodcast.com/buttercms-headless-cms-episode-295/
Building a web application requires integrating a number of separate concerns into a single experience. One of the common requirements is a content management system to allow product owners and market
Link: https://www.pythonpodcast.com/buttercms-headless-cms-episode-295/
Building a web application requires integrating a number of separate concerns into a single experience. One of the common requirements is a content management system to allow product owners and market
The Python Podcast.__init__
The Python Podcast.__init__: Making Content Management A Smooth Experience With A Headless CMS
An interview with ButterCMS CEO Jake Lumetta about how using a headless CMS makes it easier to add content management to your applications.
Stack Abuse: Ultimate Guide to Heatmaps in Seaborn with Python
Link: https://stackabuse.com/ultimate-guide-to-heatmaps-in-seaborn-with-python/
Introduction
A heatmap is a data visualization technique that uses color to show how a value of interest changes depending on the values of two other variables.
For example, you could use a heatmap to
Link: https://stackabuse.com/ultimate-guide-to-heatmaps-in-seaborn-with-python/
Introduction
A heatmap is a data visualization technique that uses color to show how a value of interest changes depending on the values of two other variables.
For example, you could use a heatmap to
Stack Abuse
Ultimate Guide to Heatmaps in Seaborn with Python
In this tutorial, we'll cover everything you need to know from basic to advanced usage of Heatmaps in Seaborn and Python.
Real Python: Django Admin Customization
Link: https://realpython.com/courses/django-admin-customization/
The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. But with a little ex
Link: https://realpython.com/courses/django-admin-customization/
The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. But with a little ex
Realpython
Django Admin Customization – Real Python
In this course, you'll learn how to customize Django's admin with Python. You'll use AdminModel objects to add display columns, calculate values, link to referring objects, and search and filter results. You'll also use template overriding to gain full control…
PyCoder’s Weekly: Issue #453 (Dec. 29, 2020)
Link: https://pycoders.com/issues/453
#453 – DECEMBER 29, 2020 View in Browser » Accelerating Python on GPUs With nvc++ and Cython Python on GPUs has become a big topic for processing big data and scientific computing. In this artic
Link: https://pycoders.com/issues/453
#453 – DECEMBER 29, 2020 View in Browser » Accelerating Python on GPUs With nvc++ and Cython Python on GPUs has become a big topic for processing big data and scientific computing. In this artic
Pycoders
PyCoder’s Weekly | Issue #453
Issue #453 of the PyCoder’s Weekly newsletter, published Dec. 29, 2020.
Zero to Mastery: Python Monthly 💻🐍 December 2020
Link: https://zerotomastery.io/blog/python-monthly-december-2020/?utm_source=python-rss-feed
13th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting
Link: https://zerotomastery.io/blog/python-monthly-december-2020/?utm_source=python-rss-feed
13th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting
Zero To Mastery
Python Monthly 💻🐍 December 2020 | Zero To Mastery
13th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time.
Python Anywhere: Brexit update
Link: https://blog.pythonanywhere.com/193/
PythonAnywhere is a UK-based company, and the transition period for the UK’s exit from the European
Union on will end on 31 December 2020. This will not have any visible effect for people who use our
Link: https://blog.pythonanywhere.com/193/
PythonAnywhere is a UK-based company, and the transition period for the UK’s exit from the European
Union on will end on 31 December 2020. This will not have any visible effect for people who use our
Mike Driscoll: Python Image Processing Kickstarter Coming Next Week!
Link: https://www.blog.pythonlibrary.org/2020/12/29/python-image-processing-kickstarter-coming-next-week/
I will be launching a new Kickstarter on Monday, January 4th to help launch my 9th book, Pillow: Image Processing with Python.
In this book, you will learn how to edit photos with Python. You will dis
Link: https://www.blog.pythonlibrary.org/2020/12/29/python-image-processing-kickstarter-coming-next-week/
I will be launching a new Kickstarter on Monday, January 4th to help launch my 9th book, Pillow: Image Processing with Python.
In this book, you will learn how to edit photos with Python. You will dis
Mouse Vs Python
Python Image Processing Kickstarter Coming Next Week! - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
Matthew Wright: Indexing and Selecting in pandas – slicing
Link: https://www.wrighters.io/2020/12/29/indexing-and-selecting-in-pandas-slicing/
Slicing data in pandas This is second in the series on indexing and selecting data in pandas. If you haven't read it yet, see the first post that covers the basics of selecting based on index or relat
Link: https://www.wrighters.io/2020/12/29/indexing-and-selecting-in-pandas-slicing/
Slicing data in pandas This is second in the series on indexing and selecting data in pandas. If you haven't read it yet, see the first post that covers the basics of selecting based on index or relat
The Open Sourcerer: Blogging about Python desktop apps improvements on Planet Python
Link: https://fortintam.com/blog/planet-python-introduction/
Hi, fellow pythonistas! Before I start publishing future Python-related posts to this aggregator, I would like to shortly introduce myself and the reason for this blog’s presence on the planet.
I am
Link: https://fortintam.com/blog/planet-python-introduction/
Hi, fellow pythonistas! Before I start publishing future Python-related posts to this aggregator, I would like to shortly introduce myself and the reason for this blog’s presence on the planet.
I am
Test and Code: 141: Visual Testing - Angie Jones
Link: https://testandcode.com/141
Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visu
Link: https://testandcode.com/141
Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visu
Test & Code in Python
Test & Code in Python 141: Visual Testing - Angie Jones
Visual Testing has come a long way from the early days of x,y mouse clicks and pixel comparisons. Angie Jones joins the show to discuss how modern visual testing tools work and how to incorporate visual testing into a complete testing strategy.
Python Morsels: Python's Two Different String Representations
Link: https://www.pythonmorsels.com/topics/pythons-two-different-string-representations/
Transcript:
Let's talk about the two different string representations that all Python objects have.
String Representation of an Object
We have a datetime.date object here that represents the Python
Link: https://www.pythonmorsels.com/topics/pythons-two-different-string-representations/
Transcript:
Let's talk about the two different string representations that all Python objects have.
String Representation of an Object
We have a datetime.date object here that represents the Python
Pythonmorsels
Python's Two Different String Representations
PyCharm: PyCharm 2020.3.2 Supports Apple Silicon
Link: http://feedproxy.google.com/~r/Pycharm/~3/jz_xdPWL-Vw/
We have special news for those of you using Mac with an M1 chip: PyCharm 2020.3.2 is out and brings support for Apple Silicon!
To start working, download the separate installer for PyCharm for Apple
Link: http://feedproxy.google.com/~r/Pycharm/~3/jz_xdPWL-Vw/
We have special news for those of you using Mac with an M1 chip: PyCharm 2020.3.2 is out and brings support for Apple Silicon!
To start working, download the separate installer for PyCharm for Apple
JetBrains Blog
PyCharm 2020.3.2 Supports Apple Silicon – PyCharm Blog | JetBrains
We have special news for those of you using Mac with an M1 chip: PyCharm 2020.3.2 is out and brings support for Apple Silicon!
To start working, download the separate installer for PyCharm for Apple
To start working, download the separate installer for PyCharm for Apple
PyPy Development: Mac meets Arm64
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AwG2-7kWLFs/mac-meets-arm64.html
Looking for sponsorship
Apple now ships Macs which are running on an arm64 variant machine with the
latest version of MacOS, Big Sur M1. We are getting requests for PyPy to
support this new architect
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AwG2-7kWLFs/mac-meets-arm64.html
Looking for sponsorship
Apple now ships Macs which are running on an arm64 variant machine with the
latest version of MacOS, Big Sur M1. We are getting requests for PyPy to
support this new architect
Blogspot
Mac meets Arm64
Looking for sponsorship Apple now ships Macs which are running on an arm64 variant machine with the latest version of MacOS, Big Sur M1. ...
Matt Layman: Customer Docs - Building SaaS #85
Link: https://www.mattlayman.com/building-saas/customer-docs/
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added docu
Link: https://www.mattlayman.com/building-saas/customer-docs/
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added docu
Matt Layman
Customer Docs - Building SaaS #85
In this episode, I integrated customer documentation into the app. I showed how to build Sphinx documentation into a Django project, then created a help view to link to the docs. Finally, I added documentation building to the deployment process.