Python Morsels: String methods in Python
Link: https://www.pythonmorsels.com/string-methods/
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
Table of conte
Link: https://www.pythonmorsels.com/string-methods/
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
Table of conte
Pythonmorsels
Python's String Methods
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
Matt Layman: Finish Teacher Checklist - Building SaaS with Python and Django #142
Link: https://www.mattlayman.com/blog/2022/finish-teacher-checklist-building-saas-with-python-and-django-142/
In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole
Link: https://www.mattlayman.com/blog/2022/finish-teacher-checklist-building-saas-with-python-and-django-142/
In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole
Matt Layman
Finish Teacher Checklist - Building SaaS with Python and Django #142
In this episode, we finished off the teacher checklist feature in the homeschool app. I tied together all the loose ends, checked the feature end to end, and wrote the unit tests to complete the whole effort.
Stack Abuse: Object Detection Inference in Python with YOLOv5 and PyTorch
Link: https://stackabuse.com/object-detection-inference-in-python-with-yolov5-and-pytorch/
Introduction
Object detection is a large field in computer vision, and one of the more important applications of computer vision "in the wild". On one end, it can be used to build autonomous systems t
Link: https://stackabuse.com/object-detection-inference-in-python-with-yolov5-and-pytorch/
Introduction
Object detection is a large field in computer vision, and one of the more important applications of computer vision "in the wild". On one end, it can be used to build autonomous systems t
Stack Abuse
Object Detection Inference in Python with YOLOv5 and PyTorch
In this short Python guide, learn how to perform object detection with a pre-trained MS COCO object detector - using YOLOv5 implemented in PyTorch.
Real Python: Python Basics: Functions and Loops
Link: https://realpython.com/courses/python-basics-functions-loops/
Functions are the building blocks of almost every Python program.
They’re where the real action takes place!
In your Python Basics journey, you’ve probably encountered functions such as print(), len()
Link: https://realpython.com/courses/python-basics-functions-loops/
Functions are the building blocks of almost every Python program.
They’re where the real action takes place!
In your Python Basics journey, you’ve probably encountered functions such as print(), len()
Realpython
Python Basics: Functions and Loops – Real Python
In this Python Basics video course, you'll learn how to create user-defined functions that you can execute several times throughout your code. You'll also try your hand at repeating code with for and while loops.
Test and Code: 193: The Good Research Code Handbook - Patrick Mineault
Link: https://testandcode.com/193
I don't think it's too much of a stretch to say that software is part of most scientific research now.
From astronomy, to neuroscience, to chemistry, to climate models.
If you work in research that h
Link: https://testandcode.com/193
I don't think it's too much of a stretch to say that software is part of most scientific research now.
From astronomy, to neuroscience, to chemistry, to climate models.
If you work in research that h
Test & Code in Python
Test & Code in Python 193: The Good Research Code Handbook - Patrick Mineault
Patrick Mineault has written "The Good Research Code Handbook".
It will put you on the right path to writing better software.
It will put you on the right path to writing better software.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-august-2022/?utm_source=python-rss-feed
33rd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-august-2022/?utm_source=python-rss-feed
33rd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[August 2022] Python Monthly Newsletter 💻🐍 | Zero To Mastery
33rd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
PyCoder’s Weekly: Issue #540 (Aug. 30, 2022)
Link: https://pycoders.com/issues/540
#540 – AUGUST 30, 2022 View in Browser » Building a URL Shortener With FastAPI and Python In this video course, you’ll build an app to create and manage shortened URLs. Your Python URL shortener
Link: https://pycoders.com/issues/540
#540 – AUGUST 30, 2022 View in Browser » Building a URL Shortener With FastAPI and Python In this video course, you’ll build an app to create and manage shortened URLs. Your Python URL shortener
Pycoders
PyCoder’s Weekly | Issue #540
Issue #540 of the PyCoder’s Weekly newsletter, published Aug. 30, 2022.
Mike C. Fletcher: Cleaning up the PyOpenGL Demos
Link: http://blog.vrplumber.com/b/2022/08/30/cleaning-up-the-pyopengl-demos/
Spent a bit of my second-last-day-of-vacation cleaning up the PyOpenGL Demos so that they run with current Python 3.10, PyOpenGL, numpy and PIL and can be installed as a package rather than only being
Link: http://blog.vrplumber.com/b/2022/08/30/cleaning-up-the-pyopengl-demos/
Spent a bit of my second-last-day-of-vacation cleaning up the PyOpenGL Demos so that they run with current Python 3.10, PyOpenGL, numpy and PIL and can be installed as a package rather than only being
Vrplumber
Plumbing Life's Depths - Cleaning up the PyOpenGL Demos
Spent a bit of my second-last-day-of-vacation cleaning up the PyOpenGL Demos so that they run with current Python 3.10, PyOpenGL, numpy and PIL and can be installed as a package rather than only being usable via a git checkout. There were a few bits of bit…
PyBites: Lessons learned from The Programmer’s Brain
Link: https://pybit.es/articles/pp84-the-programmers-brain/
Listen now:
This week we talk with AJ Kerrigan (Twitter / LinkedIn) about Felienne Hermans’ The Programmer’s Brain, an important book we recommend every developer should read (at least once).
Structu
Link: https://pybit.es/articles/pp84-the-programmers-brain/
Listen now:
This week we talk with AJ Kerrigan (Twitter / LinkedIn) about Felienne Hermans’ The Programmer’s Brain, an important book we recommend every developer should read (at least once).
Structu
PyBites
Lessons Learned From The Programmer's Brain - PyBites
This week we talk with AJ Kerrigan (Twitter / LinkedIn) about Felienne Hermans' The Programmer's Brain, an important book we recommend every developer should
Codementor: How to Use MQTT in Flask
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-flask-1wqzpll11g
This article introduces how to use MQTT in the Flask project.
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-flask-1wqzpll11g
This article introduces how to use MQTT in the Flask project.
www.codementor.io
How to Use MQTT in Flask | Codementor
This article introduces how to use MQTT in the Flask project.
Python for Beginners: Python Lists Cheat Sheet
Link: https://www.pythonforbeginners.com/lists/python-lists-cheat-sheet-2
What is a List?
Python Lists are used to store collections of data. Python can assign multiple values to a single list, which is handy if you’re dealing with a lot of data.
Lists can hold any type of
Link: https://www.pythonforbeginners.com/lists/python-lists-cheat-sheet-2
What is a List?
Python Lists are used to store collections of data. Python can assign multiple values to a single list, which is handy if you’re dealing with a lot of data.
Lists can hold any type of
PythonForBeginners.com
Python Lists Cheat Sheet - PythonForBeginners.com
Python Lists Cheat Sheet will help you improve your python skills with easy to follow examples and tutorials.
Real Python: How Can You Install a Pre-Release Version of Python?
Link: https://realpython.com/python-pre-release/
The Python language is in constant development.
A new version is released annually in October to great fanfare.
Before these stable releases, you can preview the new features by installing a pre-relea
Link: https://realpython.com/python-pre-release/
The Python language is in constant development.
A new version is released annually in October to great fanfare.
Before these stable releases, you can preview the new features by installing a pre-relea
Realpython
How Can You Install a Pre-Release Version of Python? – Real Python
If you want to have a peek at what's coming in the next stable version of Python, then you can install a pre-release version. In this tutorial, you'll learn how to access the latest Python versions and help test them.
Mike C. Fletcher: Python Version Support Ideas
Link: http://blog.vrplumber.com/b/2022/08/31/python-version-support-ideas/
As a general rule, I don't like to just stop supporting Python releases just for the sake of deprecation. I try to be relatively wide in the set of Python's I'll support for my libraries, with my curr
Link: http://blog.vrplumber.com/b/2022/08/31/python-version-support-ideas/
As a general rule, I don't like to just stop supporting Python releases just for the sake of deprecation. I try to be relatively wide in the set of Python's I'll support for my libraries, with my curr
Vrplumber
Plumbing Life's Depths - Python Version Support Ideas
As a general rule, I don't like to just stop supporting Python releases just for the sake of deprecation. I try to be relatively wide in the set of Python's I'll support for my libraries, with my current general rule being 2.7, 3.6+ . Why those? Well, 2.7…
Tryton News: Newsletter for September 2022
Link: https://discuss.tryton.org/t/newsletter-for-september-2022/5503
We hope that everybody had a pleasant Summer and enjoyed their holidays. The Tryton team have got back to work on the ERP. Here’s a list of the latest improvements that have already been published.
Link: https://discuss.tryton.org/t/newsletter-for-september-2022/5503
We hope that everybody had a pleasant Summer and enjoyed their holidays. The Tryton team have got back to work on the ERP. Here’s a list of the latest improvements that have already been published.
Tryton Discussion
Newsletter for September 2022
We hope that everybody had a pleasant Summer and enjoyed their holidays. The Tryton team have got back to work on the ERP. Here’s a list of the latest improvements that have already been published. Changes for the User The record name and value are now included…
STX Next: Women in Python: Success Stories, Career Advice, and Life Lessons
Link: https://www.stxnext.com/blog/women-in-python/
Python is one of the top 11 most in-demand programming languages in the US these days, according to Indeed. This makes it a viable and potentially lucrative career path for people in tech, and wo
Link: https://www.stxnext.com/blog/women-in-python/
Python is one of the top 11 most in-demand programming languages in the US these days, according to Indeed. This makes it a viable and potentially lucrative career path for people in tech, and wo
Mike Driscoll: The Python Decorators Video Tutorial
Link: https://www.blog.pythonlibrary.org/2022/09/01/the-python-decorators-video-tutorial/
Learn all about how Python decorators work with Mike Driscoll
What you'll learn:
How functions work
Function Introspection
Closures
Creating a Decorator
Stacking Decorators
Decorators with Arguments
Link: https://www.blog.pythonlibrary.org/2022/09/01/the-python-decorators-video-tutorial/
Learn all about how Python decorators work with Mike Driscoll
What you'll learn:
How functions work
Function Introspection
Closures
Creating a Decorator
Stacking Decorators
Decorators with Arguments
Mouse Vs Python
The Python Decorators Video Tutorial - Mouse Vs Python
Learn all about how Python decorators work with Mike Driscoll What you'll learn: How functions work Function Introspection Closures Creating a Decorator
Python Engineering at Microsoft: Python in Visual Studio Code – September 2022 Release
Link: https://devblogs.microsoft.com/python/pvsc-sept-2022/
We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Improved In
Link: https://devblogs.microsoft.com/python/pvsc-sept-2022/
We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Improved In
Microsoft News
Python in Visual Studio Code – September 2022 Release
The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes improved IntelliSense support for Jupyter Notebooks, a new Flake8 extension and internship highlights. Keep on reading to learn…
PyBites: How to get more things done consistently?
Link: https://pybit.es/articles/pp85-getting-things-done/
Listen here:
Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time j
Link: https://pybit.es/articles/pp85-getting-things-done/
Listen here:
Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time j
PyBites
How To Get More Things Done Consistently? - PyBites
Listen here:
Kushal Das: Johnnycanencrypt 0.9.0 release
Link: https://kushaldas.in/posts/johnnycanencrypt-0-9-0-release.html
3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:
- Adds `setuptools-rust` as build system.
- Key.uids now contains the certification details of each user id.
- `merge_keys` in rjc
Link: https://kushaldas.in/posts/johnnycanencrypt-0-9-0-release.html
3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:
- Adds `setuptools-rust` as build system.
- Key.uids now contains the certification details of each user id.
- `merge_keys` in rjc
Real Python: The Real Python Podcast – Episode #123: Creating a Python Code Completer & More Abstract Syntax Tree Projects
Link: https://realpython.com/podcasts/rpp/123/
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T
Link: https://realpython.com/podcasts/rpp/123/
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T
Realpython
Episode #123: Creating a Python Code Completer & More Abstract Syntax Tree Projects – The Real Python Podcast
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? This week on the show, Meredydd Luff, co-founder of Anvil…