EuroPython: Microsoft at EuroPython 2023
Link: https://blog.europython.eu/microsoft-at-europython-2023/
We’re thrilled to be a Platinum Sponsor of EuroPython again this year, happening from July 17th-23rd in Prague, Czechia. If you can’t make it in person, you can still attend the conference remotely, a
Link: https://blog.europython.eu/microsoft-at-europython-2023/
We’re thrilled to be a Platinum Sponsor of EuroPython again this year, happening from July 17th-23rd in Prague, Czechia. If you can’t make it in person, you can still attend the conference remotely, a
EuroPython Blog
Microsoft at EuroPython 2023
We’re thrilled to be a Platinum Sponsor of EuroPython again this year, happening from July 17th-23rd in Prague, Czechia. If you can’t make it in person, you can still attend the conference remotely, as EuroPython is a hybrid event this year! Our team member:…
William Minchin: AutoLoader Plugin 1.2.0 for Pelican Released
Link: https://blog.minchin.ca/2023/07/autoloader-120.html
AutoLoader is a plugin for Pelican,
a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican
site, but rather works to make your other p
Link: https://blog.minchin.ca/2023/07/autoloader-120.html
AutoLoader is a plugin for Pelican,
a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican
site, but rather works to make your other p
blog.minchin.ca
AutoLoader Plugin 1.2.0 for Pelican Released
AutoLoader is a plugin for Pelican, a static site generator written in Python. AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican site, but rather works to make your other plugins better. Prevously, the plugin was set to autoload…
Erik Marsja: Find the Highest Value in Dictionary in Python
Link: https://www.marsja.se/find-highest-value-in-dictionary-python/
The post Find the Highest Value in Dictionary in Python appeared first on Erik Marsja.
Finding the highest value in a dictionary is a common task in Python programming. Whether you are working with a
Link: https://www.marsja.se/find-highest-value-in-dictionary-python/
The post Find the Highest Value in Dictionary in Python appeared first on Erik Marsja.
Finding the highest value in a dictionary is a common task in Python programming. Whether you are working with a
Erik Marsja
Find the Highest Value in Dictionary in Python
Find the highest value in a dictionary in Python using various methods. Discover the quickest approach for efficient value retrieval.
PyCharm: PyCharm 2023.2 EAP 5: Black Formatter Integration, Endpoints Tool Window for Django REST Framework
Link: https://blog.jetbrains.com/pycharm/2023/07/2023-2-eap-5/
This EAP build includes the Black formatter integration, a new Endpoints tool window for Django REST framework, the Run Anything tool to quickly run anything or create a new run configuration, support
Link: https://blog.jetbrains.com/pycharm/2023/07/2023-2-eap-5/
This EAP build includes the Black formatter integration, a new Endpoints tool window for Django REST framework, the Run Anything tool to quickly run anything or create a new run configuration, support
The JetBrains Blog
PyCharm 2023.2 EAP 5: Black Formatter Integration, Endpoints Tool Window for Django REST Framework | The PyCharm Blog
This EAP build includes the Black formatter integration, a new Endpoints tool window for Django REST framework, the Run Anything tool, support for installing dependencies from pyproject.toml, inlay parameter name hints, and much more!
Python Engineering at Microsoft: Package Management in the Python extension for Visual Studio Code
Link: https://devblogs.microsoft.com/python/python-package-management-proposal/
Python, with its simple syntax and powerful libraries, has become one of the most popular programming languages and a great language for those new to programming. However, as your projects grow in com
Link: https://devblogs.microsoft.com/python/python-package-management-proposal/
Python, with its simple syntax and powerful libraries, has become one of the most popular programming languages and a great language for those new to programming. However, as your projects grow in com
Microsoft News
Package Management in the Python extension for Visual Studio Code
The Python extension in VS Code is investigating ways to improve our package management support and have completed a comparison of support offered by various package management tools.
ListenData: Python for Data Science: Beginner's Guide
Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html
This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i
Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html
This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i
ListenData
A Beginner's Guide to Python for Data Science
Python for Data Science Tutorial for Beginners. It would help you to get started with Data Science in Python. It includes various examples which would give you hands-on experience in Python
Real Python: The Real Python Podcast – Episode #164: Constructing Python Library APIs & Tackling Jinja Templating
Link: https://realpython.com/podcasts/rpp/164/
What principles should you consider when designing a Python library? How do you construct a library API that's understandable and easy to use? This week on the show, Christopher Trudeau is here, bring
Link: https://realpython.com/podcasts/rpp/164/
What principles should you consider when designing a Python library? How do you construct a library API that's understandable and easy to use? This week on the show, Christopher Trudeau is here, bring
Realpython
Episode #164: Constructing Python Library APIs & Tackling Jinja Templating – The Real Python Podcast
What principles should you consider when designing a Python library? How do you construct a library API that's understandable and easy to use? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
PyBites: Using Python (and FastAPI) to support PFAS research
Link: https://pybit.es/articles/using-python-and-fastapi-to-support-pfas-research/
In this podcast episode, Robert Young, the director of an analytical chemistry lab at New Mexico State University, shares his unique journey from being a lawyer to becoming a chemist and a Python prog
Link: https://pybit.es/articles/using-python-and-fastapi-to-support-pfas-research/
In this podcast episode, Robert Young, the director of an analytical chemistry lab at New Mexico State University, shares his unique journey from being a lawyer to becoming a chemist and a Python prog
PyBites
Using Python (and FastAPI) To Support PFAS Research - PyBites
He also introduces his current project, studying Per- and Polyfluoroalkyl Substances (PFAS), also known as Forever Chemicals, which do not degrade easily and
Mike Driscoll: What is the Python GIL?
Link: https://www.blog.pythonlibrary.org/2023/07/14/what-is-the-python-gil/
A lot of people complain that Python is slow. But is it really? In my own experience, Python has almost always been “fast enough”.
However, there is that niggling issue of the Global Interpreter Lock
Link: https://www.blog.pythonlibrary.org/2023/07/14/what-is-the-python-gil/
A lot of people complain that Python is slow. But is it really? In my own experience, Python has almost always been “fast enough”.
However, there is that niggling issue of the Global Interpreter Lock
Mouse Vs Python
What is the Python GIL? - Mouse Vs Python
A lot of people complain that Python is slow. But is it really? In my own experience, Python has almost always been “fast enough”. However, there is that
PyCharm: Build Django Apps on Google Cloud With PyCharm and Cloud Code
Link: https://blog.jetbrains.com/pycharm/2023/07/build-django-apps-on-google-cloud-with-pycharm-and-cloud-code/
In this tutorial, you’ll learn how to build and run your applications both in a local Kubernetes cluster (Docker Desktop or Minikube) and remotely in Google Kubernetes Engine using Cloud Code and PyCh
Link: https://blog.jetbrains.com/pycharm/2023/07/build-django-apps-on-google-cloud-with-pycharm-and-cloud-code/
In this tutorial, you’ll learn how to build and run your applications both in a local Kubernetes cluster (Docker Desktop or Minikube) and remotely in Google Kubernetes Engine using Cloud Code and PyCh
The JetBrains Blog
Build Django Apps on Google Cloud With PyCharm and Cloud Code | The PyCharm Blog
Learn how to build and run your applications both in a local Kubernetes cluster (Docker Desktop or Minikube) and remotely in Google Kubernetes Engine using Cloud Code and PyCharm.
William Minchin: Microblogging 1.1.0 for Pelican Released
Link: https://blog.minchin.ca/2023/07/microblogging-110.html
Microblogging is a plugin for Pelican,
a static site generator written in Python.
Microblogging is a plugin to allow you to have “micro” (or “µ” or
small) posts, similarly (at least outwardly) to Twit
Link: https://blog.minchin.ca/2023/07/microblogging-110.html
Microblogging is a plugin for Pelican,
a static site generator written in Python.
Microblogging is a plugin to allow you to have “micro” (or “µ” or
small) posts, similarly (at least outwardly) to Twit
blog.minchin.ca
Microblogging 1.1.0 for Pelican Released
Microblogging is a plugin for Pelican, a static site generator written in Python. Microblogging is a plugin to allow you to have “micro” (or “µ” or small) posts, similarly (at least outwardly) to Twitter, Mastodon, or Threads.
Python for Beginners: PySpark Sort Method With Examples
Link: https://www.pythonforbeginners.com/pyspark/pyspark-sort-method-with-examples
While working with pyspark dataframes, we often need to sort them according to one or multiple columns. In this article, we will discuss different ways to sort a pyspark dataframe using the sort() met
Link: https://www.pythonforbeginners.com/pyspark/pyspark-sort-method-with-examples
While working with pyspark dataframes, we often need to sort them according to one or multiple columns. In this article, we will discuss different ways to sort a pyspark dataframe using the sort() met
PythonForBeginners.com
PySpark Sort Method With Examples - PythonForBeginners.com
PySpark Sort Method With Examples will help you improve your python skills with easy to follow examples and tutorials.
Kay Hayen: Nuitka Release 1.7
Link: https://nuitka.net/posts/nuitka-release-17.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
There release is focused on adding plenty of new features in Nuitka,
with
Link: https://nuitka.net/posts/nuitka-release-17.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
There release is focused on adding plenty of new features in Nuitka,
with
death and gravity: reader 3.7 released – contributor docs, 300 stars
Link: https://death.andgravity.com/reader-3-7
Hi there!
I'm happy to announce version 3.7 of reader, a Python feed reader library.
More importantly, reader has reached 300 stars on GitHub!
What's new? #
Here are the highlights since reader 3.4.
Link: https://death.andgravity.com/reader-3-7
Hi there!
I'm happy to announce version 3.7 of reader, a Python feed reader library.
More importantly, reader has reached 300 stars on GitHub!
What's new? #
Here are the highlights since reader 3.4.
William Minchin: u202307141227
Link: https://blog.minchin.ca/2023/07/u202307141227.html
I'm microblogging
with Pelican! #Python #Microblogging
Link: https://blog.minchin.ca/2023/07/u202307141227.html
I'm microblogging
with Pelican! #Python #Microblogging
Minchin.ca
u202307141227
I'm microblogging with Pelican! #Python #Microblogging
William Minchin: u202307141230
Link: https://blog.minchin.ca/2023/07/u202307141230.html
Seafoam v2.9.0 released with support for
microblogging!
pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
Link: https://blog.minchin.ca/2023/07/u202307141230.html
Seafoam v2.9.0 released with support for
microblogging!
pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
Minchin.ca
u202307141230
Seafoam v2.9.0 released with support for microblogging! pypi.org/project/seafoam/2.9.0 #Seafoam #Releases #Python
William Minchin: u202307152242
Link: https://blog.minchin.ca/2023/07/u202307152242.html
Seafoam v2.9.1 released with even better support for
microblogging!
pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
Link: https://blog.minchin.ca/2023/07/u202307152242.html
Seafoam v2.9.1 released with even better support for
microblogging!
pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
Minchin.ca
u202307152242
Seafoam v2.9.1 released with even better support for microblogging! pypi.org/project/seafoam/2.9.1 #Seafoam #Releases #Python
Python for Beginners: PySpark Select Distinct Rows From DataFrame
Link: https://www.pythonforbeginners.com/pyspark/pyspark-select-distinct-rows-from-dataframe
When using a pyspark dataframe, we sometimes need to select unique rows or unique values from a particular column. In this article, we will discuss how to select distinct rows or values in a column of
Link: https://www.pythonforbeginners.com/pyspark/pyspark-select-distinct-rows-from-dataframe
When using a pyspark dataframe, we sometimes need to select unique rows or unique values from a particular column. In this article, we will discuss how to select distinct rows or values in a column of
PythonForBeginners.com
PySpark Select Distinct Rows From DataFrame - PythonForBeginners.com
PySpark Select Distinct Rows From DataFrame will help you improve your python skills with easy to follow examples and tutorials.
Matt Layman: Announcing luatest: A Lua test runner inspired by pytest
Link: https://www.mattlayman.com/blog/2023/announcing-luatest/
I’m pleased to announce a new test runner for the Lua programming language: luatest. luatest draws deep inspiration from pytest in the Python ecosystem.
Why should you care?
You’re tired of BDD-style
Link: https://www.mattlayman.com/blog/2023/announcing-luatest/
I’m pleased to announce a new test runner for the Lua programming language: luatest. luatest draws deep inspiration from pytest in the Python ecosystem.
Why should you care?
You’re tired of BDD-style
Matt Layman
Announcing luatest: A Lua test runner inspired by pytest
luatest is a brand new test runner that is heavily inspired by pytest. It's got the speed you love about Lua with the DX you love from pytest.
Mike Driscoll: PyDev of the Week: Sophia Yang
Link: https://www.blog.pythonlibrary.org/2023/07/17/pydev-of-the-week-sophia-yang/
This week we welcome Sophia Yang (@sophiamyang) as our PyDev of the Week! Sophia is a data scientist who works at Anaconda. You can connect with Sophia on LinkedIn. If podcasts are your thing, you can
Link: https://www.blog.pythonlibrary.org/2023/07/17/pydev-of-the-week-sophia-yang/
This week we welcome Sophia Yang (@sophiamyang) as our PyDev of the Week! Sophia is a data scientist who works at Anaconda. You can connect with Sophia on LinkedIn. If podcasts are your thing, you can
Mouse Vs Python
PyDev of the Week: Sophia Yang - Mouse Vs Python
This week we welcome Sophia Yang (@sophiamyang) as our PyDev of the Week! Sophia is a data scientist who works at Anaconda. You can connect with Sophia on
Real Python: Python News: What's New From June 2023
Link: https://realpython.com/python-news-june-2023/
June 2023 welcomed a lot of new people and positions to the Python Software Foundation (PSF). Elections wrapped up for directors, and a new security developer in residence got to work. The organizatio
Link: https://realpython.com/python-news-june-2023/
June 2023 welcomed a lot of new people and positions to the Python Software Foundation (PSF). Elections wrapped up for directors, and a new security developer in residence got to work. The organizatio
Realpython
Python News: What's New From June 2023 – Real Python
In June 2023, the PSF held a board of directors election and welcomed a new security developer in residence. They also announced a CPython deputy developer in residence role. Pydantic released a new version, while Python 3.7 reached its end of life.