Matt Layman: User Authentication
Link: https://www.mattlayman.com/understand-django/user-authentication/
In the previous Understand Django article, we learned about the structure of a Django application and how apps are the core components of a Django project. In this article, we’re going to dig into Dja
Link: https://www.mattlayman.com/understand-django/user-authentication/
In the previous Understand Django article, we learned about the structure of a Django application and how apps are the core components of a Django project. In this article, we’re going to dig into Dja
Matt Layman
User Authentication
Our focus in this Understand Django article is how to manage users in your Django application. We'll study Django's built-in user authentication system.
Weekly Python StackOverflow Report: (ccxlix) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/11/ccxlix-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-11-07 18:30:25 GMTDataframe removes duplicate when certain values
Link: http://python-weekly.blogspot.com/2020/11/ccxlix-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-11-07 18:30:25 GMTDataframe removes duplicate when certain values
Blogspot
(ccxlix) 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: #206 Python dropping old operating systems is normal!
Link: https://pythonbytes.fm/episodes/show/206/python-dropping-old-operating-systems-is-normal
<p>Sponsored by Techmeme Ride Home podcast: <a href="http://pythonbytes.fm/ride"><strong>pythonbytes.fm/ride</strong></a></p>
<p>Special guest: <a href="https://twitter.com/zooba"><strong>Steve Dower
Link: https://pythonbytes.fm/episodes/show/206/python-dropping-old-operating-systems-is-normal
<p>Sponsored by Techmeme Ride Home podcast: <a href="http://pythonbytes.fm/ride"><strong>pythonbytes.fm/ride</strong></a></p>
<p>Special guest: <a href="https://twitter.com/zooba"><strong>Steve Dower
pythonbytes.fm
Python dropping old operating systems is normal!
News and announcements from the Python community for the week of Nov 8th, 2020
Mike Driscoll: PyDev of the Week: Mary Chester-Kadwell
Link: https://www.blog.pythonlibrary.org/2020/11/09/pydev-of-the-week-mary-chester-kadwell/
This week we welcome Mary Chester-Kadwell (@marycktech) as our PyDev of the Week! Mary is a software engineer at Cambridge University Library. You can see some of what she’s up to over on Github.
I th
Link: https://www.blog.pythonlibrary.org/2020/11/09/pydev-of-the-week-mary-chester-kadwell/
This week we welcome Mary Chester-Kadwell (@marycktech) as our PyDev of the Week! Mary is a software engineer at Cambridge University Library. You can see some of what she’s up to over on Github.
I th
The Mouse Vs. The Python
PyDev of the Week: Mary Chester-Kadwell - The Mouse Vs. The Python
This week we welcome Mary Chester-Kadwell (@marycktech) as our PyDev of the Week! Mary is a software engineer at Cambridge University Library. You can see some of what she’s up to over on Github. I think you’ll find her journey into Python really interesting.…
Stack Abuse: Generating Command-Line Interfaces (CLI) with Fire in Python
Link: https://stackabuse.com/generating-command-line-interfaces-cli-with-fire-in-python/
Introduction
A Command-line interface (CLI) is a way to interact with computers using textual commands.
A lot of tools that don't require GUIs are written as CLI tools/utilities. Although Python has t
Link: https://stackabuse.com/generating-command-line-interfaces-cli-with-fire-in-python/
Introduction
A Command-line interface (CLI) is a way to interact with computers using textual commands.
A lot of tools that don't require GUIs are written as CLI tools/utilities. Although Python has t
Stack Abuse
Generating Command-Line Interfaces (CLI) with Fire in Python
In this tutorial, we'll go over how to make a command-line interface application using Python Fire.
Chris Moffitt: Comprehensive Guide to Grouping and Aggregating with Pandas
Link: https://pbpython.com/groupby-agg.html
Introduction
One of the most basic analysis functions is grouping and aggregating data. In some cases,
this level of analysis may be sufficient to answer business questions. In other instances,
this
Link: https://pbpython.com/groupby-agg.html
Introduction
One of the most basic analysis functions is grouping and aggregating data. In some cases,
this level of analysis may be sufficient to answer business questions. In other instances,
this
Pbpython
Comprehensive Guide to Grouping and Aggregating with Pandas
Pandas groupby and aggregation provide powerful capabilities for summarizing data. This article will discuss basic functionality as well as complex aggregation functions.
Real Python: Use Sentiment Analysis With Python to Classify Movie Reviews
Link: https://realpython.com/sentiment-analysis-python/
Sentiment analysis is a powerful tool that allows computers to understand the underlying subjective tone of a piece of writing. This is something that humans have difficulty with, and as you might ima
Link: https://realpython.com/sentiment-analysis-python/
Sentiment analysis is a powerful tool that allows computers to understand the underlying subjective tone of a piece of writing. This is something that humans have difficulty with, and as you might ima
Realpython
Use Sentiment Analysis With Python to Classify Movie Reviews – Real Python
In this tutorial, you'll learn about sentiment analysis and how it works in Python. You'll then build your own sentiment analysis classifier with spaCy that can predict whether a movie review is positive or negative.
Anwesha Das: How to use Yubikey or any GPG smartcard in Thunderbird 78
Link: http://anweshadas.in/how-to-use-yubikey-or-any-gpg-smartcard-in-thunderbird-78/
Thunderbird is the free and open source email client by Mozilla Foundation. I have been using it for some years now. Till now the Thunderbird users had to use an extension Enigmail to use GnuPG. Thund
Link: http://anweshadas.in/how-to-use-yubikey-or-any-gpg-smartcard-in-thunderbird-78/
Thunderbird is the free and open source email client by Mozilla Foundation. I have been using it for some years now. Till now the Thunderbird users had to use an extension Enigmail to use GnuPG. Thund
Law Explained India
How to use Yubikey or any GPG smartcard in Thunderbird 78
Thunderbird is the free and open source email client by Mozilla Foundation. I have been using it for some years now. Till now the Thunderbird users had to use an extension Enigmail to use GnuPG. Thunderbird 78 now uses a different implementation of OpenPGP…
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
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
ListenData
Translating Web Page while Scraping
This article covers how to translate web page while scraping data from the website in R and Python.
Montreal Python User Group: Montréal-Python #81– Libation Ocre
Link: https://montrealpython.org/en/2020/11/mp-81/
Surrounded by a cloud of nutmeg and cinnamon fragrances, the sorceress puts the final touch to her creation: a potent potion of Pythonism, which promises immunity against perverted classes hierarchies
Link: https://montrealpython.org/en/2020/11/mp-81/
Surrounded by a cloud of nutmeg and cinnamon fragrances, the sorceress puts the final touch to her creation: a potent potion of Pythonism, which promises immunity against perverted classes hierarchies
Talk Python to Me: #289 Disovering exoplanets with Python
Link: https://talkpython.fm/episodes/show/289/disovering-exoplanets-with-python
When I saw the headline "Machine learning algorithm confirms 50 new exoplanets in historic first" I knew the Python angle of this story had to be told! And that's how this episode was born. Join David
Link: https://talkpython.fm/episodes/show/289/disovering-exoplanets-with-python
When I saw the headline "Machine learning algorithm confirms 50 new exoplanets in historic first" I knew the Python angle of this story had to be told! And that's how this episode was born. Join David
talkpython.fm
Disovering exoplanets with Python
When I saw the headline 'Machine learning algorithm confirms 50 new exoplanets in historic first' I knew the Python angle of this story had to be told! And that's how this episode was born. Join David Armstrong and Jev Gamper as they tell us how they use…
Podcast.__init__: Making The Case For A (Semi) Formal Specification Of CPython - Episode 288
Link: https://www.pythonpodcast.com/cpython-formal-specification-episode-288/
The CPython implementation has grown and evolved significantly over the past ~25 years. In that time there have been many other projects to create compatible runtimes for your Python code. One of the
Link: https://www.pythonpodcast.com/cpython-formal-specification-episode-288/
The CPython implementation has grown and evolved significantly over the past ~25 years. In that time there have been many other projects to create compatible runtimes for your Python code. One of the
The Python Podcast.__init__
The Python Podcast.__init__: Making The Case For A (Semi) Formal Specification Of CPython
An interview with Mark Shannon about his work to help create a formal specification of CPython and how it will help other implementations of Python.
Learn PyQt: PyQt5 vs PySide2: What's the difference between the two Python Qt libraries? — ...and what's exactly the same (most of it)
Link: https://www.learnpyqt.com/tutorials/pyqt5-vs-pyside2/
If you start building Python application with Qt5 you'll soon discover that there are in fact two packages which you can use to do this — PyQt5 and PySide2.
In this short guide I'll run through why ex
Link: https://www.learnpyqt.com/tutorials/pyqt5-vs-pyside2/
If you start building Python application with Qt5 you'll soon discover that there are in fact two packages which you can use to do this — PyQt5 and PySide2.
In this short guide I'll run through why ex
Learn PyQt
What's the difference between PyQt5 & PySide2? What should you use, and how to migrate.
...and what's exactly the same (most of it). The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Simple Sales Tax Calculator — Using Qt creator to create a simple GUI
Link: https://www.learnpyqt.com/tutorials/simple-sales-tax-calculator/
This is an updated Qt5 version of Shantnu Tiwari's tutorial first seen here.
This is a simple step-by-step walkthrough creating a GUI app using Qt Creator and PyQt5. Since GUIs are entirely visual it'
Link: https://www.learnpyqt.com/tutorials/simple-sales-tax-calculator/
This is an updated Qt5 version of Shantnu Tiwari's tutorial first seen here.
This is a simple step-by-step walkthrough creating a GUI app using Qt Creator and PyQt5. Since GUIs are entirely visual it'
Learn PyQt
Your first GUI app with Python and PyQt
Using Qt creator to create a simple GUI. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Moonsweeper — Explore the mysterious moon of Q'tee without getting too close to the alien natives!
Link: https://www.learnpyqt.com/tutorials/moonsweeper/
Moonsweeper is a single-player puzzle video game. The objective of the game is to explore the area around your landed space rocket, without coming too close to the deadly B'ug aliens. Your trusty tric
Link: https://www.learnpyqt.com/tutorials/moonsweeper/
Moonsweeper is a single-player puzzle video game. The objective of the game is to explore the area around your landed space rocket, without coming too close to the deadly B'ug aliens. Your trusty tric
Learnpyqt
Moonsweeper
Explore the mysterious moon of Q'tee without getting too close to the alien natives!. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Goodforbitcoin, a Cryptocurrency market tracker — Track cryptocurrency market values and trade volumes
Link: https://www.learnpyqt.com/tutorials/bitcoin-exchange-tracker/
Goodforbitcoin is a simple cryptocurrency market-tracker. It displays daily market rates, including high, low and close valuations, alongside market trade volume for a range of popular cryptocurrencie
Link: https://www.learnpyqt.com/tutorials/bitcoin-exchange-tracker/
Goodforbitcoin is a simple cryptocurrency market-tracker. It displays daily market rates, including high, low and close valuations, alongside market trade volume for a range of popular cryptocurrencie
Learn PyQt
Create a Bitcoin market tracker with Python and Qt5
Track cryptocurrency market values and trade volumes. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Add scrollable regions with QScrollArea — Run out of space in your GUI? Add a scrollable region to your application
Link: https://www.learnpyqt.com/tutorials/qscrollarea/
When you start building apps that display long documents, large amounts of data or large numbers of widgets, it can be difficult to arrange things within a fixed-size window. Resizing the window beyon
Link: https://www.learnpyqt.com/tutorials/qscrollarea/
When you start building apps that display long documents, large amounts of data or large numbers of widgets, it can be difficult to arrange things within a fixed-size window. Resizing the window beyon
Learn PyQt
Creating scrollable GUIs with QScrollArea in PyQt5
Run out of space in your GUI? Add a scrollable region to your application When you start building apps that display long documents, large amounts of data or large numbers of widgets, it can be difficult to arrange things within a fixed-size window.
Learn PyQt: LearnPyQt — One year in, and much more to come. — A quick retrospective on 2019
Link: https://www.learnpyqt.com/tutorials/learn-pyqt-one-year-in-and-more-to-come/
It's been a very good year.
Back in May I was looking through my collection of PyQt tutorials and videos and trying to decide what to do with them. They were pretty popular, but being hosted on multip
Link: https://www.learnpyqt.com/tutorials/learn-pyqt-one-year-in-and-more-to-come/
It's been a very good year.
Back in May I was looking through my collection of PyQt tutorials and videos and trying to decide what to do with them. They were pretty popular, but being hosted on multip
Learnpyqt
LearnPyQt — One year in, and much more to come.
A quick retrospective on 2019. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Q&A: How do I display an Image in PyQt5/PySide2? — Using QLabel to easily add images to your applications
Link: https://www.learnpyqt.com/tutorials/adding-images-to-pyqt5-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done in
Link: https://www.learnpyqt.com/tutorials/adding-images-to-pyqt5-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done in
Learn PyQt
Adding images to PyQt5/PySide2 applications, using QLabel and QPixmap
Using QLabel to easily add images to your applications. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: MooseAche — Simple web-browser in Python, using PyQt
Link: https://www.learnpyqt.com/tutorials/mooseache/
MooseAche is the latest revolution in web browsing! Go back and forward! Save files! Get help! (you'll need it). Any similarity to other browsers is entirely coincidental.
QtWebEngineWidgets is not i
Link: https://www.learnpyqt.com/tutorials/mooseache/
MooseAche is the latest revolution in web browsing! Go back and forward! Save files! Get help! (you'll need it). Any similarity to other browsers is entirely coincidental.
QtWebEngineWidgets is not i
Learnpyqt
MooseAche
Simple web-browser in Python, using PyQt. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.