Python Software Foundation: Property-Based Testing for Python builtins and the standard library - Python Language Summit 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gAakc53O1so/property-based-testing-for-python.html
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling:
No matter how rigorous her analysis or heroic his imagination, no person can write a test case that
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gAakc53O1so/property-based-testing-for-python.html
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling:
No matter how rigorous her analysis or heroic his imagination, no person can write a test case that
Blogspot
Property-Based Testing for Python builtins and the standard library - Python Language Summit 2020
Zac Hatfield-Dodds opened his presentation with a paraphrase of the economist Thomas Schelling: No matter how rigorous her analysis or ...
Mike Driscoll: PyDev of the Week: Samuel Hinton
Link: https://www.blog.pythonlibrary.org/2020/05/04/pydev-of-the-week-samuel-hinton/
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of thos
Link: https://www.blog.pythonlibrary.org/2020/05/04/pydev-of-the-week-samuel-hinton/
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of thos
The Mouse Vs. The Python
PyDev of the Week: Samuel Hinton - The Mouse Vs. The Python
This week we welcome Samuel Hinton (@samreayh) as our PyDev of the Week! Samuel has written quite a few projects in Python and given lots of talks on astronomy. If you are interested in either of those topics, then you should definitely check out his website…
Django Weblog: Django bugfix release: 3.0.6
Link: https://www.djangoproject.com/weblog/2020/may/04/django-bugfix-release-306/
Today we've issued the 3.0.6 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2020/may/04/django-bugfix-release-306/
Today we've issued the 3.0.6 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
PyBites: Rockstar Python Developers Need Great communication Skills Too
Link: https://pybit.es/guest-communication-skills.html
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too.
Introduction
I wonder how people get into software programm
Link: https://pybit.es/guest-communication-skills.html
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too.
Introduction
I wonder how people get into software programm
pybit.es
Rockstar Python Developers Need Great communication Skills Too - PyBites
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too. Introduction I wonder how people get into software...
Programiz: Python RegEx
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Programiz
Python RegEx (With Examples)
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Hynek Schlawack: Why You Should Document Your Tests
Link: https://hynek.me/articles/document-your-tests/
Some projects have the policy that all tests must have an explanatory comment – including all of mine. At first, I found that baffling. If that’s you right now, this article is for you.
Link: https://hynek.me/articles/document-your-tests/
Some projects have the policy that all tests must have an explanatory comment – including all of mine. At first, I found that baffling. If that’s you right now, this article is for you.
Hynek Schlawack
Why You Should Document Your Tests
Some projects have the policy that all tests must have an explanatory comment – including all of mine. At first, I found that baffling. If that’s you right now, this article is for you.
Podcast.__init__: Maintainable Infrastructure As Code In Pure Python With Pulumi
Link: https://www.pythonpodcast.com/pulumi-infrastructure-as-code-episode-261/
After you write your application, you need a way to make it available to your users. These days, that usually means deploying it to a cloud provider, whether that's a virtual server, a serverless plat
Link: https://www.pythonpodcast.com/pulumi-infrastructure-as-code-episode-261/
After you write your application, you need a way to make it available to your users. These days, that usually means deploying it to a cloud provider, whether that's a virtual server, a serverless plat
The Python Podcast.__init__
The Python Podcast.__init__: Maintainable Infrastructure As Code In Pure Python With Pulumi
An interview about the open source Pulumi framework for building infrastructure as code in declarative Python to make your cloud systems easier to build and maintain.
Chris Moffitt: Exploring an Alternative to Jupyter Notebooks for Python Development
Link: https://pbpython.com/notebook-alternative.html
Introduction
Jupyter notebooks are an amazing tool for evaluating and exploring data. I have been
using them as an integral part of my day to day analysis for several years and reach for them
almost
Link: https://pbpython.com/notebook-alternative.html
Introduction
Jupyter notebooks are an amazing tool for evaluating and exploring data. I have been
using them as an integral part of my day to day analysis for several years and reach for them
almost
Pbpython
Exploring an Alternative to Jupyter Notebooks for Python Development
The Jupyter notebook file format has some downsides that can be mitigated with Jupyter code cells and VS Code interactive python. This article will describe how to use these tools.
Techiediaries - Django: Building Django 3 HTTP APIs with GraphQL and Graphene
Link: https://www.techiediaries.com/django-graphql-tutorial/
This tutorial will introduce you to GraphQL with Python, Django 3 and Graphene. We'll see how to create a simple Django 3 project to demonstrate how to build an API server based on GraphQL (instead o
Link: https://www.techiediaries.com/django-graphql-tutorial/
This tutorial will introduce you to GraphQL with Python, Django 3 and Graphene. We'll see how to create a simple Django 3 project to demonstrate how to build an API server based on GraphQL (instead o
Techiediaries
Building Django 3 HTTP APIs with GraphQL and Graphene | Techiediaries
This tutorial will introduce you to GraphQL with Python, Django 3 and Graphene. We'll see how to create a simple Django 3 project to demonstrate how to build an API server based on GraphQL (instead of REST) then we'll see how to use graphiql_django, an interface…
Real Python: Using Python datetime to Work With Dates and Times
Link: https://realpython.com/python-datetime/
Working with dates and times is one of the biggest challenges in programming. Between dealing with time zones, daylight saving time, and different written date formats, it can be tough to keep track o
Link: https://realpython.com/python-datetime/
Working with dates and times is one of the biggest challenges in programming. Between dealing with time zones, daylight saving time, and different written date formats, it can be tough to keep track o
Realpython
Using Python datetime to Work With Dates and Times – Real Python
Have you ever wondered about working with dates and times in Python? In this tutorial, you'll learn all about the built-in Python datetime library. You'll also learn about how to manage time zones and daylight saving time, and how to do accurate arithmetic…
Reuven Lerner: Become more fluent with Python functions in just 15 weeks
Link: https://lerner.co.il/2020/05/04/become-more-fluent-with-python-functions-in-just-15-weeks/
A new cohort of Weekly Python Exercise A2 (“Functions for beginners”) starts tomorrow — Tuesday, May 5th. If you’ve been using Python for less than one year, and want to write better, more powerful, m
Link: https://lerner.co.il/2020/05/04/become-more-fluent-with-python-functions-in-just-15-weeks/
A new cohort of Weekly Python Exercise A2 (“Functions for beginners”) starts tomorrow — Tuesday, May 5th. If you’ve been using Python for less than one year, and want to write better, more powerful, m
Reuven Lerner
Become more fluent with Python functions in just 15 weeks
A new cohort of Weekly Python Exercise A2 ("Functions for beginners") starts tomorrow — Tuesday,
Tryton News: Tryton Release 5.6
Link: https://discuss.tryton.org/t/tryton-release-5-6/2634
@ced wrote:
Space Grey Ipad Air With Graph on Brown Wooden Table1280×960 251 KB
We are proud to announce the 5.6 release of Tryton.
This release provides many bug fixes and some significant improve
Link: https://discuss.tryton.org/t/tryton-release-5-6/2634
@ced wrote:
Space Grey Ipad Air With Graph on Brown Wooden Table1280×960 251 KB
We are proud to announce the 5.6 release of Tryton.
This release provides many bug fixes and some significant improve
Tryton Discussion
Tryton Release 5.6
We are proud to announce the 5.6 release of Tryton. This release provides many bug fixes and some significant improvements. Among other changes you will find big improvements in the cost price computation and stock accounting, the link buttons to display…
Python Software Foundation: Python’s migration to GitHub - Request for Project Manager Resumes
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/iroQCLPcKE0/pythons-migration-to-github-request-for.html
The Python Software Foundation is looking for a Project Manager to assist with CPython’s migration from bugs.python.org to GitHub for issue tracking. CPython's development partially moved to GitHub i
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/iroQCLPcKE0/pythons-migration-to-github-request-for.html
The Python Software Foundation is looking for a Project Manager to assist with CPython’s migration from bugs.python.org to GitHub for issue tracking. CPython's development partially moved to GitHub i
Blogspot
Python’s migration to GitHub - Request for Project Manager Resumes
The Python Software Foundation is looking for a Project Manager to assist with CPython’s migration from bugs.python.org to GitHub for issue...
Codementor: How and why I built TraceItOut - A video summarizer
Link: https://www.codementor.io/ajaykundu/how-and-why-i-built-traceitout-a-video-summarizer-165a5t5rle
About me
I am a software development engineer who is currently working at Mentor Graphics, India. I have studied Computer Engineering from Thapar Institute of Engineering & Technology.
The problem...
Link: https://www.codementor.io/ajaykundu/how-and-why-i-built-traceitout-a-video-summarizer-165a5t5rle
About me
I am a software development engineer who is currently working at Mentor Graphics, India. I have studied Computer Engineering from Thapar Institute of Engineering & Technology.
The problem...
www.codementor.io
How and why I built TraceItOut - A video summarizer | Codementor
About me
I am a software development engineer who is currently working at Mentor Graphics, India. I have studied Computer Engineering from Thapar Institute of Engineering & Technology.
The problem...
I am a software development engineer who is currently working at Mentor Graphics, India. I have studied Computer Engineering from Thapar Institute of Engineering & Technology.
The problem...
James Bennett: Variations on the death of Python 2
Link: https://www.b-list.org/weblog/2020/may/05/python/
On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. The Python 2 release series had already reached the end of its upstream support from the P
Link: https://www.b-list.org/weblog/2020/may/05/python/
On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. The Python 2 release series had already reached the end of its upstream support from the P
Matt Layman: User Interaction With Forms
Link: https://www.mattlayman.com/understand-django/user-interaction-forms/
In the previous Understand Django article, we saw how Django templates work to produce a user interface. That’s fine if you only need need to display a user interface, but what do you do if you need y
Link: https://www.mattlayman.com/understand-django/user-interaction-forms/
In the previous Understand Django article, we saw how Django templates work to produce a user interface. That’s fine if you only need need to display a user interface, but what do you do if you need y
Matt Layman
User Interaction With Forms
How do users provide data to your website so you can interact with them? We can answer that question by exploring Django's form system, and the tools that Django provides to simplify your site as you engage with your users.
Python Software Foundation: Python Developers Survey 2019 Results
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lYfT8OsYyaQ/python-developers-survey-2019-results.html
We are excited to share the results of the third official Python Developers Survey conducted by the Python Software Foundation with the help of JetBrains.
More than 24,000 Python users from over 150
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lYfT8OsYyaQ/python-developers-survey-2019-results.html
We are excited to share the results of the third official Python Developers Survey conducted by the Python Software Foundation with the help of JetBrains.
More than 24,000 Python users from over 150
Blogspot
Python Developers Survey 2019 Results
We are excited to share the results of the third official Python Developers Survey conducted by the Python Software Foundation with the hel...
Real Python: The Python print() Function: Go Beyond the Basics
Link: https://realpython.com/courses/python-print/
If you’re like most Python users, including us, then you probably started your Python journey by learning about print(). It helped you write your very own Hello Horld one-liner. You can use it to disp
Link: https://realpython.com/courses/python-print/
If you’re like most Python users, including us, then you probably started your Python journey by learning about print(). It helped you write your very own Hello Horld one-liner. You can use it to disp
Realpython
The Python print() Function: Go Beyond the Basics – Real Python
In this step-by-step course, you'll learn about the print() function in Python and discover some of its lesser-known features. Avoid common mistakes, take your "hello world" to the next level, and know when to use a better alternative.
Codementor: List Comprehension - Python
Link: https://www.codementor.io/eyssant/list-comprehension-python-165wld9jiw
List comprehension is a technique of creating a new list using other iterables and in fewer lines of codes.
Link: https://www.codementor.io/eyssant/list-comprehension-python-165wld9jiw
List comprehension is a technique of creating a new list using other iterables and in fewer lines of codes.
www.codementor.io
List Comprehension - Python | Codementor
List comprehension is a technique of creating a new list using other iterables and in fewer lines of codes.
Codementor: Working With JSON Data in Python
Link: https://www.codementor.io/simransinghal/working-with-json-data-in-python-165crbkiyk
Iterating the JSON Data, Converting Python Dictionary to JSON, Read the JSON data from the file, Writing the JSON data to file
Link: https://www.codementor.io/simransinghal/working-with-json-data-in-python-165crbkiyk
Iterating the JSON Data, Converting Python Dictionary to JSON, Read the JSON data from the file, Writing the JSON data to file
www.codementor.io
Working With JSON Data in Python | Codementor
Iterating the JSON Data, Converting Python Dictionary to JSON, Read the JSON data from the file, Writing the JSON data to file
PyCoder’s Weekly: Issue #419 (May 5, 2020)
Link: https://pycoders.com/issues/419
#419 – MAY 5, 2020 View in Browser » Python 3.9 Release Schedule In last week’s issue we had the dates mixed up, here are the correct ones: 3.9.0 final is expected to be released on October 5, 2
Link: https://pycoders.com/issues/419
#419 – MAY 5, 2020 View in Browser » Python 3.9 Release Schedule In last week’s issue we had the dates mixed up, here are the correct ones: 3.9.0 final is expected to be released on October 5, 2
Pycoders
PyCoder’s Weekly | Issue #419
Issue #419 of the PyCoder’s Weekly newsletter, published May 5, 2020.