Python Insider: Python 3.5 is no longer supported
Link: http://feedproxy.google.com/~r/PythonInsider/~3/9YDLIBncL3E/python-35-is-no-longer-supported.html
Python 3.5 is no longer supported. There will be no more bug fixes or security patches for the 3.5 series, and Python 3.5.10 is the last release. The Python core development community recommends tha
Link: http://feedproxy.google.com/~r/PythonInsider/~3/9YDLIBncL3E/python-35-is-no-longer-supported.html
Python 3.5 is no longer supported. There will be no more bug fixes or security patches for the 3.5 series, and Python 3.5.10 is the last release. The Python core development community recommends tha
Blogspot
Python Insider: Python 3.5 is no longer supported
Django Weblog: Django Technical Board Election Results 2020
Link: https://www.djangoproject.com/weblog/2020/oct/01/django-technical-board-election-results-2020/
Greetings!
The winners of the first Django Technical Board Election after the adoption of DEP-10 are:
Andrew Godwin
Adam Johnson
Markus Holtermann
Tom Forbes
James Bennett
The break down of voting w
Link: https://www.djangoproject.com/weblog/2020/oct/01/django-technical-board-election-results-2020/
Greetings!
The winners of the first Django Technical Board Election after the adoption of DEP-10 are:
Andrew Godwin
Adam Johnson
Markus Holtermann
Tom Forbes
James Bennett
The break down of voting w
Python Bytes: #201 Understand git by rebuilding it in Python
Link: https://pythonbytes.fm/episodes/show/201/understand-git-by-rebuilding-it-in-python
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://pragprog.com/ti
Link: https://pythonbytes.fm/episodes/show/201/understand-git-by-rebuilding-it-in-python
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://pragprog.com/ti
pythonbytes.fm
Understand git by rebuilding it in Python
News and announcements from the Python community for the week of Oct 2nd, 2020
Weekly Python StackOverflow Report: (ccxliv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/10/ccxliv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-03 15:40:56 GMTChecking dict keys to ensure a required key alwa
Link: http://python-weekly.blogspot.com/2020/10/ccxliv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-03 15:40:56 GMTChecking dict keys to ensure a required key alwa
Blogspot
(ccxliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
"Morphex's Blogologue": Adding some reporting functionality
Link: http://blogologue.com/blog_entry?id=1601753430X39
I just added some code to the surveil app, the beginnings of what will be a reporting feature.https://github.com/morphex/surveil(report.sh, report.py)I found that the surveil app uses quite a bit of b
Link: http://blogologue.com/blog_entry?id=1601753430X39
I just added some code to the surveil app, the beginnings of what will be a reporting feature.https://github.com/morphex/surveil(report.sh, report.py)I found that the surveil app uses quite a bit of b
Brett Cannon: Unravelling rich comparison operators
Link: https://snarky.ca/unravelling-rich-comparison-operators/
For the next part of my blog series on pulling apart Python's syntactic sugar, I'm going to be tackling rich comparison operators: ==, !=, >, <, >=, <=.For this post I am going to be picking apart the
Link: https://snarky.ca/unravelling-rich-comparison-operators/
For the next part of my blog series on pulling apart Python's syntactic sugar, I'm going to be tackling rich comparison operators: ==, !=, >, <, >=, <=.For this post I am going to be picking apart the
Tall, Snarky Canadian
Unravelling rich comparison operators
For the next part of my blog series on pulling apart Python's syntactic sugar
[https://snarky.ca/tag/syntactic-sugar/], I'm going to be tackling rich comparison
operators: ==, !=, >, <, >=, <=.
For this post I am going to be picking apart the example of…
[https://snarky.ca/tag/syntactic-sugar/], I'm going to be tackling rich comparison
operators: ==, !=, >, <, >=, <=.
For this post I am going to be picking apart the example of…
Talk Python to Me: #284 Modern and fast APIs with FastAPI
Link: https://talkpython.fm/episodes/show/284/modern-and-fast-apis-with-fastapi
As Python 3 has eclipsed the old constrains of Python 2 and web frameworks that adopted them, we have seen a big jump in new frameworks appearing on the scene taking full advantage of things like type
Link: https://talkpython.fm/episodes/show/284/modern-and-fast-apis-with-fastapi
As Python 3 has eclipsed the old constrains of Python 2 and web frameworks that adopted them, we have seen a big jump in new frameworks appearing on the scene taking full advantage of things like type
talkpython.fm
Modern and fast APIs with FastAPI
As Python 3 has eclipsed the old constrains of Python 2 and web frameworks that adopted them, we have seen a big jump in new frameworks appearing on the scene taking full advantage of things like type hints, async and await, and more.
Laurent Luce: Python deque implementation
Link: http://www.laurentluce.com/posts/python-deque-implementation/
Python deque is a double-ended queue. You can append to both ends and pop from both ends. The complexity of those operations amortizes to constant time.We are going to look at the Python 3 internal
Link: http://www.laurentluce.com/posts/python-deque-implementation/
Python deque is a double-ended queue. You can append to both ends and pop from both ends. The complexity of those operations amortizes to constant time.We are going to look at the Python 3 internal
TestDriven.io: Django Stripe Subscriptions
Link: https://testdriven.io/blog/django-stripe-subscriptions/
This tutorial looks at how to handle subscription payments with Django and Stripe.
Link: https://testdriven.io/blog/django-stripe-subscriptions/
This tutorial looks at how to handle subscription payments with Django and Stripe.
testdriven.io
Django Stripe Subscriptions
This tutorial looks at how to handle subscription payments with Django and Stripe.
Mike Driscoll: PyDev of the Week: Frank Valcarcel
Link: https://www.blog.pythonlibrary.org/2020/10/05/pydev-of-the-week-frank-valcarcel/
This week we welcome Frank Valcarcel (@fmdfrank) as our PyDev of the Week! He is the cofounder of Cuttlesoft. If you’d like to see what projects Frank is working on, head on over to Github.
Let’s take
Link: https://www.blog.pythonlibrary.org/2020/10/05/pydev-of-the-week-frank-valcarcel/
This week we welcome Frank Valcarcel (@fmdfrank) as our PyDev of the Week! He is the cofounder of Cuttlesoft. If you’d like to see what projects Frank is working on, head on over to Github.
Let’s take
The Mouse Vs. The Python
PyDev of the Week: Frank Valcarcel - The Mouse Vs. The Python
This week we welcome Frank Valcarcel (@fmdfrank) as our PyDev of the Week! He is the cofounder of Cuttlesoft. If you’d like to see what projects Frank is working on, head on over to Github. Let’s take some time to learn more about Frank! Can you tell us a…
PyCharm: Early Access PyCharm Podcast — Episode 3: The One where Kirill talks about Version Control
Link: http://feedproxy.google.com/~r/Pycharm/~3/VguqZ2JjL9w/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Link: http://feedproxy.google.com/~r/Pycharm/~3/VguqZ2JjL9w/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
JetBrains Blog
Early Access PyCharm Podcast — Episode 3: The One where Kirill talks about Version Control – PyCharm Blog | JetBrains
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Stack Abuse: Serving Static Files in Python With Django, AWS S3 and WhiteNoise
Link: https://stackabuse.com/serving-static-files-in-python-with-django-aws-s3-and-whitenoise/
Introduction
Websites generally need additional files such as images, CSS, and JavaScript files that are necessary to render complete web pages in a browser. In small projects, we can work our way aro
Link: https://stackabuse.com/serving-static-files-in-python-with-django-aws-s3-and-whitenoise/
Introduction
Websites generally need additional files such as images, CSS, and JavaScript files that are necessary to render complete web pages in a browser. In small projects, we can work our way aro
Stack Abuse
Serving Static Files in Python With Django, AWS S3 and WhiteNoise
In this article, we take a look at how to serve static files using Django, including ing examples of serving static files locally and in production using AWS S3 and WhiteNoise.
PyBites: How to Create an AWS Lambda Layer For Any Python Dependency
Link: https://pybit.es/guest-create-aws-lambda-layers.html
This article continues where How to Run External Python Libraries in AWS Cloud ended.
In this article you will learn about creating your own AWS Lambda Layer to support any Python package you may nee
Link: https://pybit.es/guest-create-aws-lambda-layers.html
This article continues where How to Run External Python Libraries in AWS Cloud ended.
In this article you will learn about creating your own AWS Lambda Layer to support any Python package you may nee
PyBites
How to Create an AWS Lambda Layer For Any Python Dependency
I finally managed to get scikit-learn running on the platform. On the way, I learned a lot about AWS Lambda Layers, AWS cli, and AWS cloud infrastructure in general. And now it's time I share this knowledge with you. In this article you will learn about creating…
Python Anywhere: A Tale of Two Deployments
Link: https://blog.pythonanywhere.com/192/
It was the best of times, it was the worst of times, it was the age of remote work, it was the age of pyjamas, it was the epoch of bread baking, it was the epoch of pineapple pizza, it was the season
Link: https://blog.pythonanywhere.com/192/
It was the best of times, it was the worst of times, it was the age of remote work, it was the age of pyjamas, it was the epoch of bread baking, it was the epoch of pineapple pizza, it was the season
Tryton News: Release 1.2.0 of python-sql
Link: https://discuss.tryton.org/t/release-1-2-0-of-python-sql/3324
We are proud to announce the release of the version 1.2.0 of python-sql.
python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external depend
Link: https://discuss.tryton.org/t/release-1-2-0-of-python-sql/3324
We are proud to announce the release of the version 1.2.0 of python-sql.
python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external depend
Tryton Discussion
Release 1.2.0 of python-sql
We are proud to announce the release of the version 1.2.0 of python-sql. python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external dependencies and is agnostic to any framework or SQL database.…
Test and Code: 133: Major League Hacking - Jonathan Gottfried
Link: https://testandcode.com/133
Hackathons have been spreading around the world; many at university campuses. Major League Hacking, MLH, has been encouraging and helping hackathons.
Hacking can be thought of as tinkering. Taking thi
Link: https://testandcode.com/133
Hackathons have been spreading around the world; many at university campuses. Major League Hacking, MLH, has been encouraging and helping hackathons.
Hacking can be thought of as tinkering. Taking thi
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 133: Major League Hacking - Jonathan Gottfried
Hackathons have been spreading around the world; many at university campuses. Major League Hacking, MLH, has been encouraging and helping hackathons.
Real Python: Python 3.9: Cool New Features for You to Try
Link: https://realpython.com/python39-new-features/
Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version
Link: https://realpython.com/python39-new-features/
Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version
Realpython
Python 3.9: Cool New Features for You to Try – Real Python
In this tutorial, you'll explore some of the coolest and most useful features in Python 3.9. You'll learn how Python 3.9 makes it easier to work with time zones, dictionaries, decorators, and several other techniques that will make your code cleaner and more…
Andrew Dalke: Faster in-memory ChEMBL search by using more C
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/05/faster_in_memory_chembl_search.html
This is part of a series of essays I started writing a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
In my previous
essay, from last
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/05/faster_in_memory_chembl_search.html
This is part of a series of essays I started writing a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
In my previous
essay, from last
Python Insider: Python 3.9.0 is now available, and you can already test 3.10.0a1!
Link: http://feedproxy.google.com/~r/PythonInsider/~3/x_KphpL1EaI/python-390-is-now-available-and-you-can.html
On behalf of the Python development community and the Python 3.9 release team, I’m pleased to announce the availability of Python 3.9.0.
Python 3.9.0 is the newest feature release of the Python langua
Link: http://feedproxy.google.com/~r/PythonInsider/~3/x_KphpL1EaI/python-390-is-now-available-and-you-can.html
On behalf of the Python development community and the Python 3.9 release team, I’m pleased to announce the availability of Python 3.9.0.
Python 3.9.0 is the newest feature release of the Python langua
Blogspot
Python Insider: Python 3.9.0 is now available, and you can already test 3.10.0a1!
Podcast.__init__: Threading The Needle Of Interesting And Informative While You Learn To Code - Episode 283
Link: https://www.pythonpodcast.com/steven-lott-learn-to-code-episode-283/
Learning to code is a neverending journey, which is why it's important to find a way to stay motivated. A common refrain is to just find a project that you're interested in building and use that goal
Link: https://www.pythonpodcast.com/steven-lott-learn-to-code-episode-283/
Learning to code is a neverending journey, which is why it's important to find a way to stay motivated. A common refrain is to just find a project that you're interested in building and use that goal
The Python Podcast.__init__
The Python Podcast.__init__: Threading The Needle Of Interesting And Informative While You Learn To Code
An interview with author and Python guru Steven Lott about the challenge of keeping learners interested and engaged while they learn to code and helping them understand which projects are possible and which require a significant level of expertise.