Django Weblog: Djangonaut Space now accepting applications for our next contributor mentorship cohort
Link: https://www.djangoproject.com/weblog/2023/oct/19/djangonaut-space-now-accepting-applications/
We are thrilled to announce that Django has a mentorship program, and that we're open for applicants for our next cohort!
Djangonaut Space is an organization working to onboard and develop open source
Link: https://www.djangoproject.com/weblog/2023/oct/19/djangonaut-space-now-accepting-applications/
We are thrilled to announce that Django has a mentorship program, and that we're open for applicants for our next cohort!
Djangonaut Space is an organization working to onboard and develop open source
Django Project
Djangonaut Space now accepting applications for our next contributor mentorship cohort
Posted by Sarah Boyce on October 19, 2023
Stack Abuse: Guide to Arrays in Python
Link: https://stackabuse.com/guide-to-arrays-in-python/
Introduction
Imagine you have a playlist of your favorite songs on your phone. This playlist is a list where each song is placed in a specific order. You can play the first song, skip to the second, j
Link: https://stackabuse.com/guide-to-arrays-in-python/
Introduction
Imagine you have a playlist of your favorite songs on your phone. This playlist is a list where each song is placed in a specific order. You can play the first song, skip to the second, j
Stack Abuse
Guide to Arrays in Python
Imagine you have a playlist of your favorite songs on your phone. This playlist is a list where each song is placed in a specific order. You can play the first...
TypeThePipe: Polars: Filter rows and columns based on percentage of NAs / nulls
Link: https://typethepipe.com/vizs-and-tips/python-polars-filter-rows-columns-based-on-null-percentage/
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-filter-rows-columns-based-on-null-percentage/
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
Polars: Filter rows and columns based on percentage of NAs / nulls | TypeThePipe
Optimizing Data Cleanup: Filtering Rows by Null Percentage in Python Polars. Manage NAs with precision.
Talk Python to Me: #434: Building Mobile Apps Backed with Python
Link: https://talkpython.fm/episodes/show/434/building-mobile-apps-backed-with-python
Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, in
Link: https://talkpython.fm/episodes/show/434/building-mobile-apps-backed-with-python
Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, in
talkpython.fm
Building Mobile Apps Backed with Python
Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, in Python? I have a great panel put together to discuss exactly…
James Bennett: Bullets of vaguely silvery hue
Link: https://www.b-list.org/weblog/2023/oct/20/silver/
There is no single development, in either technology or management technique, which by itself promises even a single order-of-magnitude improvement within a decade in productivity, in reliability, in
Link: https://www.b-list.org/weblog/2023/oct/20/silver/
There is no single development, in either technology or management technique, which by itself promises even a single order-of-magnitude improvement within a decade in productivity, in reliability, in
Real Python: The Real Python Podcast – Episode #177: Welcoming PyPI's Safety & Security Engineer Mike Fiedler
Link: https://realpython.com/podcasts/rpp/177/
You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We've also mentioned several current security initiatives from PyPI. This week on the sho
Link: https://realpython.com/podcasts/rpp/177/
You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We've also mentioned several current security initiatives from PyPI. This week on the sho
Realpython
Episode #177: Welcoming PyPI's Safety & Security Engineer Mike Fiedler – The Real Python Podcast
You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We've also mentioned several current security initiatives from PyPI. This week on the show, we talk with Mike Fiedler about accepting this new role…
Python⇒Speed: Speeding up Cython with SIMD
Link: https://pythonspeed.com/articles/faster-cython-simd/
Cython allows you to write compiled extensions for Python, by translating Python-y code to C or C++.
Often you’ll use it to speed up your software, and it’s especially useful for implementing small da
Link: https://pythonspeed.com/articles/faster-cython-simd/
Cython allows you to write compiled extensions for Python, by translating Python-y code to C or C++.
Often you’ll use it to speed up your software, and it’s especially useful for implementing small da
Python⇒Speed
Speeding up Cython with SIMD
SIMD is a CPU feature that lets you speed up numeric processing; learn how to use it with Cython.
Python⇒Speed: When should you upgrade to Python 3.12?
Link: https://pythonspeed.com/articles/upgrade-python-3.12/
Python 3.12 is out now–but should you switch to it immediately?
And if you shouldn’t upgrade just yet, when should you?
Immediately after the release, you may not want to upgrade just yet.
But from De
Link: https://pythonspeed.com/articles/upgrade-python-3.12/
Python 3.12 is out now–but should you switch to it immediately?
And if you shouldn’t upgrade just yet, when should you?
Immediately after the release, you may not want to upgrade just yet.
But from De
Python⇒Speed
When should you upgrade to Python 3.13?
Python 3.13 is out—when should you switch to using it?
PyCharm: Meet Datalore and PyCharm at ODSC West 2023
Link: https://blog.jetbrains.com/datalore/2023/10/20/meet-datalore-and-pycharm-at-odsc-west-2023/
Link: https://blog.jetbrains.com/datalore/2023/10/20/meet-datalore-and-pycharm-at-odsc-west-2023/
The JetBrains Blog
Meet Datalore and PyCharm at ODSC West 2023 | The Datalore Blog
Join us at the ODSC West AI Expo Hall on October 31 – November 1, 2023, to discuss your data science challenges and the latest trends in the field.
PyCharm
Link:
The Datalore and PyCharm teams will be attending ODSC West 2023 in San Francisco for the first time! Join us at the AI Expo Hall on October 31 – November 1, 2023, to discuss your data science challeng
Link:
The Datalore and PyCharm teams will be attending ODSC West 2023 in San Francisco for the first time! Join us at the AI Expo Hall on October 31 – November 1, 2023, to discuss your data science challeng
TechBeamers Python: Generate Random Images in Python
Link: https://www.techbeamers.com/generate-random-images-in-python/
It is quite exciting to generate random images using the Python code. This tutorial will walk you through various methods for creating random images, including code examples and their comparisons. We
Link: https://www.techbeamers.com/generate-random-images-in-python/
It is quite exciting to generate random images using the Python code. This tutorial will walk you through various methods for creating random images, including code examples and their comparisons. We
TechBeamers
How to Generate Random Images in Python
This tutorial tries to explain different techniques to generate random images in Python including Pillow library, NumPy, GANs, and more.
Matt Layman: Email Round Trip - Building SaaS with Python and Django #173
Link: https://www.mattlayman.com/blog/2023/email-round-trip-building-saas-with-python-and-django-173/
In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this w
Link: https://www.mattlayman.com/blog/2023/email-round-trip-building-saas-with-python-and-django-173/
In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this w
Matt Layman
Email Round Trip - Building SaaS with Python and Django #173
In this episode, we took advantage of having all the DNS configuration complete and tried to find the path to connect the outgoing prompt email to the incoming journal entry from a user. We did this with some old-school print debugging and logging on production…
TechBeamers Python: Create an Android App in Python
Link: https://www.techbeamers.com/create-android-app-in-python/
In this tutorial, we will show you how to create an Android app in Python. We will cover all of the necessary steps, from setting up your development environment to building and deploying your applica
Link: https://www.techbeamers.com/create-android-app-in-python/
In this tutorial, we will show you how to create an Android app in Python. We will cover all of the necessary steps, from setting up your development environment to building and deploying your applica
TechBeamers
Create an Android App in Python
In this tutorial, we will show you how to create an Android app in Python. We will cover all of the necessary steps to get you started.
TechBeamers Python: Python OrderedDict Tutorial
Link: https://www.techbeamers.com/python-ordereddict/
This tutorial explains a special class Python OrderedDict, how it is different from a dict in Python, and provides examples to understand it better. In general, Python dicts are unordered collections
Link: https://www.techbeamers.com/python-ordereddict/
This tutorial explains a special class Python OrderedDict, how it is different from a dict in Python, and provides examples to understand it better. In general, Python dicts are unordered collections
TechBeamers
Python OrderedDict Tutorial
This tutorial explains a special class Python OrderedDict, how it is different from a dict, and provides examples to understand it better.
Python Software Foundation: The Python Language Summit 2023: What is the Standard Library for?
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; p
Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; p
Python Software Foundation Blog
The Python Language Summit 2023: What is the Standard Library for?
Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the stand...
Python Software Foundation: September & October Board Votes
Link: https://pyfound.blogspot.com/2023/10/september-october-board-votes.html
We’re writing today because we know the process of the PSF Board’s review of DjangoCon Africa’s recent grant application caused concern, disappointment, and confusion for some of our community. We wan
Link: https://pyfound.blogspot.com/2023/10/september-october-board-votes.html
We’re writing today because we know the process of the PSF Board’s review of DjangoCon Africa’s recent grant application caused concern, disappointment, and confusion for some of our community. We wan
Python Software Foundation Blog
September & October Board Votes
We’re writing today because we know the process of the PSF Board’s review of DjangoCon Africa’s recent grant application caused concern, dis...
Ned Batchelder: Where did everyone go?
Link: https://nedbatchelder.com/blog/202310/where_did_everyone_go.html
It’s been nearly a year since Elon Musk bought and started ruining Twitter.
Since then, I’ve been on Mastodon
and Bluesky, and I’ve
started watching a bunch of RSS feeds I relied on in the days before
Link: https://nedbatchelder.com/blog/202310/where_did_everyone_go.html
It’s been nearly a year since Elon Musk bought and started ruining Twitter.
Since then, I’ve been on Mastodon
and Bluesky, and I’ve
started watching a bunch of RSS feeds I relied on in the days before
Nedbatchelder
Where did everyone go?
It’s been nearly a year since Elon Musk bought and started ruining Twitter. Since then, I’ve been on <a href="https://hachyderm.io/@nedbat" rel="external noopener">Mastodon</a> and <a href="https://bsky.app/profile/nedbat.com" rel="external noopener">Bluesky</a>…
TechBeamers Python: Python Enumerate Function
Link: https://www.techbeamers.com/python-enumerate/
The enumerate function in Python is a useful and powerful tool for iterating through sequences such as lists, tuples, or strings. It provides both the value and the index of each element in the sequen
Link: https://www.techbeamers.com/python-enumerate/
The enumerate function in Python is a useful and powerful tool for iterating through sequences such as lists, tuples, or strings. It provides both the value and the index of each element in the sequen
TechBeamers
Python Enumerate Function
Explore Python enumerate function in-depth, how to use it effectively, and compare it to other methods for achieving similar results.
TechBeamers Python: Python Dictionary to DataFrame
Link: https://www.techbeamers.com/python-dictionary-to-dataframe/
Python’s Pandas library is a powerful tool for data manipulation and analysis. It offers various data structures, and one of the most commonly used is the DataFrame. A data frame is essentially a two-
Link: https://www.techbeamers.com/python-dictionary-to-dataframe/
Python’s Pandas library is a powerful tool for data manipulation and analysis. It offers various data structures, and one of the most commonly used is the DataFrame. A data frame is essentially a two-
TechBeamers
Python Dictionary to DataFrame
Explore different methods to convert a Python dictionary into a Pandas DataFrame. Also, find out which method suits your use case the most.
TechBeamers Python: Loop Through Files in a Directory
Link: https://www.techbeamers.com/python-loop-through-files-in-directory/
In this tutorial, you’ll learn how to loop through files in a directory using Python. This is a common task when working with files. Whether you want to perform operations on each file, read their con
Link: https://www.techbeamers.com/python-loop-through-files-in-directory/
In this tutorial, you’ll learn how to loop through files in a directory using Python. This is a common task when working with files. Whether you want to perform operations on each file, read their con
TechBeamers
Loop Through Files in a Directory
In this tutorial, you'll learn how to loop through files in a directory using Python. This is a common task when iterating over files.