TechBeamers Python: Pass by Reference vs Pass by Value in Python
Link: https://techbeamers.com/python-pass-by-reference-vs-pass-by-value/
Is Python pass by reference or pass by value? This question intrigues every Python programmer coming from a C or Java background. In this tutorial, you will get its answer and learn the meaning of “pa
Link: https://techbeamers.com/python-pass-by-reference-vs-pass-by-value/
Is Python pass by reference or pass by value? This question intrigues every Python programmer coming from a C or Java background. In this tutorial, you will get its answer and learn the meaning of “pa
TechBeamers
Pass by Reference vs Pass by Value in Python
This guide explains if Python uses pass by reference or value, shows their differences, and clarifies how Python’s argument passing works
Python Insider: Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!
Link: https://pythoninsider.blogspot.com/2024/09/python-3130rc2-3126-31110-31015-3920.html
Hi there!
A big joint release today. Mostly security fixes but we also have the final release candidate of 3.13 so let’s start with that!
Python 3.13.0RC2
Final opportunity to test and find any show-s
Link: https://pythoninsider.blogspot.com/2024/09/python-3130rc2-3126-31110-31015-3920.html
Hi there!
A big joint release today. Mostly security fixes but we also have the final release candidate of 3.13 so let’s start with that!
Python 3.13.0RC2
Final opportunity to test and find any show-s
Blogspot
Python Insider: Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!
Test and Code: 222: Import within a Python package
Link: https://testandcode.com/episodes/222-import-within-a-python-package
In this episode we're talking about importing part of a package into another part of the same package.We'll look at: `from . import module` and `from .module import something`and also: `import packag
Link: https://testandcode.com/episodes/222-import-within-a-python-package
In this episode we're talking about importing part of a package into another part of the same package.We'll look at: `from . import module` and `from .module import something`and also: `import packag
Test & Code
Test & Code | 222: Import within a Python package
In this episode we're talking about importing part of a package into another part of the same package.We'll look at: `from . import module` and `from .module import something`and also: `import pac...
Python Morsels: Commenting in Python
Link: https://www.pythonmorsels.com/commenting-in-python/
Python's comments start with an octothorpe character.
Table of contents
Writing a comment in Python
Inline comments in Python
Best practices for commenting in Python
Comment as needed, but not too
Link: https://www.pythonmorsels.com/commenting-in-python/
Python's comments start with an octothorpe character.
Table of contents
Writing a comment in Python
Inline comments in Python
Best practices for commenting in Python
Comment as needed, but not too
Pythonmorsels
Commenting in Python
Python's comments start with an octothorpe character.
Zato Blog: Service-oriented API task scheduling
Link: https://zato.io/en/blog/python-scheduler.html
Service-oriented API task scheduling
2024-09-09, by Dariusz Suchojad
An integral part of
Zato, its scalable, service-oriented scheduler makes it is possible to execute high-level API integrati
Link: https://zato.io/en/blog/python-scheduler.html
Service-oriented API task scheduling
2024-09-09, by Dariusz Suchojad
An integral part of
Zato, its scalable, service-oriented scheduler makes it is possible to execute high-level API integrati
Armin Ronacher: Multiversion Python Thoughts
Link: http://lucumr.pocoo.org/2024/9/9/multiversion-python
Now that uv is rapidly advancing I have
started to dive back into making multi-version imports for Python work.
The goal here is to enable multiple resolutions from the solver in uv so
that two incomp
Link: http://lucumr.pocoo.org/2024/9/9/multiversion-python
Now that uv is rapidly advancing I have
started to dive back into making multi-version imports for Python work.
The goal here is to enable multiple resolutions from the solver in uv so
that two incomp
Armin Ronacher's Thoughts and Writings
Multiversion Python Thoughts
A braindump on how to make multi version in Python work.
Mike Driscoll: Adding Terminal Effects with Python
Link: https://www.blog.pythonlibrary.org/2024/09/09/adding-terminal-effects-with-python/
The Python programming language has thousands of wonderful third-party packages available on the Python Package Index. One of those packages is TerminalTextEffects (TTE), a terminal visual effects eng
Link: https://www.blog.pythonlibrary.org/2024/09/09/adding-terminal-effects-with-python/
The Python programming language has thousands of wonderful third-party packages available on the Python Package Index. One of those packages is TerminalTextEffects (TTE), a terminal visual effects eng
Mouse Vs Python
Adding Terminal Effects with Python - Mouse Vs Python
The Python programming language has thousands of wonderful third-party packages available on the Python Package Index. One of those packages is
👍1
PyCharm: How to Use Jupyter Notebooks in PyCharm Professional
Link: https://blog.jetbrains.com/pycharm/2024/09/how-to-use-jupyter-notebooks-in-pycharm/
PyCharm is one of the most well-known data science tools, offering excellent out-of-the-box support for Python, SQL, and other languages. PyCharm also provides integrations for Databricks, Hugging Fa
Link: https://blog.jetbrains.com/pycharm/2024/09/how-to-use-jupyter-notebooks-in-pycharm/
PyCharm is one of the most well-known data science tools, offering excellent out-of-the-box support for Python, SQL, and other languages. PyCharm also provides integrations for Databricks, Hugging Fa
The JetBrains Blog
How to Use Jupyter Notebooks in PyCharm | The PyCharm Blog
Read this guide to learn how to use Jupyter notebooks in PyCharm to boost your productivity when working with data.
Real Python: Python News Roundup: September 2024
Link: https://realpython.com/python-news-september-2024/
As the autumn leaves start to fall, signaling the transition to cooler weather, the Python community has warmed up to a series of noteworthy developments. Last month, a new maintenance release of Pyth
Link: https://realpython.com/python-news-september-2024/
As the autumn leaves start to fall, signaling the transition to cooler weather, the Python community has warmed up to a series of noteworthy developments. Last month, a new maintenance release of Pyth
Realpython
Python News Roundup: September 2024 – Real Python
In September 2024, Python 3.12.5 was released, improving stability and security. Python ranked first again in IEEE Spectrum's 2024 language rankings. The Python Developers Survey 2023 unveiled key trends, and PEP 750 suggested tag strings for Python 3.14.…
Hynek Schlawack: Production-ready Python Docker Containers with uv
Link: https://hynek.me/articles/docker-uv/
Starting with 0.3.0, Astral’s uv brought many great features, including support for cross-platform lock files uv.lock. Together with subsequent fixes, it has become Python’s finest workflow tool for m
Link: https://hynek.me/articles/docker-uv/
Starting with 0.3.0, Astral’s uv brought many great features, including support for cross-platform lock files uv.lock. Together with subsequent fixes, it has become Python’s finest workflow tool for m
Hynek Schlawack
Production-ready Python Docker Containers with uv
Starting with 0.3.0, Astral’s uv brought many great features, including support for cross-platform lock files uv.lock. Together with subsequent fixes, it has become Python’s finest workflow tool for my (non-scientific) use cases. Here’s how I build production…
Python Bytes: #400 Celebrating episode 400
Link: https://pythonbytes.fm/episodes/show/400/celebrating-episode-400
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!</strong></li>
<li><strong><a href="https://mke
Link: https://pythonbytes.fm/episodes/show/400/celebrating-episode-400
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!</strong></li>
<li><strong><a href="https://mke
pythonbytes.fm
Celebrating episode 400
News and announcements from the Python community for the week of Sep 9th, 2024
Python Anywhere: Issues after system maintenance on 2024-09-05
Link: https://blog.pythonanywhere.com/215/
tl;dr
On Thursday 5 September 2024 we performed some system maintenance. It appeared
to have gone well, and was completed at the scheduled time (06:20 UTC), but
unfortunately there were unexpected kn
Link: https://blog.pythonanywhere.com/215/
tl;dr
On Thursday 5 September 2024 we performed some system maintenance. It appeared
to have gone well, and was completed at the scheduled time (06:20 UTC), but
unfortunately there were unexpected kn
Python Circle: Removing PDF pages using Python and PyPDF2
Link: https://pythoncircle.com/post/787/removing-pdf-pages-using-python-and-pypdf2/
Python code to remove pages from PDF files. How to delete pages from PDF files. Trim a PDF file. Pull a few pages from the PDF file and make a new one. Reduce PDF file size.
Link: https://pythoncircle.com/post/787/removing-pdf-pages-using-python-and-pypdf2/
Python code to remove pages from PDF files. How to delete pages from PDF files. Trim a PDF file. Pull a few pages from the PDF file and make a new one. Reduce PDF file size.
Python Circle
Removing PDF pages using Python and PyPDF2
Python code to remove pages from PDF files. How to delete pages from PDF files. Trim a PDF file. Pull a few pages from the PDF file and make a new one. Reduce PDF file size.
Real Python: When to Use .__repr__() vs .__str__() in Python
Link: https://realpython.com/courses/repr-vs-str/
One of the most common tasks that a computer program performs is to display data. The program often displays this information to the program’s user. However, a program also needs to show information t
Link: https://realpython.com/courses/repr-vs-str/
One of the most common tasks that a computer program performs is to display data. The program often displays this information to the program’s user. However, a program also needs to show information t
Realpython
When to Use .__repr__() vs .__str__() in Python – Real Python
In this video course, you'll learn the difference between the string representations returned by .__repr__() vs .__str__() and understand how to use them effectively in classes that you define.
Quansight Labs Blog: Announcing Scientific Python Accessibility Events
Link: https://labs.quansight.org/blog/announcing-scientific-python-accessibility-events
I am happy to announce two upcoming public events focused on helping the scientific Python ecosystem develop their accessibility skills before the new year.
Link: https://labs.quansight.org/blog/announcing-scientific-python-accessibility-events
I am happy to announce two upcoming public events focused on helping the scientific Python ecosystem develop their accessibility skills before the new year.
labs.quansight.org
Announcing Scientific Python Accessibility Events
I am happy to announce two upcoming public events focused on helping the scientific Python ecosystem develop their accessibility skills before the new year.
PyCoder’s Weekly: Issue #646 (Sept. 10, 2024)
Link: https://pycoders.com/issues/646
#646 – SEPTEMBER 10, 2024 View in Browser » Using Pydantic to Simplify Python Data Validation Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization li
Link: https://pycoders.com/issues/646
#646 – SEPTEMBER 10, 2024 View in Browser » Using Pydantic to Simplify Python Data Validation Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization li
Pycoders
PyCoder’s Weekly | Issue #646
Issue #646 of the PyCoder’s Weekly newsletter, published Sept. 10, 2024.
ListenData: How to Integrate Gemini API with Python
Link: https://www.listendata.com/2024/05/how-to-use-gemini-in-python.html
In this tutorial, you will learn how to use Google's Gemini AI model through its API in Python.
Steps to Access Gemini API
Follow the steps below to access the Gemini API and then use it in python.
Link: https://www.listendata.com/2024/05/how-to-use-gemini-in-python.html
In this tutorial, you will learn how to use Google's Gemini AI model through its API in Python.
Steps to Access Gemini API
Follow the steps below to access the Gemini API and then use it in python.
ListenData
How to Use Gemini API in Python
This tutorial explains how to use Google's Gemini AI model through its API in Python.
Real Python: How to Use Conditional Expressions With NumPy where()
Link: https://realpython.com/numpy-where-conditional-expressions/
The NumPy where() function is a powerful tool for filtering array elements in lists, tuples, and NumPy arrays. It works by using a conditional predicate, similar to the logic used in the WHERE or HAVI
Link: https://realpython.com/numpy-where-conditional-expressions/
The NumPy where() function is a powerful tool for filtering array elements in lists, tuples, and NumPy arrays. It works by using a conditional predicate, similar to the logic used in the WHERE or HAVI
Realpython
How to Use Conditional Expressions With NumPy where() – Real Python
This tutorial teaches you how to use the where() function to select elements from your NumPy arrays based on a condition. You'll learn how to perform various operations on those elements and even replace them with elements from a separate array or arrays.
Glyph Lefkowitz: Python macOS Framework Builds
Link: https://blog.glyph.im/2024/09/python-macos-framework-builds.html
When you build Python, you can pass various options to ./configure that
change aspects of how it is built. There is documentation for all of these
options, and they are
things like --prefix to tell t
Link: https://blog.glyph.im/2024/09/python-macos-framework-builds.html
When you build Python, you can pass various options to ./configure that
change aspects of how it is built. There is documentation for all of these
options, and they are
things like --prefix to tell t
blog.glyph.im
Python macOS Framework Builds
Building Python with --enable-framework changes some stuff around; should you care?
Real Python: Quiz: Python Virtual Environments: A Primer
Link: https://realpython.com/quizzes/python-virtual-environments-a-primer/
So you’ve been primed on Python virtual environments! Test your understanding of the tutorial here.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your i
Link: https://realpython.com/quizzes/python-virtual-environments-a-primer/
So you’ve been primed on Python virtual environments! Test your understanding of the tutorial here.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your i
Realpython
Python Virtual Environments: A Primer Quiz – Real Python
In this quiz, you'll test your understanding of Python virtual environments. With this knowledge, you'll be able to avoid dependency conflicts and help other developers reproduce your development environment.