Lucas Cimon: fpdf2.5.2 : SVG support and borb
Link: https://chezsoi.org/lucas/blog/fpdf2-5-2-svg-support-and-borb.html
fpdf2 is a simple & fast PDF creation library for Python that I have been maintaining since mid-2020.
In this article, I'm going to present some of the new features that landed since my last post on
Link: https://chezsoi.org/lucas/blog/fpdf2-5-2-svg-support-and-borb.html
fpdf2 is a simple & fast PDF creation library for Python that I have been maintaining since mid-2020.
In this article, I'm going to present some of the new features that landed since my last post on
Ludochaordic
Fpdf2.5.2 : svg support and borb
fpdf2 is a simple & fast PDF creation library for Python that I have been maintaining since mid-2020. In this article, I'm going to present some of the new features that landed since my last post on the subject. Hence, this will cover versions 2.5.0, 2.5.1…
EuroPython: 📢 EuroPython 2022: Community Voting ends in less than 24 hours
Link: https://blog.europython.eu/europython-2022-community-voting-ends-in-less-than-24-hours/
Link: https://blog.europython.eu/europython-2022-community-voting-ends-in-less-than-24-hours/
EuroPython Blog
📢 EuroPython 2022: Community Voting ends in less than 24 hours
The official blog of everything EuroPython! EuroPython 2022 11-17 July Dublin & Remote
ItsMyCode: How to get column names in Pandas Dataframe
Link: https://itsmycode.com/how-to-get-column-names-in-pandas-dataframe/
Pandas DataFrame is Two-dimensional, size-mutable, potentially heterogeneous tabular data. Pandas DataFrame consists of rows and columns to store the data. Each column will have its own header name th
Link: https://itsmycode.com/how-to-get-column-names-in-pandas-dataframe/
Pandas DataFrame is Two-dimensional, size-mutable, potentially heterogeneous tabular data. Pandas DataFrame consists of rows and columns to store the data. Each column will have its own header name th
ItsMyCode
How to get column names in Pandas Dataframe - ItsMyCode
We can get column names in Pandas Dataframe using attributes and methods such as df.columns, list(df), df.columns.values in the list format.
The Python Coding Blog: Have your Apollo 11 moment: A Python Lunar Landing game using the turtle module
Link: https://thepythoncodingbook.com/2022/04/24/python-lunar-landing-game-using-turtle-tutorial/
How difficult can it be to land on the moon? I have no idea. All I know is that it’s not that easy landing the lunar module in this Python turtle game:
But, how about writing the game? I’ve taken a
Link: https://thepythoncodingbook.com/2022/04/24/python-lunar-landing-game-using-turtle-tutorial/
How difficult can it be to land on the moon? I have no idea. All I know is that it’s not that easy landing the lunar module in this Python turtle game:
But, how about writing the game? I’ve taken a
The Python Coding Book
A Python Lunar Landing game using the turtle module
A Python Lunar Landing program that uses the turtle module. The article guides you through the program in a step-by-step approach
Matthew Wright: Reading date arguments to a Python script using argparse
Link: https://www.wrighters.io/reading-date-arguments-to-a-python-script-using-argparse/
Argparse doesn't support date arguments by default, but it can be easily extended to parse and validate dates in your Python scripts.The post Reading date arguments to a Python script using argparse a
Link: https://www.wrighters.io/reading-date-arguments-to-a-python-script-using-argparse/
Argparse doesn't support date arguments by default, but it can be easily extended to parse and validate dates in your Python scripts.The post Reading date arguments to a Python script using argparse a
wrighters.io
Passing date arguments to a Python script using argparse - wrighters.io
Argparse doesn't support date arguments by default, but it can be easily extended to parse and validate dates in your Python scripts.
Zato Blog: Zato architecture primer
Link: https://zato.io/blog/posts/zato-architecture-primer.html
Overview
Zato is a Python-based middleware and backend platform designed for integrating and building server-side systems.
The platform belongs to a broader family of solutions that, depending on one’
Link: https://zato.io/blog/posts/zato-architecture-primer.html
Overview
Zato is a Python-based middleware and backend platform designed for integrating and building server-side systems.
The platform belongs to a broader family of solutions that, depending on one’
zato.io
Zato Blog
Sumana Harihareswara - Cogito, Ergo Sumana: How I Thought About an In-Person Conference Choice
Link: http://harihareswara.net/posts/2022/how-i-thought-about-an-in-person-conference-choice/
How I Thought About an In-Person Conference Choice
Link: http://harihareswara.net/posts/2022/how-i-thought-about-an-in-person-conference-choice/
How I Thought About an In-Person Conference Choice
Cogito, Ergo Sumana
How I Thought About an In-Person Conference Choice
Will I go to PyCon in person this year? Today is the day I decided whether to go; I had booked plane tickets and a hotel room, and was running out of time to cancel … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara, Changeset founder
eGenix.com: eGenix Antispam Bot for Telegram 0.3.0 GA
Link: https://www.egenix.com/company/news/eGenix-Antispam-Bot-for-Telegram-0.3.0-GA.html
Introduction
eGenix has long been running a local user group meeting in Düsseldorf
called Python Meeting Düsseldorf and we are using a Telegram group
for most of our communication.
In the early days
Link: https://www.egenix.com/company/news/eGenix-Antispam-Bot-for-Telegram-0.3.0-GA.html
Introduction
eGenix has long been running a local user group meeting in Düsseldorf
called Python Meeting Düsseldorf and we are using a Telegram group
for most of our communication.
In the early days
eGenix.com
eGenix.com: eGenix Antispam Bot for Telegram 0.3.0 GA
eGenix is pleased to announce the immediate availability of the eGenix Antispam Bot for Telegram 0.3.0 - A simple, yet effective bot implementation to address Telegram signup spam.
PyCon: Pycon US 2022 Developer Sprints
Link: https://pycon.blogspot.com/2022/04/pycon-us-2022-developer-sprints.html
We are super excited to announce the launch of the PyCon US 2022 Sprints!When: Sprints will take place on May 2nd and May 3rdWhere: At Pycon US at the Salt Palace Convention CenterProject Signups: Get
Link: https://pycon.blogspot.com/2022/04/pycon-us-2022-developer-sprints.html
We are super excited to announce the launch of the PyCon US 2022 Sprints!When: Sprints will take place on May 2nd and May 3rdWhere: At Pycon US at the Salt Palace Convention CenterProject Signups: Get
Blogspot
Pycon US 2022 Developer Sprints
We are super excited to announce the launch of the PyCon US 2022 Sprints! When : Sprints will take place on May 2nd and May 3rd Where : At P...
Mike Driscoll: PyDev of the Week: Julien Palard
Link: https://www.blog.pythonlibrary.org/2022/04/25/pydev-of-the-week-julien-palard/
This week we welcome Julien Palard (@sizeof) as our PyDev of the Week! Julien is a core developer of the Python programming language and a Python trainer. Julien is also the creator of HackInScience,
Link: https://www.blog.pythonlibrary.org/2022/04/25/pydev-of-the-week-julien-palard/
This week we welcome Julien Palard (@sizeof) as our PyDev of the Week! Julien is a core developer of the Python programming language and a Python trainer. Julien is also the creator of HackInScience,
Mouse Vs Python
PyDev of the Week: Julien Palard - Mouse Vs Python
This week we welcome Julien Palard (@sizeof) as our PyDev of the Week! Julien is a core developer of the Python programming language and a Python trainer.
Real Python: Combining Data in Pandas With merge(), .join(), and concat()
Link: https://realpython.com/pandas-merge-join-and-concat/
The Series and DataFrame objects in pandas are powerful tools for exploring and analyzing data. Part of their power comes from a multifaceted approach to combining separate datasets. With pandas, you
Link: https://realpython.com/pandas-merge-join-and-concat/
The Series and DataFrame objects in pandas are powerful tools for exploring and analyzing data. Part of their power comes from a multifaceted approach to combining separate datasets. With pandas, you
Realpython
Combining Data in pandas With merge(), .join(), and concat() – Real Python
In this step-by-step tutorial, you'll learn three techniques for combining data in pandas: merge(), .join(), and concat(). Combining Series and DataFrame objects in pandas is a powerful way to gain new insights into your data.
Sebastian Pölsterl: scikit-survival 0.17.2 released
Link: https://k-d-w.org/blog/2022/04/scikit-survival-0.17.2-released/
I’m pleased to announce the release of
scikit-survival 0.17.2.
This release fixes several small issues with packaging scikit-survival
and the documentation.
For a full list of changes in scikit-surviv
Link: https://k-d-w.org/blog/2022/04/scikit-survival-0.17.2-released/
I’m pleased to announce the release of
scikit-survival 0.17.2.
This release fixes several small issues with packaging scikit-survival
and the documentation.
For a full list of changes in scikit-surviv
Sebastian Pölsterl
scikit-survival 0.17.2 released | Sebastian Pölsterl
I’m pleased to announce the release of
scikit-survival 0.17.2.
This release fixes several small issues with packaging scikit-survival
and the documentation.
For a full list of changes in scikit-survival 0.17.2, please see the
release notes.
Most notably…
scikit-survival 0.17.2.
This release fixes several small issues with packaging scikit-survival
and the documentation.
For a full list of changes in scikit-survival 0.17.2, please see the
release notes.
Most notably…
Podcast.__init__: Automatically Enforce Software Structures With Powerful Code Modifications Powered By LibCST
Link: https://www.pythonpodcast.com/libcst-automated-code-modification-episode-361/
Programmers love to automate tedious processes, including refactoring your code. In order to support the creation of code modifications for your Python projects Jimmy Lai created LibCST. It provides a
Link: https://www.pythonpodcast.com/libcst-automated-code-modification-episode-361/
Programmers love to automate tedious processes, including refactoring your code. In order to support the creation of code modifications for your Python projects Jimmy Lai created LibCST. It provides a
Mike Driscoll: Python 101 - Creating Multiple Threads
Link: https://www.blog.pythonlibrary.org/2022/04/26/python-101-creating-multiple-threads/
Concurrency is a big topic in programming. The concept of concurrency is to run multiple pieces of code at once. Python has a couple of different solutions that are built-in to its standard library. Y
Link: https://www.blog.pythonlibrary.org/2022/04/26/python-101-creating-multiple-threads/
Concurrency is a big topic in programming. The concept of concurrency is to run multiple pieces of code at once. Python has a couple of different solutions that are built-in to its standard library. Y
Mouse Vs Python
Python 101 - Creating Multiple Threads - Mouse Vs Python
Concurrency is a big topic in programming. The concept of concurrency is to run multiple pieces of code at once. Python has a couple of different
CodeGrades: Hello, World (again)
Link: https://blog.codegrades.com/posts/hello-world-again/
The COVID outbreak has disrupted our world in lots of different ways.
For CodeGrades, it meant our face-to-face work with young coders, in London,
had to stop.
We had been meeting since the Autumn of
Link: https://blog.codegrades.com/posts/hello-world-again/
The COVID outbreak has disrupted our world in lots of different ways.
For CodeGrades, it meant our face-to-face work with young coders, in London,
had to stop.
We had been meeting since the Autumn of
Codegrades
The CodeGrades Blog
CodeGrades help you learn to code with the confidence you need to make the stuff you want.
STX Next: 13 Best Django and Django REST Tutorials in 2022
Link: https://www.stxnext.com/blog/best-django-tutorials/
Thinking of learning Django? You’re already familiar with Python, but want to go further and try something new? Or maybe you already know Django and just wish to boost your qualifications even mo
Link: https://www.stxnext.com/blog/best-django-tutorials/
Thinking of learning Django? You’re already familiar with Python, but want to go further and try something new? Or maybe you already know Django and just wish to boost your qualifications even mo
Stxnext
Best Django REST and Django Tutorial in 2022
Are you interested in learning the Django framework? Read our list of 13 most useful resources on Django and Django REST to find the best one for you.
Daniel Roy Greenfeld: Live Discussion with Sebastián Ramírez (Tiangolo)
Link: https://daniel.feldroy.com/posts/2022-04-26-live-discussion-with-tiangolo
On April 26th at 10 AM PDT / 5 PM GMT I'm having (or have already had) a live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
Link: https://daniel.feldroy.com/posts/2022-04-26-live-discussion-with-tiangolo
On April 26th at 10 AM PDT / 5 PM GMT I'm having (or have already had) a live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
Daniel Roy Greenfeld
Live Discussion with Sebastián Ramírez (Tiangolo)
I have a friendly live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
PyCoder’s Weekly: Issue #522 (April 26, 2022)
Link: https://pycoders.com/issues/522
#522 – APRIL 26, 2022 View in Browser » Type Hints in Code Supporting Multiple Python Versions The typing module continues to evolve, with new features in every Python version. This can make it
Link: https://pycoders.com/issues/522
#522 – APRIL 26, 2022 View in Browser » Type Hints in Code Supporting Multiple Python Versions The typing module continues to evolve, with new features in every Python version. This can make it
Pycoders
PyCoder’s Weekly | Issue #522
Issue #522 of the PyCoder’s Weekly newsletter, published April 26, 2022.
Abhijeet Pal: Django 4.1 adds async-compatible interface to QuerySet
Link: http://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.Pull Request - https://github.com/django/django/pull/14843 The Django core te
Link: http://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.Pull Request - https://github.com/django/django/pull/14843 The Django core te
Djangocentral
Django 4.1 adds async-compatible interface to QuerySet
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django. The Django core team h
Real Python: Why Is It Important to Close Files in Python?
Link: https://realpython.com/why-close-file-python/
At some point in your Python coding journey, you learn that you should use a context manager to open files. Python context managers make it easy to close your files once you’re done with them:
with op
Link: https://realpython.com/why-close-file-python/
At some point in your Python coding journey, you learn that you should use a context manager to open files. Python context managers make it easy to close your files once you’re done with them:
with op
Realpython
Why Is It Important to Close Files in Python? – Real Python
Model citizens use context managers to open and close file resources in Python, but have you ever wondered why it's important to close files? In this tutorial, you'll take a deep dive into the reasons why it's important to close files and what can happen…