Python Engineering at Microsoft: Python in Visual Studio Code – July 2023 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2023-release/
We’re excited to announce the July 2023 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Mypy extension in preview
Debugpy exten
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2023-release/
We’re excited to announce the July 2023 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Mypy extension in preview
Debugpy exten
Microsoft News
Python in Visual Studio Code – July 2023 Release
The July 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include an announcement on Python 3.7 support, a new Mypy extension in preview, a Debugpy extension in preview, Pylance localization…
Philippe Normand: GNOME Web Canary is back
Link: https://base-art.net/Articles/gnome-web-canary-is-back/
This is a short PSA post announcing the return of the GNOME Web Canary builds.
Read on for the crunchy details.
A couple years ago I was blogging about the GNOME Web Canary
flavor.
In summary this spe
Link: https://base-art.net/Articles/gnome-web-canary-is-back/
This is a short PSA post announcing the return of the GNOME Web Canary builds.
Read on for the crunchy details.
A couple years ago I was blogging about the GNOME Web Canary
flavor.
In summary this spe
Base-Art
GNOME Web Canary is back
This is a short PSA post announcing the return of the GNOME Web Canary builds. Read on for the crunchy details. A couple years ago I was blogging about the GNOME Web Canary flavor. In summary this special build of GNOME Web provides a preview of the upcoming…
Abhijeet Pal: How to Create an Empty Migration File in Django
Link: http://djangocentral.com/creating-an-empty-migration-file-in-django/
Migrations are an essential part of Django, as they allow you to manage your database schema and ensure that it is consistent with your models. Most migrations capture actual changes to your models, b
Link: http://djangocentral.com/creating-an-empty-migration-file-in-django/
Migrations are an essential part of Django, as they allow you to manage your database schema and ensure that it is consistent with your models. Most migrations capture actual changes to your models, b
Djangocentral
How to Create an Empty Migration File in Django
Migrations are an essential part of Django, as they allow you to manage your database schema and ensure that it is consistent with your models. Most migratio
Abhijeet Pal: Understanding the 'F' Expression in Django: When and Why to Use It
Link: http://djangocentral.com/f-expression-in-django/
In Django, QuerySets provide a powerful way to retrieve, manipulate, and filter data from the database. Among the various tools available within QuerySets, the 'F' expression stands out as a valuable
Link: http://djangocentral.com/f-expression-in-django/
In Django, QuerySets provide a powerful way to retrieve, manipulate, and filter data from the database. Among the various tools available within QuerySets, the 'F' expression stands out as a valuable
Djangocentral
Understanding the 'F' Expression in Django: When and Why to Use It
In Django, QuerySets provide a powerful way to retrieve, manipulate, and filter data from the database. Among the various tools available within QuerySets, t
Python for Beginners: PySpark Create Empty DataFrame
Link: https://www.pythonforbeginners.com/pyspark/pyspark-create-empty-dataframe
We use pyspark dataframes to handle tabular data. Sometimes, we need to create empty pyspark dataframes. This article will discuss how to create an empty dataframe in Pyspark.
Table of ContentsCreate
Link: https://www.pythonforbeginners.com/pyspark/pyspark-create-empty-dataframe
We use pyspark dataframes to handle tabular data. Sometimes, we need to create empty pyspark dataframes. This article will discuss how to create an empty dataframe in Pyspark.
Table of ContentsCreate
PythonForBeginners.com
PySpark Create Empty DataFrame - PythonForBeginners.com
PySpark Create Empty DataFrame will help you improve your python skills with easy to follow examples and tutorials.
Python for Beginners: PySpark Read CSV File With Examples
Link: https://www.pythonforbeginners.com/pyspark/pyspark-read-csv-file-with-examples
The csv file format is one of the most used file formats to store tabular data. In this article, we will discuss different ways to read a csv file in PySpark.
Table of ContentsPyspark Read CSV File Us
Link: https://www.pythonforbeginners.com/pyspark/pyspark-read-csv-file-with-examples
The csv file format is one of the most used file formats to store tabular data. In this article, we will discuss different ways to read a csv file in PySpark.
Table of ContentsPyspark Read CSV File Us
PythonForBeginners.com
PySpark Read CSV File With Examples - PythonForBeginners.com
PySpark Read CSV File With Examples will help you improve your python skills with easy to follow examples and tutorials.
Juri Pakaste: A fast timestamp parser in Swift
Link: https://juripakaste.fi/parse3339/
I wrote a timestamp parser in Swift. It's called Parse3339.
It's well known that DateFormatter, the main timestamp formatter and parser Apple ships in Foundation, is not particularly fast. It's flexib
Link: https://juripakaste.fi/parse3339/
I wrote a timestamp parser in Swift. It's called Parse3339.
It's well known that DateFormatter, the main timestamp formatter and parser Apple ships in Foundation, is not particularly fast. It's flexib
juripakaste.fi
A fast timestamp parser in Swift
Personal blog of Juri Pakaste
Stack Abuse: Running Airflow Locally with Docker: A Technical Guide
Link: https://stackabuse.com/running-airflow-locally-with-docker-a-technical-guide/
Introduction
Apache Airflow and Docker are two powerful tools that have revolutionized the way we handle data and software deployment. Apache Airflow is an open-source platform that allows you to prog
Link: https://stackabuse.com/running-airflow-locally-with-docker-a-technical-guide/
Introduction
Apache Airflow and Docker are two powerful tools that have revolutionized the way we handle data and software deployment. Apache Airflow is an open-source platform that allows you to prog
Stack Abuse
Running Airflow Locally with Docker: A Technical Guide
Apache Airflow and Docker are two powerful tools that have revolutionized the way we handle data and software deployment. Apache Airflow is an open-source plat...
Mike Driscoll: PyDev of the Week: Micaela Reyes
Link: https://www.blog.pythonlibrary.org/2023/07/10/pydev-of-the-week-micaela-reyes/
This week we welcome Micaela Reyes (@codemickeycode) as our PyDev of the Week! Micaela helps organize Python conferences in Asia. Micaela has been especially active with PyCon PH. She is also a member
Link: https://www.blog.pythonlibrary.org/2023/07/10/pydev-of-the-week-micaela-reyes/
This week we welcome Micaela Reyes (@codemickeycode) as our PyDev of the Week! Micaela helps organize Python conferences in Asia. Micaela has been especially active with PyCon PH. She is also a member
Mouse Vs Python
PyDev of the Week: Micaela Reyes - Mouse Vs Python
This week we welcome Micaela Reyes (@codemickeycode) as our PyDev of the Week! Micaela helps organize Python conferences in Asia. Micaela has been
Python⇒Speed: The easiest way to speed up Python with Rust
Link: https://pythonspeed.com/articles/easiest-rust-python/
If you want to speed up some existing Python code, writing a compiled extension in Rust can be an excellent choice:
In many situations, Rust code can run much faster than Python.
Rust prevents most o
Link: https://pythonspeed.com/articles/easiest-rust-python/
If you want to speed up some existing Python code, writing a compiled extension in Rust can be an excellent choice:
In many situations, Rust code can run much faster than Python.
Rust prevents most o
Python⇒Speed
The easiest way to speed up Python with Rust
Rust can make your Python code much faster; here’s how to start using it as quickly as possible.
Real Python: Profiling in Python: How to Find Performance Bottlenecks
Link: https://realpython.com/python-profiling/
Do you want to optimize the performance of your Python program to make it run faster or consume less memory? Before diving into any performance tuning, you should strongly consider using a technique c
Link: https://realpython.com/python-profiling/
Do you want to optimize the performance of your Python program to make it run faster or consume less memory? Before diving into any performance tuning, you should strongly consider using a technique c
Realpython
Profiling in Python: How to Find Performance Bottlenecks – Real Python
In this tutorial, you'll learn how to profile your Python programs using numerous tools available in the standard library, third-party libraries, as well as a powerful tool foreign to Python. Along the way, you'll learn what profiling is and cover a few related…
Python Morsels: print vs. return in Python
Link: https://www.pythonmorsels.com/print-vs-return/
Both return and print "output" something, but one shows output to an end user and the other doesn't.
Table of contents
Both print and return output something
The difference between print and retur
Link: https://www.pythonmorsels.com/print-vs-return/
Both return and print "output" something, but one shows output to an end user and the other doesn't.
Table of contents
Both print and return output something
The difference between print and retur
Pythonmorsels
The difference between return and print in Python
Both return and print "output" something, but one shows output to an end user and the other doesn't.
IslandT: Extract Twitter username with python
Link: https://islandtropicaman.com/wp/2023/07/11/extract-twitter-username-with-python/
Below simple code will extract the Twitter username from text using python re module.
import re
# Extract the username without @
pattern = re.compile(r'(?<=\B@)[\w_]+')
gad = pattern.findall("hello
Link: https://islandtropicaman.com/wp/2023/07/11/extract-twitter-username-with-python/
Below simple code will extract the Twitter username from text using python re module.
import re
# Extract the username without @
pattern = re.compile(r'(?<=\B@)[\w_]+')
gad = pattern.findall("hello
EuroPython: Kraken Technologies: How we organise our very large Python
monolith
Link: https://blog.europython.eu/kraken-technologies-how-we-organize-our-very-large-pythonmonolith/
By David Seddon from Kraken Technologies.Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a Python application which has, at last count, 27,637 modules. Yes, you read that r
monolith
Link: https://blog.europython.eu/kraken-technologies-how-we-organize-our-very-large-pythonmonolith/
By David Seddon from Kraken Technologies.Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a Python application which has, at last count, 27,637 modules. Yes, you read that r
EuroPython Blog
Kraken Technologies: How we organise our very large Python
monolith
monolith
By David Seddon from Kraken Technologies.
Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a
Python application which has, at last count, 27,637 modules. Yes, you read that
right: nearly 28k separate Python files - not including…
Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a
Python application which has, at last count, 27,637 modules. Yes, you read that
right: nearly 28k separate Python files - not including…
Real Python: Mazes in Python Part 2: Storing and Solving
Link: https://realpython.com/courses/python-maze-solver-part-2/
If you’re up for a little challenge and would like to take your programming skills to the next level, then you’ve come to the right place! In this hands-on video course, you’ll practice object-oriente
Link: https://realpython.com/courses/python-maze-solver-part-2/
If you’re up for a little challenge and would like to take your programming skills to the next level, then you’ve come to the right place! In this hands-on video course, you’ll practice object-oriente
Realpython
Mazes in Python Part 2: Storing and Solving – Real Python
In part two of this two-part project, you'll define a specialized binary file format to store a maze on disk, transform the maze into a traversable weighted graph, and use a graph search algorithm in the NetworkX library to find the solution.
PyCharm: Meet the PyCharm team at EuroPython!
Link: https://blog.jetbrains.com/pycharm/2023/07/meet-the-pycharm-team-at-europython/
With only a week until EuroPython 2023 in the beautiful city of Prague, Czech Republic, the PyCharm team is busy making our final preparations to attend. We’re thrilled to be yet again taking part in
Link: https://blog.jetbrains.com/pycharm/2023/07/meet-the-pycharm-team-at-europython/
With only a week until EuroPython 2023 in the beautiful city of Prague, Czech Republic, the PyCharm team is busy making our final preparations to attend. We’re thrilled to be yet again taking part in
The JetBrains Blog
Meet the PyCharm team at EuroPython! | The PyCharm Blog
Meet the PyCharm team at Europython 2023! Join a talk by Paul Everitt, Q&A for data science newbies by Jodie Burchell, experts from Anaconda, Hugging face and come by the JetBrains booth to see what's new in PyCharm!
PyCoder’s Weekly: Issue #585 (July 11, 2023)
Link: https://pycoders.com/issues/585
#585 – JULY 11, 2023 View in Browser » Python 3.12 Preview: Support for the Linux Perf Profiler Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming
Link: https://pycoders.com/issues/585
#585 – JULY 11, 2023 View in Browser » Python 3.12 Preview: Support for the Linux Perf Profiler Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming
Pycoders
PyCoder’s Weekly | Issue #585
Issue #585 of the PyCoder’s Weekly newsletter, published July 11, 2023.
Python Bytes: #343 So Much Pydantic!
Link: https://pythonbytes.fm/episodes/show/343/so-much-pydantic
<a href='https://www.youtube.com/watch?v=imGFTBznmLo' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by us! Support our work through:</p
Link: https://pythonbytes.fm/episodes/show/343/so-much-pydantic
<a href='https://www.youtube.com/watch?v=imGFTBznmLo' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by us! Support our work through:</p
pythonbytes.fm
So Much Pydantic!
News and announcements from the Python community for the week of Jul 11th, 2023
Python Insider: Python 3.12.0 beta 4 released
Link: https://pythoninsider.blogspot.com/2023/07/pleased-to-announce-release-of-python-3.html
I'm pleased to announce the release of Python 3.12 beta 4.https://www.python.org/downloads/release/python-3120b4/This is a beta preview of Python 3.12Python 3.12 is still in development. This release
Link: https://pythoninsider.blogspot.com/2023/07/pleased-to-announce-release-of-python-3.html
I'm pleased to announce the release of Python 3.12 beta 4.https://www.python.org/downloads/release/python-3120b4/This is a beta preview of Python 3.12Python 3.12 is still in development. This release
Blogspot
Python Insider: Python 3.12.0 beta 4 released
Python for Beginners: Tuple Unpacking in Python
Link: https://www.pythonforbeginners.com/basics/tuple-unpacking-in-python
Python provides us with different shorthand methods to perform various tasks. In this article, we will discuss tuple unpacking in Python with examples.
Table of ContentsWhat is Unpacking in Python?Tup
Link: https://www.pythonforbeginners.com/basics/tuple-unpacking-in-python
Python provides us with different shorthand methods to perform various tasks. In this article, we will discuss tuple unpacking in Python with examples.
Table of ContentsWhat is Unpacking in Python?Tup
PythonForBeginners.com
Tuple Unpacking in Python - PythonForBeginners.com
Tuple Unpacking in Python will help you improve your python skills with easy to follow examples and tutorials.
Stack Abuse: Data Integrity: How OrderedDict Preserves Key Order in Python
Link: https://stackabuse.com/data-integrity-how-ordereddict-preserves-key-order-in-python/
Introduction
Data integrity is a critical aspect of programming that ensures the accuracy, consistency, and reliability of data throughout its life cycle. It is particularly important when dealing wit
Link: https://stackabuse.com/data-integrity-how-ordereddict-preserves-key-order-in-python/
Introduction
Data integrity is a critical aspect of programming that ensures the accuracy, consistency, and reliability of data throughout its life cycle. It is particularly important when dealing wit
Stack Abuse
Data Integrity: How OrderedDict Preserves Key Order in Python
Data integrity is a critical aspect of programming that ensures the accuracy, consistency, and reliability of data throughout its life cycle. It is particularl...