PyPy: PyPy v7.3.7: bugfix release of python 3.7 and 3.8
Link: https://www.pypy.org/posts/2021/10/pypy-v737-release.html
PyPy v7.3.7: bug-fix release of 3.7, 3.8
We are releasing a PyPy 7.3.7 to fix the recent 7.3.6 release's binary
incompatibility with the previous 7.3.x releases. We mistakenly added fields
to PyFrameO
Link: https://www.pypy.org/posts/2021/10/pypy-v737-release.html
PyPy v7.3.7: bug-fix release of 3.7, 3.8
We are releasing a PyPy 7.3.7 to fix the recent 7.3.6 release's binary
incompatibility with the previous 7.3.x releases. We mistakenly added fields
to PyFrameO
PyPy
PyPy v7.3.7: bugfix release of python 3.7 and 3.8
PyPy v7.3.7: bug-fix release of 3.7, 3.8
We are releasing a PyPy 7.3.7 to fix the recent 7.3.6 release's binary
incompatibility with the previous 7.3.x releases. We mistakenly added fields
to PyFrameO
We are releasing a PyPy 7.3.7 to fix the recent 7.3.6 release's binary
incompatibility with the previous 7.3.x releases. We mistakenly added fields
to PyFrameO
Podcast.__init__: Speed Up Your Python Data Applications By Parallelizing Them With Bodo
Link: https://www.pythonpodcast.com/bodo-parallel-python-hpc-episode-337/
Summary
The speed of Python is a subject of constant debate, but there is no denying that for compute heavy work it is not the optimal tool. Rather than rewriting your data oriented applications, or h
Link: https://www.pythonpodcast.com/bodo-parallel-python-hpc-episode-337/
Summary
The speed of Python is a subject of constant debate, but there is no denying that for compute heavy work it is not the optimal tool. Rather than rewriting your data oriented applications, or h
The Python Podcast.__init__
The Python Podcast.__init__: Speed Up Your Python Data Applications By Parallelizing Them With Bodo
An interview with Bodo's CTO Ehsan Totoni about how they have built a compiler and execution platform that will automatically parallelize your data heavy Python applications
William Minchin: AutoLoader Plugin 1.0.2 for Pelican Released
Link: https://blog.minchin.ca/2021/10/autoloader-102.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/2021/10/autoloader-102.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.0.2 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. By way of background, Pelican 4.5 added…
Python Software Foundation: Vicky Twomey-Lee Awarded the PSF Community Service Award for Q3 2021
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ZDUoSt7NaWc/vicky-twomey-lee-awarded-psf-community.html
Vicky Twomey-Lee, software engineer, PyLadies Dublin founder, EuroPython Society emeritus board member, Coding Grace co-founder, Women Who Code Dublin director, and WITS member, have been awarded the
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ZDUoSt7NaWc/vicky-twomey-lee-awarded-psf-community.html
Vicky Twomey-Lee, software engineer, PyLadies Dublin founder, EuroPython Society emeritus board member, Coding Grace co-founder, Women Who Code Dublin director, and WITS member, have been awarded the
Blogspot
Vicky Twomey-Lee Awarded the PSF Community Service Award for Q3 2021
Vicky Twomey-Lee , software engineer, PyLadies Dublin founder, EuroPython Society emeritus board member, Coding Grace co-founder, Women Wh...
IslandT: Create the UI of Calculator with Tkinter
Link: https://onmouseentered.com/2021/10/26/create-the-ui-of-calculator-with-tkinter/
Simple Calculator is a python project which I have uploaded to Github under the repository name mustcoded/simplecalculator.
In the above repository, you can find the UI framework of this calculator un
Link: https://onmouseentered.com/2021/10/26/create-the-ui-of-calculator-with-tkinter/
Simple Calculator is a python project which I have uploaded to Github under the repository name mustcoded/simplecalculator.
In the above repository, you can find the UI framework of this calculator un
Codementor: How to Receive and Respond to Incoming SMS Messages in Python with Flask and Plivo
Link: https://www.codementor.io/nixon685/how-to-receive-and-respond-to-incoming-sms-messages-in-python-with-flask-and-plivo-1n2ajzkymt
Sending an outbound message (https://www.plivo.com/blog/send-sms-in-python/?utmsource=codementor&utmmedium=external-blog&utmcampaign=receive-sms-in-flask&utmcontent=SMS) using the Plivo SMS...
Link: https://www.codementor.io/nixon685/how-to-receive-and-respond-to-incoming-sms-messages-in-python-with-flask-and-plivo-1n2ajzkymt
Sending an outbound message (https://www.plivo.com/blog/send-sms-in-python/?utmsource=codementor&utmmedium=external-blog&utmcampaign=receive-sms-in-flask&utmcontent=SMS) using the Plivo SMS...
www.codementor.io
How to Receive and Respond to Incoming SMS Messages in Python with Flask and Plivo | Codementor
Sending an outbound message (https://www.plivo.com/blog/send-sms-in-python/?utm_source=codementor&utm_medium=external-blog&utm_campaign=receive-sms-in-flask&utm_content=SMS) using the Plivo SMS...
Python Engineering at Microsoft: Anaconda licensing for Microsoft products and services
Link: https://devblogs.microsoft.com/python/anaconda-licensing/
Our friends at Anaconda have posted a joint announcement last week regarding the use of their repository from Microsoft cloud-hosted products. See the full announcement on their website.
Today, Anacon
Link: https://devblogs.microsoft.com/python/anaconda-licensing/
Our friends at Anaconda have posted a joint announcement last week regarding the use of their repository from Microsoft cloud-hosted products. See the full announcement on their website.
Today, Anacon
Microsoft News
Anaconda licensing for Microsoft products and services
Our friends at Anaconda have posted a joint announcement last week regarding the use of Anaconda from our cloud-hosted services.
Real Python: Writing Idiomatic Python
Link: https://realpython.com/courses/writing-idiomatic-python/
What programming idioms are unique to Python? This course is both a short overview for people coming from other languages as well as an introduction for programming beginners to the idiomatic practice
Link: https://realpython.com/courses/writing-idiomatic-python/
What programming idioms are unique to Python? This course is both a short overview for people coming from other languages as well as an introduction for programming beginners to the idiomatic practice
Realpython
Writing Idiomatic Python – Real Python
What are the programming idioms unique to Python? This course is a short overview for people coming from other languages and an introduction for beginners to the idiomatic practices within Python. You'll cover truth values, looping, DRY principles, and the…
Python for Beginners: Python Decorators
Link: https://www.pythonforbeginners.com/basics/python-decorators
Python provides us with many constructs for performing different tasks. While programming, sometimes we may need to modify the working of a function. But we may not be allowed to change the source co
Link: https://www.pythonforbeginners.com/basics/python-decorators
Python provides us with many constructs for performing different tasks. While programming, sometimes we may need to modify the working of a function. But we may not be allowed to change the source co
PythonForBeginners.com
Python Decorators - PythonForBeginners.com
Python Decorators will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Paolo Amoroso: How to Add Code Syntax Highlighting to Blogger
Link: http://blog.paoloamoroso.com/2021/10/how-to-add-code-syntax-highlighting-to.html
On my blog I always wanted to format source code in Python and a couple more languages, but couldn’t find a convenient way. Until I read a tutorial on adding syntax highlighting to Blogger blogs like
Link: http://blog.paoloamoroso.com/2021/10/how-to-add-code-syntax-highlighting-to.html
On my blog I always wanted to format source code in Python and a couple more languages, but couldn’t find a convenient way. Until I read a tutorial on adding syntax highlighting to Blogger blogs like
Paoloamoroso
How to Add Code Syntax Highlighting to Blogger
The highlight.js library lets you set up syntax highlighting on Blogger by adding 3 lines to the header and wrapping code blocks within HTML tags.
PyCon: PyCon US 2022 Call for Proposals is open!
Link: https://pycon.blogspot.com/2021/10/pycon-us-2022-call-for-proposals-is-open.html
It's that time! PyCon US 2022’s Call for Proposals has officially opened for Talks, Tutorials, Posters, and Charlas. We are excited to gather in person again in Salt Lake City, UT, where all of our sp
Link: https://pycon.blogspot.com/2021/10/pycon-us-2022-call-for-proposals-is-open.html
It's that time! PyCon US 2022’s Call for Proposals has officially opened for Talks, Tutorials, Posters, and Charlas. We are excited to gather in person again in Salt Lake City, UT, where all of our sp
Blogspot
PyCon US 2022 Call for Proposals is open!
It's that time! PyCon US 2022’s Call for Proposals has officially opened for Talks, Tutorials, Posters, and Charlas. We are excited to gathe...
PyCoder’s Weekly: Issue #496 (Oct. 26, 2021)
Link: https://pycoders.com/issues/496
#496 – OCTOBER 26, 2021 View in Browser » Writing Idiomatic Python What are the programming idioms unique to Python? This course is a short overview for people coming from other languages and an
Link: https://pycoders.com/issues/496
#496 – OCTOBER 26, 2021 View in Browser » Writing Idiomatic Python What are the programming idioms unique to Python? This course is a short overview for people coming from other languages and an
Pycoders
PyCoder’s Weekly | Issue #496
Issue #496 of the PyCoder’s Weekly newsletter, published Oct. 26, 2021.
Real Python: Django Templates: Implementing Custom Tags and Filters
Link: https://realpython.com/django-template-custom-tags-filters/
Django templates help you manage your web application’s HTML. Templates use a mini-language with variables, tags, and filters. You can conditionally include blocks, create loops, and modify variables
Link: https://realpython.com/django-template-custom-tags-filters/
Django templates help you manage your web application’s HTML. Templates use a mini-language with variables, tags, and filters. You can conditionally include blocks, create loops, and modify variables
Realpython
Django Templates: Implementing Custom Tags and Filters – Real Python
Django templates have many built-in tags and filters to render content, but they may not meet all your needs. This tutorial covers how to write Django custom template tags and filters, including simple tags, inclusion tags, block tags, and different types…
Python for Beginners: Frozenset in Python
Link: https://www.pythonforbeginners.com/basics/frozenset-in-python
While programming in python, you might have used sets, lists and dictionaries in your programs. In this article, we will study about another container object called frozenset in Python. We will discus
Link: https://www.pythonforbeginners.com/basics/frozenset-in-python
While programming in python, you might have used sets, lists and dictionaries in your programs. In this article, we will study about another container object called frozenset in Python. We will discus
PythonForBeginners.com
Frozenset in Python - PythonForBeginners.com
Frozenset in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Shannon -jj Behrens: Python: PyWeek 32: Lil Miss Vampire
Link: http://www.jjinux.com/2021/10/python-pyweek-32-lil-miss-vampire.html
TL;DR A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and I built this entry for PyWeek 32 based on the theme "Neverending". The key
Link: http://www.jjinux.com/2021/10/python-pyweek-32-lil-miss-vampire.html
TL;DR A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and I built this entry for PyWeek 32 based on the theme "Neverending". The key
Jjinux
Python: PyWeek 32: Lil Miss Vampire
TL;DR A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and I built ...
IslandT: Python Calculator application update
Link: https://onmouseentered.com/2021/10/28/python-calculator-application-update/
After an hour of hard work today, I have managed to get a few calculator buttons to function, but I believe there might have been bugs hiding in places where I could not yet discover. Below are those
Link: https://onmouseentered.com/2021/10/28/python-calculator-application-update/
After an hour of hard work today, I have managed to get a few calculator buttons to function, but I believe there might have been bugs hiding in places where I could not yet discover. Below are those
PyCharm: Early Access PyCharm Podcast: Python and Docker
Link: http://feedproxy.google.com/~r/Pycharm/~3/D1Q1INNi178/
Docker has become an integral part of the developer ecosystem in the past few years. Most clouds now support the ability to how a dockerized application with ease. However, this was not always the ca
Link: http://feedproxy.google.com/~r/Pycharm/~3/D1Q1INNi178/
Docker has become an integral part of the developer ecosystem in the past few years. Most clouds now support the ability to how a dockerized application with ease. However, this was not always the ca
JetBrains Blog
Early Access PyCharm Podcast: Python and Docker | The PyCharm Blog
Docker has become an integral part of the developer ecosystem in the past few years. Most clouds now support the ability to how a dockerized application with ease. However, this was not always the cas
Kushal Das: Continuing the journey at SUNET
Link: https://kushaldas.in/posts/continuing-the-journey-at-sunet.html
From this week I started working for SUNET as a public
interest technologist. We are under Vetenskapsrådet, this also
means from now on I am a central government employee in Sweden.
I will be helpin
Link: https://kushaldas.in/posts/continuing-the-journey-at-sunet.html
From this week I started working for SUNET as a public
interest technologist. We are under Vetenskapsrådet, this also
means from now on I am a central government employee in Sweden.
I will be helpin
Gaël Varoquaux: Hiring an engineer and post-doc to simplify data science on dirty data
Link: http://gael-varoquaux.info/programming/hiring-an-engineer-and-post-doc-to-simplify-data-science-on-dirty-data.html
Note
Join us to work on reinventing data-science practices and tools to
produce robust analysis with less data curation.
It is well known that data cleaning and preparation are a heavy burden to
the
Link: http://gael-varoquaux.info/programming/hiring-an-engineer-and-post-doc-to-simplify-data-science-on-dirty-data.html
Note
Join us to work on reinventing data-science practices and tools to
produce robust analysis with less data curation.
It is well known that data cleaning and preparation are a heavy burden to
the
gael-varoquaux.info
Hiring an engineer and post-doc to simplify data science on dirty data -- Gaël Varoquaux: computer / data / health science
Gaël Varoquaux, computer / data / health science
Real Python: The Real Python Podcast – Episode #84: Creating and Manipulating PDFs in Python With borb
Link: https://realpython.com/podcasts/rpp/84/
Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Would you be interested in a tool that lets you specify
Link: https://realpython.com/podcasts/rpp/84/
Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Would you be interested in a tool that lets you specify
Realpython
Episode #84: Creating and Manipulating PDFs in Python With borb – The Real Python Podcast
Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Would you be interested in a tool that lets you specify the page layout while it handles the specific details…
death and gravity: reader 2.5 released
Link: https://death.andgravity.com/reader-2-5
Hi there!
I'm happy to announce version 2.5 of reader, a Python feed reader library.
What's new? #
Here are the most important changes since reader 2.0.
Enable search by default #
Full-text search is
Link: https://death.andgravity.com/reader-2-5
Hi there!
I'm happy to announce version 2.5 of reader, a Python feed reader library.
What's new? #
Here are the most important changes since reader 2.0.
Enable search by default #
Full-text search is