Python People: Carlton Gibson - Django, Spain, Parenting, and Open Source
Link: https://pythonpeople.fm/episodes/carlton-gibson
Carlton recently stepped down as a Django Fellow, maintains many Django related projects, is starting two SaaS companies, and is a podcast host on "Django Chat".Some of what we talk about:
Being a Dja
Link: https://pythonpeople.fm/episodes/carlton-gibson
Carlton recently stepped down as a Django Fellow, maintains many Django related projects, is starting two SaaS companies, and is a podcast host on "Django Chat".Some of what we talk about:
Being a Dja
Python People
Python People | Carlton Gibson - Django, Spain, Parenting, and Open Source
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
TypeThePipe: Pydantic parse objects with parse_obj and parse_obj_as methods
Link: https://typethepipe.com/post/pydantic-parse-obj/
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/post/pydantic-parse-obj/
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
Pydantic parse objects with parse_obj and parse_obj_as methods | TypeThePipe
Effortless Data Parsing: Deep dive into Pydantic's parse_obj and parse_obj_as methods.
Talk Python to Me: #435: PyPI Security
Link: https://talkpython.fm/episodes/show/435/pypi-security
Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your co
Link: https://talkpython.fm/episodes/show/435/pypi-security
Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your co
talkpython.fm
PyPI Security
Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your code and machine. Luckily the PSF is taking this seriously…
Doing Math with Python: Doing Math with Python in Data Science Humble Bundle
Link: http://doingmathwithpython.github.io/humble-bundle-data-science.html
"Doing Math with Python" is part of No Starch Press's Data Science Humble Bundle
running for the next 19 days. Your purchases will help support EFF!
Get the bundle here!
I am still surprised that
Link: http://doingmathwithpython.github.io/humble-bundle-data-science.html
"Doing Math with Python" is part of No Starch Press's Data Science Humble Bundle
running for the next 19 days. Your purchases will help support EFF!
Get the bundle here!
I am still surprised that
TypeThePipe: Shadowing your Plotnine lines in Python. Forecasting confidence interval geom_ribbon.
Link: https://typethepipe.com/vizs-and-tips/plotnine-python-geom_ribbon-shadow-confidence-interval/
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/plotnine-python-geom_ribbon-shadow-confidence-interval/
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
Shadowing your Plotnine lines in Python. Forecasting confidence interval geom_ribbon. | TypeThePipe
Plot your confidence intervals easily
PyBites: From concepts to MVPs: Validate Your Idea in few Lines of Code with Streamlit
Link: https://pybit.es/articles/from-concepts-to-mvps-validate-your-idea-in-few-lines-of-code-with-streamlit/
Don’t waste you time in early optimization, stay focused on the product!
Have you ever had a brilliant idea but hesitated to invest time and resources into building a full-fledged product? The fear o
Link: https://pybit.es/articles/from-concepts-to-mvps-validate-your-idea-in-few-lines-of-code-with-streamlit/
Don’t waste you time in early optimization, stay focused on the product!
Have you ever had a brilliant idea but hesitated to invest time and resources into building a full-fledged product? The fear o
Pybites
From Concepts To MVPs: Validate Your Idea In Few Lines Of Code With Streamlit - Pybites
Fortunately, there's a game-changer in the world of rapid prototyping: Streamlit.
Paolo Melchiorre: μDjango (micro Django) 🧬
Link: https://www.paulox.net/2023/10/26/udjango_micro_django/
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
Link: https://www.paulox.net/2023/10/26/udjango_micro_django/
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
Paolo Melchiorre
μDjango (micro Django) 🧬
A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
Seth Michael Larson: Patching the libwebp vulnerability across the Python ecosystem
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-16?date=2023-10-25
Patching the libwebp vulnerability across the Python ecosystem
About |
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-16?date=2023-10-25
Patching the libwebp vulnerability across the Python ecosystem
About |
Seth Michael Larson
Patching the libwebp vulnerability across the Python ecosystem
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
Vulnerabi...
Vulnerabi...
Stack Abuse: Linear Search in Python
Link: https://stackabuse.com/linear-search-in-python/
Introduction
Linear Search, also known as Sequential Search, operates by traversing through the dataset, element by element until the desired item is found or the algorithm reaches the end of the coll
Link: https://stackabuse.com/linear-search-in-python/
Introduction
Linear Search, also known as Sequential Search, operates by traversing through the dataset, element by element until the desired item is found or the algorithm reaches the end of the coll
Stack Abuse
Linear Search in Python
Linear Search, also known as Sequential Search, operates by traversing through the dataset, element by element until the desired item is found or the algorithm...
TechBeamers Python: Pattern Programs in Python (20) in 2023
Link: https://www.techbeamers.com/pattern-programs-in-python/
If you’re a beginner eager to learn Python and explore the world of programming, you’ve come to the right place. Python is known for its simplicity and versatility, making it an excellent choice for t
Link: https://www.techbeamers.com/pattern-programs-in-python/
If you’re a beginner eager to learn Python and explore the world of programming, you’ve come to the right place. Python is known for its simplicity and versatility, making it an excellent choice for t
TechBeamers
Python Pattern Programs Exercises
The best 20 Python programs to print patterns like a square, triangle, diamond, alphabet, Pascal triangle using stars, letters, and numbers.
PyCharm: An Interview with Brian Okken, the pytest Storyteller
Link: https://blog.jetbrains.com/pycharm/2023/10/an-interview-with-brian-okken-the-pytest-storyteller/
Today we’re delighted to be chatting with Brian Okken again. If you missed the last time, you can check out our webinar on Productive Testing with PyCharm at your convenience. Brian wears many hats in
Link: https://blog.jetbrains.com/pycharm/2023/10/an-interview-with-brian-okken-the-pytest-storyteller/
Today we’re delighted to be chatting with Brian Okken again. If you missed the last time, you can check out our webinar on Productive Testing with PyCharm at your convenience. Brian wears many hats in
The JetBrains Blog
An Interview with Brian Okken, the pytest Storyteller | The PyCharm Blog
Today we’re delighted to be chatting with Brian Okken again. If you missed the last time, you can check out our webinar on Productive Testing with PyCharm at your convenience. Brian wears many hats in
Real Python: The Real Python Podcast – Episode #178: Guiding Scientific Python Library Development
Link: https://realpython.com/podcasts/rpp/178/
How do you prepare a scientific Python project for sharing with others? Could you use some best practices and guidance for packaging, documentation, and testing? Christopher Trudeau is back on the sho
Link: https://realpython.com/podcasts/rpp/178/
How do you prepare a scientific Python project for sharing with others? Could you use some best practices and guidance for packaging, documentation, and testing? Christopher Trudeau is back on the sho
Realpython
Episode #178: Guiding Scientific Python Library Development – The Real Python Podcast
How do you prepare a scientific Python project for sharing with others? Could you use some best practices and guidance for packaging, documentation, and testing? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
Python Software Foundation: Announcing our new Community Communications Manager!
Link: https://pyfound.blogspot.com/2023/10/announcing-community-communications-mgr.html
We announced our search for our first Community Communications Manager back in June, and after a thorough search, we are beyond excited to announce that Marie Nordin is the newest addition to our team
Link: https://pyfound.blogspot.com/2023/10/announcing-community-communications-mgr.html
We announced our search for our first Community Communications Manager back in June, and after a thorough search, we are beyond excited to announce that Marie Nordin is the newest addition to our team
Python Software Foundation Blog
Announcing our new Community Communications Manager!
We announced our search for our first Community Communications Manager back in June, and after a thorough search, we are beyond excited to ...
TechBeamers Python: The Best Examples of Python Dictionary
Link: https://www.techbeamers.com/python-dictionary-examples/
Presenting today is a tutorial covering some of the best Python dictionary examples. We believe it is a valuable resource for anyone who wants to learn more about this important data structure. The tu
Link: https://www.techbeamers.com/python-dictionary-examples/
Presenting today is a tutorial covering some of the best Python dictionary examples. We believe it is a valuable resource for anyone who wants to learn more about this important data structure. The tu
TechBeamers
The Best Examples of Python Dictionary
Read some of the best examples of dictionaries in Python divided into different groups so that you can practice and grasp their usage easily.
TechBeamers Python: How to Check the Type of Variables in Python
Link: https://www.techbeamers.com/check-the-type-of-variables-in-python/
Let’s find out how to check the type of variables using Python’s built-in functions and some other ways with full code examples. You will be able to use these methods to determine which type a variabl
Link: https://www.techbeamers.com/check-the-type-of-variables-in-python/
Let’s find out how to check the type of variables using Python’s built-in functions and some other ways with full code examples. You will be able to use these methods to determine which type a variabl
TechBeamers
How to Check the Type of Variables in Python
Let's find out how to check the type of variables using Python's built-in functions like isinstance() and type() with full code examples.
TechBeamers Python: Python Ord() Function All You Need to Know
Link: https://www.techbeamers.com/python-ord-function/
This tutorial explains what the Python Ord() function is, when, and how to use it with full code examples. It simply converts a character into its corresponding Unicode code point. Check out the next
Link: https://www.techbeamers.com/python-ord-function/
This tutorial explains what the Python Ord() function is, when, and how to use it with full code examples. It simply converts a character into its corresponding Unicode code point. Check out the next
TechBeamers
Python Ord() Function All You Need to Know
This tutorial explains Python Ord() function which converts a char into an Unicode point.. Let's see how to use it with full code examples.
PyCon: PyCon US 2024 Launches!
Link: https://pycon.blogspot.com/2023/10/pycon-us-2024-launches.html
We can’t believe it’s been six months since PyCon US 2023, where we came together to celebrate 20 years of PyCon US. If you’d like to revisit some memories of PyCon US 2023, check out our recap and vi
Link: https://pycon.blogspot.com/2023/10/pycon-us-2024-launches.html
We can’t believe it’s been six months since PyCon US 2023, where we came together to celebrate 20 years of PyCon US. If you’d like to revisit some memories of PyCon US 2023, check out our recap and vi
Blogspot
PyCon US 2024 Launches!
We can’t believe it’s been six months since PyCon US 2023, where we came together to celebrate 20 years of PyCon US. If you’d like to revisi...
Ned Batchelder: Reflected energy
Link: https://nedbatchelder.com/blog/202310/reflected_energy.html
We had a hackathon at work this week, and it brought home to me again the
value of people who exude energy and who reflect energy back to me. As I think
about explaining this, it seems obvious and pa
Link: https://nedbatchelder.com/blog/202310/reflected_energy.html
We had a hackathon at work this week, and it brought home to me again the
value of people who exude energy and who reflect energy back to me. As I think
about explaining this, it seems obvious and pa
Nedbatchelder
Reflected energy
Find people who add to your energy. Be the kind of person who adds energy to others.
TechBeamers Python: Your Ultimate Guide to Python List Slicing
Link: https://www.techbeamers.com/python-list-slicing/
Python list slicing is a powerful and flexible technique for working with lists. Slicing allows you to create new lists by extracting portions of an existing list. In this tutorial, we will explore th
Link: https://www.techbeamers.com/python-list-slicing/
Python list slicing is a powerful and flexible technique for working with lists. Slicing allows you to create new lists by extracting portions of an existing list. In this tutorial, we will explore th
TechBeamers
Your Ultimate Guide to Python List Slicing
In this tutorial, we'll explore the basics of Python list slicing, step by step, with various examples, including both numbers and strings.
TechBeamers Python: When And How To Use Python Nested Lists
Link: https://www.techbeamers.com/python-nested-lists/
In Python, a nested list is a list that contains other lists as its elements. This concept allows you to create more complex data structures, like tables or matrices, by organizing data in a hierarchi
Link: https://www.techbeamers.com/python-nested-lists/
In Python, a nested list is a list that contains other lists as its elements. This concept allows you to create more complex data structures, like tables or matrices, by organizing data in a hierarchi
TechBeamers
When And How To Use Python Nested Lists
In Python, a nested list is a list that contains other lists. Let's explore how to create a list within a list and modify it with examples.