PyCoder’s Weekly: Issue #640 (July 30, 2024)
Link: https://pycoders.com/issues/640
#640 – JULY 30, 2024 View in Browser » Build Captivating Display Tables in Python With Great Tables Do you need help making data tables in Python look interesting and attractive? How can you cre
Link: https://pycoders.com/issues/640
#640 – JULY 30, 2024 View in Browser » Build Captivating Display Tables in Python With Great Tables Do you need help making data tables in Python look interesting and attractive? How can you cre
Pycoders
PyCoder’s Weekly | Issue #640
Issue #640 of the PyCoder’s Weekly newsletter, published July 30, 2024.
Marcos Dione: Writing a tile server in python
Link: https://www.grulic.org.ar/~mdione/glob/posts/writing-a-tile-server-in-python/
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
Link: https://www.grulic.org.ar/~mdione/glob/posts/writing-a-tile-server-in-python/
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
.:: Marcos Dione/StyXman's glob ::.
Writing a tile server in python
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
Real Python: How to Write an Installable Django App
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Realpython
How to Write an Installable Django App – Real Python
In this step-by-step tutorial, you'll learn how to create an installable Django app. You'll cover everything you need to know, from extracting your app from a Django project to turning it into a package that's available on PyPI and installable through pip.
Sumana Harihareswara - Cogito, Ergo Sumana: Middle Age and Absences
Link: http://harihareswara.net/posts/2024/middle-age-and-absences/
Middle Age and Absences
Link: http://harihareswara.net/posts/2024/middle-age-and-absences/
Middle Age and Absences
Cogito, Ergo Sumana
Middle Age and Absences
My friend Mel Chua died this week.I'm middle-aged now. I started this weblog as a young adult, and now it's been more than twenty years, and today I'm really feeling that change.Nearly eleven years ago, … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara…
Python Engineering at Microsoft: Python in Visual Studio Code – August 2024 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2024-release/
We’re excited to announce the August 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improved Python discovery using pytho
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2024-release/
We’re excited to announce the August 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improved Python discovery using pytho
Microsoft News
Python in Visual Studio Code – August 2024 Release
The August 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include improved Python discovery using python environment tools, inline variable values with the python debugger, and improvements…
Ned Batchelder: Pushing back on sys.monitoring
Link: https://nedbatchelder.com/blog/202407/pushing_back_on_sysmonitoring.html
I’ve been continuing to work on adapting
coverage.py to the new sys.monitoring facility.
Getting efficient branch coverage has been difficult even with the new API. The
latest idea was to compile the
Link: https://nedbatchelder.com/blog/202407/pushing_back_on_sysmonitoring.html
I’ve been continuing to work on adapting
coverage.py to the new sys.monitoring facility.
Getting efficient branch coverage has been difficult even with the new API. The
latest idea was to compile the
Nedbatchelder
Pushing back on sys.monitoring
I’ve been continuing to work on <a rel="external noopener" href="">adapting coverage.py</a> to the new <a rel="external noopener" href="https://docs.python.org/3/library/sys.monitoring.html">sys.monitoring</a> facility. Getting efficient branch coverage has…
Tryton News: Newsletter July 2024
Link: https://discuss.tryton.org/t/newsletter-july-2024/7503
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features w
Link: https://discuss.tryton.org/t/newsletter-july-2024/7503
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features w
Tryton Discussion
Newsletter July 2024
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we would like to introduce to you in this newsletter.…
Python Insider: Python 3.13.0 release candidate 1 released
Link: https://pythoninsider.blogspot.com/2024/08/python-3130-release-candidate-1-released.html
I'm pleased to announce the release of Python 3.13 release candidate 1.https://www.python.org/downloads/release/python-3130rc1/ This is the first release candidate of Python 3.13.0
This release, 3.13
Link: https://pythoninsider.blogspot.com/2024/08/python-3130-release-candidate-1-released.html
I'm pleased to announce the release of Python 3.13 release candidate 1.https://www.python.org/downloads/release/python-3130rc1/ This is the first release candidate of Python 3.13.0
This release, 3.13
Blogspot
Python Insider: Python 3.13.0 release candidate 1 released
Real Python: Quiz: Python's Built-in Exceptions: A Walkthrough With Examples
Link: https://realpython.com/quizzes/python-built-in-exceptions/
In this quiz, you’ll test your understanding of the most commonly used built-in exceptions in Python.
Exception handling is a core topic in Python. Knowing how to use some of the most common built-in
Link: https://realpython.com/quizzes/python-built-in-exceptions/
In this quiz, you’ll test your understanding of the most commonly used built-in exceptions in Python.
Exception handling is a core topic in Python. Knowing how to use some of the most common built-in
Realpython
Python's Built-in Exceptions: A Walkthrough With Examples Quiz – Real Python
In this quiz, you'll test your understanding of Python's built-in exceptions. With this knowledge, you'll be able to effectively identify and handle these exceptions when they appear. Additionally, you'll be more familiar with how to raise some of these exceptions…
Mike Driscoll: Displaying Pandas DataFrames in the Terminal
Link: https://www.blog.pythonlibrary.org/2024/08/01/displaying-pandas-dataframes-in-the-terminal/
Have you ever wanted to show a pandas DataFrame in your terminal? Of course, you have! All you need is the textual-pandas package!
Yes, you can also view a pandas DataFrame in a REPL, such as IPython
Link: https://www.blog.pythonlibrary.org/2024/08/01/displaying-pandas-dataframes-in-the-terminal/
Have you ever wanted to show a pandas DataFrame in your terminal? Of course, you have! All you need is the textual-pandas package!
Yes, you can also view a pandas DataFrame in a REPL, such as IPython
Mouse Vs Python
Displaying Pandas DataFrames in the Terminal - Mouse Vs Python
Have you ever wanted to show a pandas DataFrame in your terminal? Of course, you have! All you need is the textual-pandas package! Yes, you can also view
Trey Hunner: Why does "python -m json" not work? Why is it "json.tool"?
Link: https://treyhunner.com/2024/08/why-does-python-m-json-not-work/
Have you ever used Python’s json.tool command-line interface?
You can run python -m json.tool against a JSON file and Python will print a nicely formatted version of the file.
1
2
3
4
5
6
7
python -m
Link: https://treyhunner.com/2024/08/why-does-python-m-json-not-work/
Have you ever used Python’s json.tool command-line interface?
You can run python -m json.tool against a JSON file and Python will print a nicely formatted version of the file.
1
2
3
4
5
6
7
python -m
Treyhunner
Why does
Have you ever used Python’s json.tool command-line interface? You can run python -m json.tool against a JSON file and Python will print a …
Real Python: The Real Python Podcast – Episode #215: Fetching Graph Data in Django With Strawberry & Prototype Purgatory
Link: https://realpython.com/podcasts/rpp/215/
How do you integrate GraphQL into your Python web development? How about quickly building graph-based APIs inside Django's battery-included framework? Christopher Trudeau is back on the show this week
Link: https://realpython.com/podcasts/rpp/215/
How do you integrate GraphQL into your Python web development? How about quickly building graph-based APIs inside Django's battery-included framework? Christopher Trudeau is back on the show this week
Realpython
Episode #215: Fetching Graph Data in Django With Strawberry & Prototype Purgatory – The Real Python Podcast
How do you integrate GraphQL into your Python web development? How about quickly building graph-based APIs inside Django's battery-included framework? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and…
Talk Python to Me: #473: Being a developer with ADHD
Link: https://talkpython.fm/episodes/show/473/being-a-developer-with-adhd
Do you feel like ADHD is holding you back? Maybe you don't personally have ADHD but you work with folks who do and you'd like to support them better. Either way, how ADHD interplays with programming a
Link: https://talkpython.fm/episodes/show/473/being-a-developer-with-adhd
Do you feel like ADHD is holding you back? Maybe you don't personally have ADHD but you work with folks who do and you'd like to support them better. Either way, how ADHD interplays with programming a
talkpython.fm
Being a developer with ADHD
Do you feel like ADHD is holding you back? Maybe you don't personally have ADHD but you work with folks who do and you'd like to support them better. Either way, how ADHD interplays with programming and programmers is pretty fascinating. On this episode we…
Python Morsels: How to make a tuple
Link: https://www.pythonmorsels.com/how-to-make-a-tuple/
Tuples are technically just immutable lists, but by convention we tend to use tuples and lists for quite different purposes.
Table of contents
Making tuples in Python
Tuples are like lists, but im
Link: https://www.pythonmorsels.com/how-to-make-a-tuple/
Tuples are technically just immutable lists, but by convention we tend to use tuples and lists for quite different purposes.
Table of contents
Making tuples in Python
Tuples are like lists, but im
Pythonmorsels
How to make a tuple
Tuples are technically just immutable lists, but by convention we tend to use tuples and lists for quite different purposes.
Ruslan Spivak: Up Your Game: Fundamental Skills for Software Engineers
Link: https://ruslanspivak.com/bb02/
“Fundamentals are the foundation of excellence. Without a strong base, you cannot reach your full potential.” – John Wooden
Hey there!Let’s talk fundamentals today. Why are they important? John Woode
Link: https://ruslanspivak.com/bb02/
“Fundamentals are the foundation of excellence. Without a strong base, you cannot reach your full potential.” – John Wooden
Hey there!Let’s talk fundamentals today. Why are they important? John Woode
Ruslan's Blog
Up Your Game: Fundamental Skills for Software Engineers
“Fundamentals are the foundation of excellence. Without a strong base, you cannot reach your full potential.” – John Wooden Hey there!Let’s talk fundamentals today. Why are they important? John Wooden’s quote sums it up nicely, but let’s unpack it a bit more:Strong…
PyPy: A Knownbits Abstract Domain for the Toy Optimizer, Correctly
Link: https://www.pypy.org/posts/2024/08/toy-knownbits.html
After Max' introduction to abstract interpretation for the toy optimizer in the
last post, I want to present a more complicated abstract domain in this post.
This abstract domain reasons about the ind
Link: https://www.pypy.org/posts/2024/08/toy-knownbits.html
After Max' introduction to abstract interpretation for the toy optimizer in the
last post, I want to present a more complicated abstract domain in this post.
This abstract domain reasons about the ind
PyPy
A Knownbits Abstract Domain for the Toy Optimizer, Correctly
After Max' introduction to abstract interpretation for the toy optimizer in the
last post, I want to present a more complicated abstract domain in this post.
This abstract domain reasons about the ind
last post, I want to present a more complicated abstract domain in this post.
This abstract domain reasons about the ind
Zato Blog: API development workflow with Zato
Link: https://zato.io/en/blog/zato-dev-workflow.html
API development workflow with Zato
2024-08-05, by Dariusz Suchojad
Zato is an integration platform and backend application server which means that, during most of their
projects, developers usi
Link: https://zato.io/en/blog/zato-dev-workflow.html
API development workflow with Zato
2024-08-05, by Dariusz Suchojad
Zato is an integration platform and backend application server which means that, during most of their
projects, developers usi
Real Python: Functional Programming in Python: When and How to Use It
Link: https://realpython.com/python-functional-programming/
Functional programming is a programming paradigm in which the primary method of computation is the evaluation of functions. But how does Python support functional programming?
In this tutorial, you’ll
Link: https://realpython.com/python-functional-programming/
Functional programming is a programming paradigm in which the primary method of computation is the evaluation of functions. But how does Python support functional programming?
In this tutorial, you’ll
Realpython
Functional Programming in Python: When and How to Use It – Real Python
In this tutorial, you'll learn about functional programming in Python. You'll see what functional programming is, how it's supported in Python, and how you can use it in your Python code.
Trey Hunner: Quickly find the right datetime format code for your date
Link: https://treyhunner.com/2024/08/find-the-datetime-format-code-for-your-date/
I often find myself with a string representing a date and time and the need to create a format string that will parse this string into a datetime object.
I decided to make a tool that solves this prob
Link: https://treyhunner.com/2024/08/find-the-datetime-format-code-for-your-date/
I often find myself with a string representing a date and time and the need to create a format string that will parse this string into a datetime object.
I decided to make a tool that solves this prob
Treyhunner
Quickly find the right datetime format code for your date
I often find myself with a string representing a date and time and the need to create a format string that will parse this string into a datetime …
Mike Driscoll: Create Amazing Progress Bars in Python with alive-progress
Link: https://www.blog.pythonlibrary.org/2024/08/05/create-amazing-progress-bars-in-python-with-alive-progress/
Have you ever needed a progress bar in your Python command-line application? One great way of creating a progress bar is to use the alive-progress package created by Rogério Sampaio de Almeida! Alive
Link: https://www.blog.pythonlibrary.org/2024/08/05/create-amazing-progress-bars-in-python-with-alive-progress/
Have you ever needed a progress bar in your Python command-line application? One great way of creating a progress bar is to use the alive-progress package created by Rogério Sampaio de Almeida! Alive
Mouse Vs Python
Create Amazing Progress Bars in Python with alive-progress - Mouse Vs Python
Have you ever needed a progress bar in your Python command-line application? One great way of creating a progress bar is to use the alive-progress package