PyBites: How to Be a Productive Content Creator
Link: https://pybit.es/articles/how-to-be-a-productive-content-creator/
Welcome back to the Pybites Podcast!
This week Hugh Tipping interviews Bob Belderbos about how he manages to get so much content produced on a weekly basis.
Listen here:
Or check it out on YouTube:
Link: https://pybit.es/articles/how-to-be-a-productive-content-creator/
Welcome back to the Pybites Podcast!
This week Hugh Tipping interviews Bob Belderbos about how he manages to get so much content produced on a weekly basis.
Listen here:
Or check it out on YouTube:
Pybites
How To Be A Productive Content Creator - Pybites
Enjoy and hopefully it helps you put more content out there yourself and be more productive overall!
Python Insider: Python 3.12.0 release candidate 3 now available
Link: https://pythoninsider.blogspot.com/2023/09/python-3120-release-candidate-3-now.html
I'm pleased to announce the release of Python 3.12 release candidate 3.https://www.python.org/downloads/release/python-3120rc3/ This is the second release candidate of Python 3.12.0This release, 3.12
Link: https://pythoninsider.blogspot.com/2023/09/python-3120-release-candidate-3-now.html
I'm pleased to announce the release of Python 3.12 release candidate 3.https://www.python.org/downloads/release/python-3120rc3/ This is the second release candidate of Python 3.12.0This release, 3.12
Blogspot
Python Insider: Python 3.12.0 release candidate 3 now available
Real Python: Design and Guidance: Object-Oriented Programming in Python
Link: https://realpython.com/courses/solid-principles-python/
Writing good object-oriented code is about more than just how to write the
syntax. Knowing when and when not to use it, as well as guiding principles
behind object-oriented design will help you write
Link: https://realpython.com/courses/solid-principles-python/
Writing good object-oriented code is about more than just how to write the
syntax. Knowing when and when not to use it, as well as guiding principles
behind object-oriented design will help you write
Realpython
Design and Guidance: Object-Oriented Programming in Python – Real Python
In this video course, you'll learn about the SOLID principles, which are five well-established standards for improving your object-oriented design in Python. By applying these principles, you can create object-oriented code that is more maintainable, extensible…
Talk Python to Me: #430: Delightful Machine Learning Apps with Gradio
Link: https://talkpython.fm/episodes/show/430/delightful-machine-learning-apps-with-gradio
So, you've got this amazing machine learning model you created. And you want to share it and let your colleagues and users experiment with it on the web. How do you get started? Learning Flask or Djan
Link: https://talkpython.fm/episodes/show/430/delightful-machine-learning-apps-with-gradio
So, you've got this amazing machine learning model you created. And you want to share it and let your colleagues and users experiment with it on the web. How do you get started? Learning Flask or Djan
talkpython.fm
Delightful Machine Learning Apps with Gradio
So, you've got this amazing machine learning model you created. And you want to share it and let your colleagues and users experiment with it on the web. How do you get started? Learning Flask or Django? Great frameworks, but you might consider Gradio which…
Stack Abuse: Fix "local variable referenced before assignment" in Python
Link: https://stackabuse.com/fix-local-variable-referenced-before-assignment-in-python/
Introduction
If you're a Python developer, you've probably come across a variety of errors, like the "local variable referenced before assignment" error. This error can be a bit puzzling, especially f
Link: https://stackabuse.com/fix-local-variable-referenced-before-assignment-in-python/
Introduction
If you're a Python developer, you've probably come across a variety of errors, like the "local variable referenced before assignment" error. This error can be a bit puzzling, especially f
Stack Abuse: How to Send "multipart/form-data" with Requests in Python
Link: https://stackabuse.com/how-to-send-multipart-form-data-with-requests-in-python/
Introduction
If you've ever needed to send files or data to a server via a POST request, you've likely had to use multipart/form-data. In this Byte, we'll see how to send these requests using the requ
Link: https://stackabuse.com/how-to-send-multipart-form-data-with-requests-in-python/
Introduction
If you've ever needed to send files or data to a server via a POST request, you've likely had to use multipart/form-data. In this Byte, we'll see how to send these requests using the requ
PyCoder’s Weekly: Issue #595 (Sept. 19, 2023)
Link: https://pycoders.com/issues/595
#595 – SEPTEMBER 19, 2023 View in Browser » Inheritance and Internals: Object-Oriented Coding in Python In this video course, you’ll learn about the various types of inheritance that you can use
Link: https://pycoders.com/issues/595
#595 – SEPTEMBER 19, 2023 View in Browser » Inheritance and Internals: Object-Oriented Coding in Python In this video course, you’ll learn about the various types of inheritance that you can use
Pycoders
PyCoder’s Weekly | Issue #595
Issue #595 of the PyCoder’s Weekly newsletter, published Sept. 19, 2023.
Python Bytes: #353 Hatching Another Episode
Link: https://pythonbytes.fm/episodes/show/353/hatching-another-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://stackoverflow.blog/2023/07/27/announcing-overflowai/"><strong>OverflowAI</strong></a></li>
<li><a href="https://andrich
Link: https://pythonbytes.fm/episodes/show/353/hatching-another-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://stackoverflow.blog/2023/07/27/announcing-overflowai/"><strong>OverflowAI</strong></a></li>
<li><a href="https://andrich
pythonbytes.fm
Hatching Another Episode
News and announcements from the Python community for the week of Sep 19th, 2023
PyBites: Why Start Your Programming Journey With Python?
Link: https://pybit.es/articles/why-start-your-programming-journey-with-python/
Diving into Programming with Python
I’ve spent years entertaining the thought of becoming a software developer, only to get overwhelmed by the vast array (pun intended) of programming languages to cho
Link: https://pybit.es/articles/why-start-your-programming-journey-with-python/
Diving into Programming with Python
I’ve spent years entertaining the thought of becoming a software developer, only to get overwhelmed by the vast array (pun intended) of programming languages to cho
Pybites
Why Start Your Programming Journey With Python? - Pybites
The good news is, They're not all programming languages. For instance, Django and Flask are both Web Frameworks built on Python, specifically used for Web
Quansight Labs Blog: Array API Support in scikit-learn
Link: https://labs.quansight.org/blog/array-api-support-scikit-learn
In this blog post, we share how scikit-learn enabled support for the Array API Standard.
Link: https://labs.quansight.org/blog/array-api-support-scikit-learn
In this blog post, we share how scikit-learn enabled support for the Array API Standard.
labs.quansight.org
Array API Support in scikit-learn
In this blog post, we share how scikit-learn enabled support for the Array API Standard.
Kushal Das: SBOM and vulnerability scanning
Link: https://kushaldas.in/posts/sbom-and-vulnerability-scanning.html
Software Bill of
Materials became one of
the latest buzzword. A lot of people and companies talking about it like a
magical thing, if you use it then all of your security problems will be solved,
jus
Link: https://kushaldas.in/posts/sbom-and-vulnerability-scanning.html
Software Bill of
Materials became one of
the latest buzzword. A lot of people and companies talking about it like a
magical thing, if you use it then all of your security problems will be solved,
jus
Mike Driscoll: Learning About Code Metrics in Python with Radon
Link: https://www.blog.pythonlibrary.org/2023/09/20/learning-about-code-metrics-in-python-with-radon/
There are many different tools that you can install to help you be a better Python programmer. For example, you might install pytest so that you can do unit tests of your code. Or you might install Ru
Link: https://www.blog.pythonlibrary.org/2023/09/20/learning-about-code-metrics-in-python-with-radon/
There are many different tools that you can install to help you be a better Python programmer. For example, you might install pytest so that you can do unit tests of your code. Or you might install Ru
Mouse Vs Python
Learning About Code Metrics in Python with Radon - Mouse Vs Python
There are many different tools that you can install to help you be a better Python programmer. For example, you might install pytest so that you can do
Stack Abuse: Find the Index of an Item in a List in Python
Link: https://stackabuse.com/find-the-index-of-an-item-in-a-list-in-python/
Introduction
In this Byte we're going to take a look at one of the most common tasks you can do with a list: finding the index of an item. Luckily, this is usually a pretty simple task - but there are
Link: https://stackabuse.com/find-the-index-of-an-item-in-a-list-in-python/
Introduction
In this Byte we're going to take a look at one of the most common tasks you can do with a list: finding the index of an item. Luckily, this is usually a pretty simple task - but there are
Real Python: How to Catch Multiple Exceptions in Python
Link: https://realpython.com/python-catch-multiple-exceptions/
In this tutorial, you’ll learn various techniques to catch multiple exceptions with Python. To begin with, you’ll review Python’s exception handling mechanism before diving deeper and learning how to
Link: https://realpython.com/python-catch-multiple-exceptions/
In this tutorial, you’ll learn various techniques to catch multiple exceptions with Python. To begin with, you’ll review Python’s exception handling mechanism before diving deeper and learning how to
Realpython
How to Catch Multiple Exceptions in Python – Real Python
In this how-to tutorial, you'll learn different ways of catching multiple Python exceptions. You'll review the standard way of using a tuple in the except clause, but also expand your knowledge by exploring some other techniques, such as suppressing exceptions…
Python⇒Speed: Speeding up Floyd-Steinberg dithering: an optimization exercise
Link: https://pythonspeed.com/articles/optimizing-dithering/
pre {
white-space: pre;
overflow-x: auto;
font-size: 80%;
}
The common advice when Python is too slow is to switch to a low-level compiled language.
But what do you do if that code is to
Link: https://pythonspeed.com/articles/optimizing-dithering/
pre {
white-space: pre;
overflow-x: auto;
font-size: 80%;
}
The common advice when Python is too slow is to switch to a low-level compiled language.
But what do you do if that code is to
Python⇒Speed
Speeding up your code when multiple cores aren’t an option
Parallelism isn’t the only answer: often you can optimize low-level code to get significant performance improvements.
Stack Abuse: Getting Today's Date in YYYY-MM-DD in Python
Link: https://stackabuse.com/getting-todays-date-in-yyyy-mm-dd-in-python/
Introduction
Whether you're logging events or measuring execution times, you'll often find yourself working with dates. In Python, the built-in datetime module makes it easy to get the current date an
Link: https://stackabuse.com/getting-todays-date-in-yyyy-mm-dd-in-python/
Introduction
Whether you're logging events or measuring execution times, you'll often find yourself working with dates. In Python, the built-in datetime module makes it easy to get the current date an
death and gravity: When to use classes in Python? When you repeat similar sets of functions
Link: https://death.andgravity.com/same-functions
Are you having trouble figuring out when to use classes or how to organize them?
Have you repeatedly searched for "when to use classes in Python",
read all the articles and watched all the talks,
and
Link: https://death.andgravity.com/same-functions
Are you having trouble figuring out when to use classes or how to organize them?
Have you repeatedly searched for "when to use classes in Python",
read all the articles and watched all the talks,
and
death and gravity
When to use classes in Python? When you repeat similar sets of functions
Having trouble figuring out when to use classes? In this article, we look at another heuristic for using classes in Python, with examples from real-world code, and some things to keep in mind.
PyBites: Your First Python Open Source Contribution: A Step-By-Step Guide
Link: https://pybit.es/articles/your-first-python-open-source-contribution-a-step-by-step-guide/
Introduction
I recently re-engaged with one of my open source projects and it was a rewarding experience.
It was a Pybites project I had written the core for years ago, but thanks to some amazing Pyt
Link: https://pybit.es/articles/your-first-python-open-source-contribution-a-step-by-step-guide/
Introduction
I recently re-engaged with one of my open source projects and it was a rewarding experience.
It was a Pybites project I had written the core for years ago, but thanks to some amazing Pyt
Pybites
Your First Python Open Source Contribution: A Step-By-Step Guide - Pybites
I recently re-engaged with one of my open source projects and it was a rewarding experience. 🎉
TypeThePipe: Efficient Column Selection in Polars: Utilizing Polars Selectors for Python DataFrame Manipulation
Link: https://typethepipe.com/vizs-and-tips/python-polars-selectors-select-multiple-columns/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Link: https://typethepipe.com/vizs-and-tips/python-polars-selectors-select-multiple-columns/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
TypeThePipe
Efficient Column Selection in Polars: Utilizing Polars Selectors for Python DataFrame Manipulation | TypeThePipe
Mastering Column Selection in Python. Polars Selectors for Efficient DataFrame Handling.
PyBites: 6 Cool Things You Can Do With The Functools Module
Link: https://pybit.es/articles/6-cool-things-you-can-do-with-the-functools-module/
In this article let’s look at the functools Standard Library module and 6 cool things you can do with it (be warned, a lot of decorators are coming your way! ) …
1. Cache (“memoize”) things
You can us
Link: https://pybit.es/articles/6-cool-things-you-can-do-with-the-functools-module/
In this article let’s look at the functools Standard Library module and 6 cool things you can do with it (be warned, a lot of decorators are coming your way! ) …
1. Cache (“memoize”) things
You can us
Pybites
6 Cool Things You Can Do With The Functools Module - Pybites
In this article let's look at the functools Standard Library module and 6 cool things you can do with it (be warned, a lot of decorators are coming your way!