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.
Learn PyQt: Implementing QPainter flood fill in PyQt5/PySide
Link: https://www.learnpyqt.com/tutorials/implementing-qpainter-flood-fill-pyqt5pyside/
Building Piecasso (a PyQt5 Paint clone) I was disappointed to discover that while QPainter comes with a huge number of paint methods, ranging from pixels and lines to fully-filled polygons, it doesn't
Link: https://www.learnpyqt.com/tutorials/implementing-qpainter-flood-fill-pyqt5pyside/
Building Piecasso (a PyQt5 Paint clone) I was disappointed to discover that while QPainter comes with a huge number of paint methods, ranging from pixels and lines to fully-filled polygons, it doesn't
Learnpyqt
Implementing QPainter flood fill in PyQt5/PySide
The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Transmitting extra data with Qt Signals — Modifying widget signals to pass contextual information to slots
Link: https://www.learnpyqt.com/tutorials/transmitting-extra-data-qt-signals/
Signals are a neat feature of Qt that allow you to pass messages between different components in your applications.
Signals are connected to slots which are functions (or methods) which will be run ev
Link: https://www.learnpyqt.com/tutorials/transmitting-extra-data-qt-signals/
Signals are a neat feature of Qt that allow you to pass messages between different components in your applications.
Signals are connected to slots which are functions (or methods) which will be run ev
Python GUIs
Transmit extra data with signals in PyQt5
Modifying widget signals to pass contextual information to slots. Signals are a neat feature of Qt that allow you to pass messages between different components in your applications.
Learn PyQt: Create GUI Applications with Python & Qt5, 4th Edition now available (PyQt5 & PySide2) — The hands-on guide to make apps with Python
Link: https://www.learnpyqt.com/tutorials/pyqt5-pyside2-book-4th-edition/
Hello! This morning I released a new update to my PyQt5 book Create GUI Applications, with Python & Qt5. This is an enormous update, expanding it from 258 to 665 pages and adding 211 complete code exa
Link: https://www.learnpyqt.com/tutorials/pyqt5-pyside2-book-4th-edition/
Hello! This morning I released a new update to my PyQt5 book Create GUI Applications, with Python & Qt5. This is an enormous update, expanding it from 258 to 665 pages and adding 211 complete code exa
Python GUIs
PyQt5/PySIde2 Book Create GUI Applications with Python & Qt5 (4th Edition) now available
The hands-on guide to make apps with Python. Hello! This morning I released a new update to my PyQt5 book <a href=
Learn PyQt: Creating additional windows — Opening new windows for your application
Link: https://www.learnpyqt.com/tutorials/creating-multiple-windows/
In an earlier tutorial we've already covered how to open dialog windows. These are special windows which (by default) grab the focus of the user, and run their own event loop, effectively blocking the
Link: https://www.learnpyqt.com/tutorials/creating-multiple-windows/
In an earlier tutorial we've already covered how to open dialog windows. These are special windows which (by default) grab the focus of the user, and run their own event loop, effectively blocking the
Python GUIs
Multiple windows in PyQt5
Opening new windows for your application. In an earlier tutorial we've already covered how to open dialog windows.
Learn PyQt: QPainter and Bitmap Graphics — Introduction to the core features of QPainter
Link: https://www.learnpyqt.com/tutorials/bitmap-graphics/
The first step towards creating custom widgets in PyQt5 is understanding bitmap (pixel-based) graphic operations. All standard widgets draw themselves as bitmaps on a rectangular "canvas" that forms t
Link: https://www.learnpyqt.com/tutorials/bitmap-graphics/
The first step towards creating custom widgets in PyQt5 is understanding bitmap (pixel-based) graphic operations. All standard widgets draw themselves as bitmaps on a rectangular "canvas" that forms t
Learn PyQt
Paint with Python — PyQt5 Bitmap graphics
Introduction to the core features of QPainter The first step towards creating custom widgets in PyQt5 is understanding bitmap (pixel-based) graphic operations.
Learn PyQt: Creating custom GUI widgets in PyQt5 — Build a completely functional custom widget from scratch using QPainter
Link: https://www.learnpyqt.com/tutorials/creating-your-own-custom-widgets/
In the previous tutorial we introduced QPainter and looked at some basic bitmap drawing operations which you can used to draw dots, lines, rectangles and circles on a QPainter surface such as a QPixma
Link: https://www.learnpyqt.com/tutorials/creating-your-own-custom-widgets/
In the previous tutorial we introduced QPainter and looked at some basic bitmap drawing operations which you can used to draw dots, lines, rectangles and circles on a QPainter surface such as a QPixma
Learn PyQt
Create custom GUI Widgets for your Python apps with PyQt5
Build a completely functional custom widget from scratch using QPainter In the <a href=
Learn PyQt: EqualizerBar — Visualize audio frequency changes
Link: https://www.learnpyqt.com/tutorials/equalizerbar/
This custom PyQt5/PySide2-compatible widget provides a frequency visualizer output for audio applications. It is completely configurable from the number of bars, the number of segments and colours to
Link: https://www.learnpyqt.com/tutorials/equalizerbar/
This custom PyQt5/PySide2-compatible widget provides a frequency visualizer output for audio applications. It is completely configurable from the number of bars, the number of segments and colours to
Learnpyqt
EqualizerBar
Visualize audio frequency changes. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Learn PyQt: Gradient — Gradient designer with add, drag and edit stops
Link: https://www.learnpyqt.com/tutorials/gradient/
This custom PyQt5/PySide2-compatible widget provides a gradient designer providing a handy interface to design linear gradients in your applications. A new gradient can be created simply by creating a
Link: https://www.learnpyqt.com/tutorials/gradient/
This custom PyQt5/PySide2-compatible widget provides a gradient designer providing a handy interface to design linear gradients in your applications. A new gradient can be created simply by creating a
Learnpyqt
Gradient
Gradient designer with add, drag and edit stops. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.