Real Python: The Real Python Podcast – Episode #192: Practical Python Decorator Uses & Avoiding datetime Pitfalls
Link: https://realpython.com/podcasts/rpp/192/
What are real-life examples of using Python decorators? How can you harness their power in your code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly arti
Link: https://realpython.com/podcasts/rpp/192/
What are real-life examples of using Python decorators? How can you harness their power in your code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly arti
Realpython
Episode #192: Practical Python Decorator Uses & Avoiding datetime Pitfalls – The Real Python Podcast
What are real-life examples of using Python decorators? How can you harness their power in your code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Sumana Harihareswara - Cogito, Ergo Sumana: Celebrate Beautiful Soup's 20th Anniversary
Link: http://harihareswara.net/posts/2024/celebrate-beautiful-soups-20th-anniversary/
Celebrate Beautiful Soup's 20th Anniversary
Link: http://harihareswara.net/posts/2024/celebrate-beautiful-soups-20th-anniversary/
Celebrate Beautiful Soup's 20th Anniversary
Cogito, Ergo Sumana
Celebrate Beautiful Soup's 20th Anniversary
Please help join a celebration for the 20th anniversary of the software project Beautiful Soup on May 19th, 2024! For twenty years, this screen-scraping library has made it easier to get data out of HTML.You … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara…
TechBeamers Python: Python SQL Database Connection Guide
Link: https://www.techbeamers.com/python-sql-database-connection-guide/
Connecting Python with an SQL database is easy. First, get a suitable database library like mysql-connector or sqlite3. Now, import the library in your Python code and make a connection to your databa
Link: https://www.techbeamers.com/python-sql-database-connection-guide/
Connecting Python with an SQL database is easy. First, get a suitable database library like mysql-connector or sqlite3. Now, import the library in your Python code and make a connection to your databa
TechBeamers
Python SQL Database Connection Guide
Refer to this quick and concise guide to learn how to connect SQL database (MySQL) from Python code and perform various database operations.
Matt Layman: Algorithmic Art with Python
Link: https://www.mattlayman.com/blog/2024/algorithmic-art-with-python/
NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording
Link: https://www.mattlayman.com/blog/2024/algorithmic-art-with-python/
NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording
Matt Layman
Algorithmic Art with Python
NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording
TechBeamers Python: Difference Between 3 Python SQL Libraries
Link: https://www.techbeamers.com/difference-between-python-sql-libraries-packages/
Check out this short tutorial to check the difference between the Python SQL libraries that are used in Python to connect to SQL databases. There are mostly 3 such libraries or call them adaptors name
Link: https://www.techbeamers.com/difference-between-python-sql-libraries-packages/
Check out this short tutorial to check the difference between the Python SQL libraries that are used in Python to connect to SQL databases. There are mostly 3 such libraries or call them adaptors name
TechBeamers
Difference Between 3 Python SQL Libraries
Python provides three packages to connect to SQL databases. Find out the difference between these Python SQL libraries and choose the best.
Robin Wilson: How to create an x64 (Intel) conda environment on your Apple Silicon Mac (ARM) conda install
Link: https://blog.rtwilson.com/how-to-create-an-x64-intel-conda-environment-on-your-apple-silicon-mac-arm-conda-install/
I came across some conda packages that didn’t work properly on my M1 Mac (Apple Silicon – ARM processor) the other day. They installed fine, but gave segmentation faults when run. So, I wanted to run
Link: https://blog.rtwilson.com/how-to-create-an-x64-intel-conda-environment-on-your-apple-silicon-mac-arm-conda-install/
I came across some conda packages that didn’t work properly on my M1 Mac (Apple Silicon – ARM processor) the other day. They installed fine, but gave segmentation faults when run. So, I wanted to run
Python GUIs: Plotting With PyQtGraph — Create Custom Plots in PyQt6 With PyQtGraph
Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/
One of the major fields where Python shines is in data science. For data exploration and cleaning, Python has many powerful tools, such as pandas and polar. For visualization, Python has Matplotlib.
W
Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/
One of the major fields where Python shines is in data science. For data exploration and cleaning, Python has many powerful tools, such as pandas and polar. For visualization, Python has Matplotlib.
W
Python GUIs
Plotting in PyQt6 — Using PyQtGraph to create interactive plots in your apps
Extend your PyQt6 GUIs with dynamic plotting using PyQtGraph. This tutorial teaches you how to create interactive and customizable plots, and enhance your applications with real-time data visualization. One of the major fields where Python shines is in data…
ListenData: Pointwise mutual information (PMI) in NLP
Link: https://www.listendata.com/2022/06/pointwise-mutual-information-pmi.html
In this tutorial, we will explore Pointwise Mutual Information (PMI), a valuable metric for identifying words that co-occur. You will also learn how to implement PMI in Python and R.
Table of Content
Link: https://www.listendata.com/2022/06/pointwise-mutual-information-pmi.html
In this tutorial, we will explore Pointwise Mutual Information (PMI), a valuable metric for identifying words that co-occur. You will also learn how to implement PMI in Python and R.
Table of Content
ListenData
Pointwise mutual information (PMI) in NLP
This tutorial describes interpretation and calculation of Pointwise mutual information (PMI) in NLP. It also includes how to run PMI in Python and R.
Seth Michael Larson: Websites without servers or networking
Link: http://sethmlarson.dev/websites-without-servers-or-networking?date=2024-02-19
Websites without servers or networking
Link: http://sethmlarson.dev/websites-without-servers-or-networking?date=2024-02-19
Websites without servers or networking
Seth Michael Larson
Websites without servers or networking
Note that this article is about a feature that, at the time of writing,
has been almost universally disabled or hampered on many platforms.
Expect some or all things to not work.
Everyone ...
has been almost universally disabled or hampered on many platforms.
Expect some or all things to not work.
Everyone ...
Real Python: Dependency Management With Python Poetry
Link: https://realpython.com/dependency-management-python-poetry/
When your Python project relies on external packages, you need to make sure you’re using the right version of each package. After an update, a package might not work as it did before. A dependency man
Link: https://realpython.com/dependency-management-python-poetry/
When your Python project relies on external packages, you need to make sure you’re using the right version of each package. After an update, a package might not work as it did before. A dependency man
Realpython
Dependency Management With Python Poetry – Real Python
Learn how Python Poetry will help you start new projects, maintain existing ones, and master dependency management.
Zato Blog: Airport integrations in Python
Link: https://zato.io/en/blog/airport-integrations-in-python.html
Airport integrations in Python
2024-02-20, by Dariusz Suchojad
Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
Link: https://zato.io/en/blog/airport-integrations-in-python.html
Airport integrations in Python
2024-02-20, by Dariusz Suchojad
Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
zato.io
Airport Integrations in Python | Zato Integration Platform
Comprehensive guide to building airport integrations in Python with Zato. Learn to connect flight information, passenger data, and other airport systems.
Real Python: Unleashing the Power of the Console With Rich
Link: https://realpython.com/courses/unleash-power-rich/
Python’s Rich package is a versatile tool kit that enables you to generate beautifully formatted and highlighted text in the console. It extends beyond this to help you build captivating text-based us
Link: https://realpython.com/courses/unleash-power-rich/
Python’s Rich package is a versatile tool kit that enables you to generate beautifully formatted and highlighted text in the console. It extends beyond this to help you build captivating text-based us
Realpython
Unleashing the Power of the Console With Rich – Real Python
Rich is a powerful library for creating text-based user interfaces (TUIs) in Python. It enhances code readability by pretty-printing complex data structures and adds visual appeal with colored text, tables, animations, and more.
Mike Driscoll: NEW COURSE: Automating Excel with Python on Udemy
Link: https://www.blog.pythonlibrary.org/2024/02/20/new-course-automating-excel-with-python-on-udemy/
In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel documents using OpenPyXL. This course is based on the
Link: https://www.blog.pythonlibrary.org/2024/02/20/new-course-automating-excel-with-python-on-udemy/
In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel documents using OpenPyXL. This course is based on the
Mouse Vs Python
NEW COURSE: Automating Excel with Python on Udemy - Mouse Vs Python
In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel
PyCoder’s Weekly: Issue #617 (Feb. 20, 2024)
Link: https://pycoders.com/issues/617
#617 – FEBRUARY 20, 2024 View in Browser » uv: Python Packaging in Rust uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. Thi
Link: https://pycoders.com/issues/617
#617 – FEBRUARY 20, 2024 View in Browser » uv: Python Packaging in Rust uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. Thi
Pycoders
PyCoder’s Weekly | Issue #617
Issue #617 of the PyCoder’s Weekly newsletter, published Feb. 20, 2024.
TechBeamers Python: 10 Python Tricky Coding Exercises
Link: https://www.techbeamers.com/python-tricky-coding-exercises/
Hello dear Python coding buddies. It’s time to get your brain in action and solve some challenging problems. We have worked out 10 Python tricky coding exercises to be done using loops. These would re
Link: https://www.techbeamers.com/python-tricky-coding-exercises/
Hello dear Python coding buddies. It’s time to get your brain in action and solve some challenging problems. We have worked out 10 Python tricky coding exercises to be done using loops. These would re
TechBeamers
10 Python Tricky Coding Exercises
10 Python Tricky Coding Exercises: Challenge yourself with complex Python puzzles to enhance problem-solving and coding proficiency.
Python Bytes: #372 uv - an impressive pip alternative
Link: https://pythonbytes.fm/episodes/show/372/uv-an-impressive-pip-alternative
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://astral.sh/blog/uv">uv: Python packaging in Rust</a></li>
<li><a href="https://fosstodon.org/@davidbrochart@mastodon.top
Link: https://pythonbytes.fm/episodes/show/372/uv-an-impressive-pip-alternative
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://astral.sh/blog/uv">uv: Python packaging in Rust</a></li>
<li><a href="https://fosstodon.org/@davidbrochart@mastodon.top
pythonbytes.fm
uv - an impressive pip alternative
News and announcements from the Python community for the week of Feb 20th, 2024
Robin Wilson: How to fix GeoPandas drop_duplicates on geometry column not getting rid of all duplicates?
Link: https://blog.rtwilson.com/how-to-fix-geopandas-drop_duplicates-on-geometry-column-not-getting-rid-of-all-duplicates/
I use GeoPandas for a lot of my vector GIS data manipulation in Python.
I had a situation the other day where I ended up with duplicates of some geometries in my GeoDataFrame, and I wanted to remove t
Link: https://blog.rtwilson.com/how-to-fix-geopandas-drop_duplicates-on-geometry-column-not-getting-rid-of-all-duplicates/
I use GeoPandas for a lot of my vector GIS data manipulation in Python.
I had a situation the other day where I ended up with duplicates of some geometries in my GeoDataFrame, and I wanted to remove t
Real Python: How to Read User Input From the Keyboard in Python
Link: https://realpython.com/python-keyboard-input/
You may often want to make your Python programs more interactive by responding dynamically to input from the user. Learning how to read user input from the keyboard unlocks exciting possibilities and
Link: https://realpython.com/python-keyboard-input/
You may often want to make your Python programs more interactive by responding dynamically to input from the user. Learning how to read user input from the keyboard unlocks exciting possibilities and
Realpython
How to Read User Input From the Keyboard in Python – Real Python
Reading user input from the keyboard is a valuable skill for a Python programmer, and you can create interactive and advanced programs that run on the terminal. In this tutorial, you'll learn how to create robust user input programs, integrating error handling…
PyCharm: PyCharm 2024.1 EAP 6: In-editor Code Review
Link: https://blog.jetbrains.com/pycharm/2024/02/2024-1-eap-6/
Our new EAP build for PyCharm 2024.1 is now available for you to download!
This new build is packed with a bunch of updates to the integration with version control systems.
You can download the new ve
Link: https://blog.jetbrains.com/pycharm/2024/02/2024-1-eap-6/
Our new EAP build for PyCharm 2024.1 is now available for you to download!
This new build is packed with a bunch of updates to the integration with version control systems.
You can download the new ve
The JetBrains Blog
PyCharm 2024.1 EAP 6: In-editor Code Review | The PyCharm Blog
Our new EAP build for PyCharm 2024.1 is now available for you to download! This new build is packed with a bunch of updates to the integration with version control systems. You can download the
Seth Michael Larson: Windows SBOM work and Alpha-Omega 2023 annual report
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-30?date=2024-02-22
Windows SBOM work and Alpha-Omega 2023 annual report
About •
Blog •
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-30?date=2024-02-22
Windows SBOM work and Alpha-Omega 2023 annual report
About •
Blog •
Seth Michael Larson
Windows SBOM work and Alpha-Omega 2023 annual report
This critical role would not be possible without funding from the Alpha-Omega project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
Starting on SBOMs...
Starting on SBOMs...