PyCharm: PyCharm 2022.1.1 Is Now Available
Link: https://blog.jetbrains.com/pycharm/2022/05/2022-1-1/
The first minor update to PyCharm 2022.1 is here.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are an Ubuntu user. You can also download it from our
Link: https://blog.jetbrains.com/pycharm/2022/05/2022-1-1/
The first minor update to PyCharm 2022.1 is here.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are an Ubuntu user. You can also download it from our
The JetBrains Blog
PyCharm 2022.1.1 Is Now Available | The PyCharm Blog
The first minor update to PyCharm 2022.1 is here. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are an Ubuntu user. You can also download it from ou
Python⇒Speed: Faster, more memory-efficient Python JSON parsing with msgspec
Link: https://pythonspeed.com/articles/faster-python-json-parsing/
If you need to process a large JSON file in Python, you want:
Make sure you don’t use too much memory, so you don’t crash half-way through.
Parse it as quickly as possible.
Ideally, make sure the dat
Link: https://pythonspeed.com/articles/faster-python-json-parsing/
If you need to process a large JSON file in Python, you want:
Make sure you don’t use too much memory, so you don’t crash half-way through.
Parse it as quickly as possible.
Ideally, make sure the dat
Python⇒Speed
Faster, more memory-efficient Python JSON parsing with msgspec
msgspec is a schema-based JSON encoder/decoder, which allows you to process large files with lower memory and CPU usage.
Python Bytes: #283 The sports episode
Link: https://pythonbytes.fm/episodes/show/283/the-sports-episode
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=lPwsTXCV4a4' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/283/the-sports-episode
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=lPwsTXCV4a4' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
The sports episode
News and announcements from the Python community for the week of May 12th, 2022
Talk Python to Me: #365: Solving Negative Engineering Problems with Prefect
Link: https://talkpython.fm/episodes/show/365/solving-negative-engineering-problems-with-prefect
How much time do you spend solving negative engineering problems? And can a framework solve them for you? Think of negative engineering as things you do to avoid bad outcomes in software. At the lowes
Link: https://talkpython.fm/episodes/show/365/solving-negative-engineering-problems-with-prefect
How much time do you spend solving negative engineering problems? And can a framework solve them for you? Think of negative engineering as things you do to avoid bad outcomes in software. At the lowes
talkpython.fm
Solving Negative Engineering Problems with Prefect
How much time do you spend solving negative engineering problems? And can a framework solve them for you? Think of negative engineering as things you do to avoid bad outcomes in software. At the lowest level, this can be writing good error handling with try…
Glyph Lefkowitz: Leave The Frog For Last
Link: https://glyph.twistedmatrix.com/2022/05/leave-the-frog-for-last.html
This was originally a thread on Twitter; you can read the original
here, but this one has
been lightly edited for grammar and clarity, plus I added a pretty rad picture
of a frog to it.
I’m in the mid
Link: https://glyph.twistedmatrix.com/2022/05/leave-the-frog-for-last.html
This was originally a thread on Twitter; you can read the original
here, but this one has
been lightly edited for grammar and clarity, plus I added a pretty rad picture
of a frog to it.
I’m in the mid
Twistedmatrix
Leave The Frog For Last
Neurotypical advice for ADHD is not always great.
John Ludhi/nbshare.io: PySpark Distinct Examples
Link: https://www.nbshare.io/notebook/649631499/PySpark-Distinct-Examples/
PySpark Distinct Examples
In this notebook, we will go through PySpark Distinct. For this exercise, I will be using following data from Kaggle...
https://www.kaggle.com/code/kirichenko
Link: https://www.nbshare.io/notebook/649631499/PySpark-Distinct-Examples/
PySpark Distinct Examples
In this notebook, we will go through PySpark Distinct. For this exercise, I will be using following data from Kaggle...
https://www.kaggle.com/code/kirichenko
PyBites: Learn FastAPI through building a simple food tracker
Link: https://pybit.es/articles/fastapi-learning-path/
If you’re doing any type of web development in Python, good chance you’ve heard about FastAPI by now.
If not, go check it out now, it’s performant, intuitive and time saving (thanks to Pydantic / type
Link: https://pybit.es/articles/fastapi-learning-path/
If you’re doing any type of web development in Python, good chance you’ve heard about FastAPI by now.
If not, go check it out now, it’s performant, intuitive and time saving (thanks to Pydantic / type
Pybites
Learn FastAPI Through Building A Simple Food Tracker - Pybites
If you're doing any type of web development in Python, there's a good chance you've heard about FastAPI by now.
James Bennett: Boring Python: dependency management
Link: https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications in as boring a way as possible. So before I go any further, I want to be ab
Link: https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications in as boring a way as possible. So before I go any further, I want to be ab
James Bennett
Boring Python: dependency management
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications …
Real Python: The Real Python Podcast – Episode #109: Start Testing Your Python with doctest & Pagination in Django
Link: https://realpython.com/podcasts/rpp/109/
Did you know you can add testing to your Python code while simultaneously documenting it? Using docstrings, you can create examples of how your functions should interact in a Python REPL and test them
Link: https://realpython.com/podcasts/rpp/109/
Did you know you can add testing to your Python code while simultaneously documenting it? Using docstrings, you can create examples of how your functions should interact in a Python REPL and test them
Realpython
Episode #109: Start Testing Your Python with doctest & Pagination in Django – The Real Python Podcast
Did you know you can add testing to your Python code while simultaneously documenting it? Using docstrings, you can create examples of how your functions should interact in a Python REPL and test them with the built-in doctest module. This week on the show…
Test and Code: 187: Teaching Web Development, including Front End Testing
Link: https://testandcode.com/187
When you are teaching someone web development skills, when is the right time to start teaching code quality and testing practices?
Karl Stolley believes it's never too early. Let's hear how he incorpo
Link: https://testandcode.com/187
When you are teaching someone web development skills, when is the right time to start teaching code quality and testing practices?
Karl Stolley believes it's never too early. Let's hear how he incorpo
Test & Code
Test & Code 187: Teaching Web Development, including Front End Testing
When you are teaching someone web development skills, when is the right time to start teaching code quality and testing practices?
Karl Stolley believes it's never too early.
Karl Stolley believes it's never too early.
Python for Beginners: Convert List of Lists to CSV File in Python
Link: https://www.pythonforbeginners.com/lists/convert-list-of-lists-to-csv-file-in-python
Lists are one of the most frequently used data structures in python. In this article, we will discuss how we can convert a list of lists to a CSV file in python.
Table of ContentsList of Lists to CSV
Link: https://www.pythonforbeginners.com/lists/convert-list-of-lists-to-csv-file-in-python
Lists are one of the most frequently used data structures in python. In this article, we will discuss how we can convert a list of lists to a CSV file in python.
Table of ContentsList of Lists to CSV
PythonForBeginners.com
Convert List of Lists to CSV File in Python - PythonForBeginners.com
Convert List of Lists to CSV File in Python will help you improve your python skills with easy to follow examples and tutorials.
Andre Roberge: Python 🐍 fun with emojis
Link: https://aroberge.blogspot.com/2022/05/python-fun-with-emojis.html
At EuroSciPy in 2018, Marc Garcia gave a lightning talk which started by pointing out that scientific Python programmers like to alias everything, such asimport numpy as npimport pandas as pdand sugge
Link: https://aroberge.blogspot.com/2022/05/python-fun-with-emojis.html
At EuroSciPy in 2018, Marc Garcia gave a lightning talk which started by pointing out that scientific Python programmers like to alias everything, such asimport numpy as npimport pandas as pdand sugge
Blogspot
Python 🐍 fun with emojis
At EuroSciPy in 2018, Marc Garcia gave a lightning talk which started by pointing out that scientific Python programmers like to alias ever...
Kay Hayen: Compile Python on Windows
Link: https://nuitka.net/posts/python-compile-windows.html
Looking to create an executable from Python script? Let me show you the
full steps to achieve it on Windows.
Steps to create a Windows executable from a Python script using Nuitka
Step 1: Add Python t
Link: https://nuitka.net/posts/python-compile-windows.html
Looking to create an executable from Python script? Let me show you the
full steps to achieve it on Windows.
Steps to create a Windows executable from a Python script using Nuitka
Step 1: Add Python t
Mirek Długosz: Announcing Kustosz
Link: https://mirekdlugosz.com/blog/2022/announcing-kustosz/
I’m happy to announce Kustosz, a new feed reader that aims to help you focus on worthwhile content.
These days, many open source RSS readers still try to fill the void left out by Google Reader - thei
Link: https://mirekdlugosz.com/blog/2022/announcing-kustosz/
I’m happy to announce Kustosz, a new feed reader that aims to help you focus on worthwhile content.
These days, many open source RSS readers still try to fill the void left out by Google Reader - thei
Mirek Długosz personal website
Announcing Kustosz
I’m happy to announce Kustosz, a new feed reader that aims to help you focus on worthwhile content.
Juri Pakaste: Creating icons in Xcode playgrounds
Link: https://juripakaste.fi/xcode-playground-drawing/
I'm no good at drawing. I have Affinity Designer and I like it well enough, but it requires more expertise than I have, really. Usually when I want to draw things, I prefer to retreat back to code.
Xc
Link: https://juripakaste.fi/xcode-playground-drawing/
I'm no good at drawing. I have Affinity Designer and I like it well enough, but it requires more expertise than I have, really. Usually when I want to draw things, I prefer to retreat back to code.
Xc
juripakaste.fi
Creating icons in Xcode playgrounds
Personal blog of Juri Pakaste
Ned Batchelder: Cairo in Jupyter, better
Link: https://nedbatchelder.com/blog/202205/cairo_in_jupyter_better.html
I finally came up with a way I like to create
PyCairo
drawings in a Jupyter notebook.A few years ago I wrote here about
how to draw Cairo
SVG in a Jupyter notebook. That worked, but wasn’t as conveni
Link: https://nedbatchelder.com/blog/202205/cairo_in_jupyter_better.html
I finally came up with a way I like to create
PyCairo
drawings in a Jupyter notebook.A few years ago I wrote here about
how to draw Cairo
SVG in a Jupyter notebook. That worked, but wasn’t as conveni
"Morphex's Blogologue": JSON viewer for JSON database
Link: http://blogologue.com/blog_entry?id=1652643211X01
I was looking to get a little done on the ethereum-classic-taxman accounting tool today, and thought a bit outside-the-box, what could I need in there that isn't a direct priority.The tool uses JSON d
Link: http://blogologue.com/blog_entry?id=1652643211X01
I was looking to get a little done on the ethereum-classic-taxman accounting tool today, and thought a bit outside-the-box, what could I need in there that isn't a direct priority.The tool uses JSON d
John Ludhi/nbshare.io: Save Pandas DataFrame as CSV file
Link: https://www.nbshare.io/notebook/283101430/Save-Pandas-DataFrame-as-CSV-file/
How To Save Pandas DataFrame As CSV File
To save Panda's DataFrame in to CSV or Excel file, use following commands...
df.to_csv('data.csv', index=False)
df.to_excel('data.xls'
Link: https://www.nbshare.io/notebook/283101430/Save-Pandas-DataFrame-as-CSV-file/
How To Save Pandas DataFrame As CSV File
To save Panda's DataFrame in to CSV or Excel file, use following commands...
df.to_csv('data.csv', index=False)
df.to_excel('data.xls'
Zato Blog: Integrating with Jira APIs
Link: https://zato.io/blog/posts/jira-python-api.html
Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the perspective of invoking its APIs to build integrations between Jir
Link: https://zato.io/blog/posts/jira-python-api.html
Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the perspective of invoking its APIs to build integrations between Jir
zato.io
Zato Blog
Podcast.__init__: Take Control Of Your Digital Photos By Running Your Own Smart Library Manager With LibrePhotos
Link: https://www.pythonpodcast.com/librephotos-digital-photo-management-episode-364/
Digital cameras and the widespread availability of smartphones has allowed us all to generate massive libraries of personal photographs. Unfortunately, now we are all left to our own devices of how to
Link: https://www.pythonpodcast.com/librephotos-digital-photo-management-episode-364/
Digital cameras and the widespread availability of smartphones has allowed us all to generate massive libraries of personal photographs. Unfortunately, now we are all left to our own devices of how to
The Python Podcast.__init__
The Python Podcast.__init__: Take Control Of Your Digital Photos By Running Your Own Smart Library Manager With LibrePhotos
An interview with Niaz Faridani-Rad about the open source LibrePhotos project and how you can use it to manage your personal photo library without having to sacrifice useful features like facial recognition and automatic album creation