PyCon: March 2 Update on COVID-19
Link: https://pycon.blogspot.com/2020/03/march-2-update-on-covid-19.html
Read our most recent update on COVID-19: https://pycon.blogspot.com/search/label/COVID-19The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can sprea
Link: https://pycon.blogspot.com/2020/03/march-2-update-on-covid-19.html
Read our most recent update on COVID-19: https://pycon.blogspot.com/search/label/COVID-19The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can sprea
Blogspot
March 2 Update on COVID-19
The coronavirus (also known as COVID-19) is a new virus that causes respiratory illness in people and can spread from person-to-person. Sin...
Podcast.__init__: Open Source Machine Learning On Quantum Computers With Xanadu AI
Link: https://www.pythonpodcast.com/xanadu-quantum-computer-machine-learning-episode-253/
Quantum computers promise the ability to execute calculations at speeds several orders of magnitude faster than what we are used to. Machine learning and artificial intelligence algorithms require fas
Link: https://www.pythonpodcast.com/xanadu-quantum-computer-machine-learning-episode-253/
Quantum computers promise the ability to execute calculations at speeds several orders of magnitude faster than what we are used to. Machine learning and artificial intelligence algorithms require fas
The Python Podcast.__init__
The Python Podcast.__init__: Open Source Machine Learning On Quantum Computers With Xanadu AI
An interview about the open source libraries being created at Xanadu AI to power machine learning projects that run on quantum computers
IslandT: Lists in python – Part One
Link: https://kibiwebgeek.com/lists-in-python-part-one/
Lists in python are just like an array in Java, a python list is liked an apartment consists of many rooms where you will find a person living inside each of those rooms. The only difference between t
Link: https://kibiwebgeek.com/lists-in-python-part-one/
Lists in python are just like an array in Java, a python list is liked an apartment consists of many rooms where you will find a person living inside each of those rooms. The only difference between t
Kibiwebgeek
Lists in python – Part One
Lists in python are just like an array in Java, a python list is liked an apartment consists of many rooms where you will find a person living inside each of those rooms. The only difference...
Programiz: Python main function
Link: https://www.programiz.com/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Link: https://www.programiz.com/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Programiz: Python main function
Link: https://www.programiz.com/python-programming/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Link: https://www.programiz.com/python-programming/main-function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Programiz
Python Main function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
Programiz: Polymorphism in Python
Link: https://www.programiz.com/python-programming/polymorphism
In this tutorial, we will learn about polymorphism, different types of polymorphism, and how we can implement them in Python with the help of examples.
Link: https://www.programiz.com/python-programming/polymorphism
In this tutorial, we will learn about polymorphism, different types of polymorphism, and how we can implement them in Python with the help of examples.
Programiz
Polymorphism in Python(with Examples)
In this tutorial, we will learn about polymorphism, different types of polymorphism, and how we can implement them in Python with the help of examples.
Zato Blog: Zato services as containers for Python functions and methods
Link: https://zato.io/blog/posts/service-container.html
Acting as containers for enterprise APIs,
Zato
services are able to invoke each other to form higher-level processes and message flows. What if a service needs to invoke a hot-deployable Python functi
Link: https://zato.io/blog/posts/service-container.html
Acting as containers for enterprise APIs,
Zato
services are able to invoke each other to form higher-level processes and message flows. What if a service needs to invoke a hot-deployable Python functi
Zato Blog
Zato services as containers for Python functions and methods
Python Insider: Python 3.7.7 is now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/40CnpExx-ZY/python-377-is-now-available.html
Python 3.7.7, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/release
Link: http://feedproxy.google.com/~r/PythonInsider/~3/40CnpExx-ZY/python-377-is-now-available.html
Python 3.7.7, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/release
Blogspot
Python Insider: Python 3.7.7 is now available
Real Python: Defining Main Functions in Python
Link: https://realpython.com/courses/python-main-function/
Many programming languages have a special function that is automatically executed when an operating system starts to run a program. This function is usually called main() and must have a specific retu
Link: https://realpython.com/courses/python-main-function/
Many programming languages have a special function that is automatically executed when an operating system starts to run a program. This function is usually called main() and must have a specific retu
Realpython
Defining Main Functions in Python – Real Python
In this step-by-step course, you'll learn how Python main functions are used and some best practices to organize your code so it can be executed as a script and imported from another module.
Tryton News: Security Release for issue9108
Link: https://discuss.tryton.org/t/security-release-for-issue9108/2431
@ced wrote:
Synopsis
A vulnerability in trytond has been found by Maxime Richez.
With issue9108, the trytond server does not enforce access right on wizard relying on the access right of the model on
Link: https://discuss.tryton.org/t/security-release-for-issue9108/2431
@ced wrote:
Synopsis
A vulnerability in trytond has been found by Maxime Richez.
With issue9108, the trytond server does not enforce access right on wizard relying on the access right of the model on
Tryton Discussion
Security Release for issue9108
Synopsis A vulnerability in trytond has been found by Maxime Richez. With issue9108, the trytond server does not enforce access right on wizard relying on the access right of the model on which it runs. So an authenticated user can execute some wizards…
Tryton News: Security Release for issue9089
Link: https://discuss.tryton.org/t/security-release-for-issue9089/2430
@ced wrote:
Synopsis
A vulnerability in sao has been found by Cédric Krier .
With issue9089, the web client does not set noreferrer nor noopener to open external links.
An attacker could trick a Try
Link: https://discuss.tryton.org/t/security-release-for-issue9089/2430
@ced wrote:
Synopsis
A vulnerability in sao has been found by Cédric Krier .
With issue9089, the web client does not set noreferrer nor noopener to open external links.
An attacker could trick a Try
Tryton Discussion
Security Release for issue9089
Synopsis A vulnerability in sao has been found by Cédric Krier . With issue9089, the web client does not set noreferrer nor noopener to open external links. An attacker could trick a Tryton user to open a crafted URL which will allow him to take control…
Mike Driscoll: Python 101: Learning About Lists
Link: http://www.blog.pythonlibrary.org/2020/03/10/python-101-learning-about-lists/
Lists are a fundamental data type in the Python programming language. A list is a mutable sequence that is typically a collection of homogeneous items. Mutable means that you can change a list after i
Link: http://www.blog.pythonlibrary.org/2020/03/10/python-101-learning-about-lists/
Lists are a fundamental data type in the Python programming language. A list is a mutable sequence that is typically a collection of homogeneous items. Mutable means that you can change a list after i
Mouse Vs Python
Python 101: Learning About Lists - Mouse Vs Python
Learn all about the list data type in Python. You will learn about all of the methods you can use as well as list slicing and more!
NumFOCUS: Statement on Coronavirus
Link: https://numfocus.org/blog/statement-on-coronavirus?utm_source=rss&utm_medium=rss&utm_campaign=statement-on-coronavirus
As you are aware, the Coronavirus (COVID-19) is a topic of frequent and ongoing discussions. We would like to provide an update on our status and policies as well as provide resources for additional i
Link: https://numfocus.org/blog/statement-on-coronavirus?utm_source=rss&utm_medium=rss&utm_campaign=statement-on-coronavirus
As you are aware, the Coronavirus (COVID-19) is a topic of frequent and ongoing discussions. We would like to provide an update on our status and policies as well as provide resources for additional i
NumFOCUS
Statement on Coronavirus - NumFOCUS
NumFOCUS's response to Coronavirus and guidance for our PyData Conference attendees.
PyCoder’s Weekly: Issue #411 (March 10, 2020)
Link: https://pycoders.com/issues/411
#411 – MARCH 10, 2020 View in Browser » Post-Mortem Python Plotting Who loves debugging things that only fail occasionally? Just me? Maybe you need to check out Andy Jones’ extract() function th
Link: https://pycoders.com/issues/411
#411 – MARCH 10, 2020 View in Browser » Post-Mortem Python Plotting Who loves debugging things that only fail occasionally? Just me? Maybe you need to check out Andy Jones’ extract() function th
Pycoders
PyCoder’s Weekly | Issue #411
Issue #411 of the PyCoder’s Weekly newsletter, published March 10, 2020.
eGenix.com: PyDDF Python Spring Sprint 2020
Link: https://www.egenix.com/company/news/PyDDF-Spring-Sprint-2020
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
PyDDF Python Spring Sprint 2020 in
Düsseldorf
Samstag, 28.03.2020, 10:00-18:00 Uhr
Sonnt
Link: https://www.egenix.com/company/news/PyDDF-Spring-Sprint-2020
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
PyDDF Python Spring Sprint 2020 in
Düsseldorf
Samstag, 28.03.2020, 10:00-18:00 Uhr
Sonnt
eGenix.com
eGenix.com: PyDDF Python Spring Sprint 2020
The Python Meeting Düsseldorf team is organizing a Python sprint on March 28./29. in Düsseldorf, Germany.
Anarcat: Font changes
Link: https://anarc.at/blog/2020-03-10-font-changes/
I have worked a bit on the fonts I use recently. From the main font I
use every day in my text editor and terminals to this very website, I
did a major and (hopefully) thoughtful overhaul of my typogr
Link: https://anarc.at/blog/2020-03-10-font-changes/
I have worked a bit on the fonts I use recently. From the main font I
use every day in my text editor and terminals to this very website, I
did a major and (hopefully) thoughtful overhaul of my typogr
Karim Elghamrawy: Private Methods in Python
Link: https://www.afternerd.com/blog/python-private-methods/
Let me preface this article by emphasizing that understanding object-oriented programming (OOP) is crucial if you want to learn Python. One aspect of OOP is to learn how to define and use private meth
Link: https://www.afternerd.com/blog/python-private-methods/
Let me preface this article by emphasizing that understanding object-oriented programming (OOP) is crucial if you want to learn Python. One aspect of OOP is to learn how to define and use private meth
Afternerd
Private Methods in Python - Afternerd
Test and Code: 105: TAP: Test Anything Protocol - Matt Layman
Link: https://testandcode.com/105
The Test Anything Protocol, or TAP, is a way to record test results in a language agnostic way, predates XML by about 10 years, and is still alive and kicking.
Matt Layman has contributed to Python in
Link: https://testandcode.com/105
The Test Anything Protocol, or TAP, is a way to record test results in a language agnostic way, predates XML by about 10 years, and is still alive and kicking.
Matt Layman has contributed to Python in
Test & Code in Python
Test & Code in Python 105: TAP: Test Anything Protocol - Matt Layman
The Test Anything Protocol, or TAP, is a way to record test results in a language agnostic way, predates XML by about 10 years, and is still alive and kicking. Matt is the maintainer of tap.py and pytest-tap, two tools that bring the Test Anything Protocol…
Quansight Labs Blog: Planned architectural work for PyData/Sparse
Link: https://labs.quansight.org/blog/2020/02/whats-next-for-pydatasparse/
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Link: https://labs.quansight.org/blog/2020/02/whats-next-for-pydatasparse/
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Quansight Labs
Planned architectural work for PyData/Sparse
What have we been doing so far? 🤔
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Research 📚
A lot of behind the scenes work has been taking place on PyData/Sparse. Not so much in terms of code, more in terms of research and community/team building
Roberto Alsina: Episodio 34: Python moderno 5: 1,2,3,4 ... Probando Enums!
Link: https://ralsina.me/weblog/posts/youtube/episodio-34-python-moderno-5-1234-probando-enums.html
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Link: https://ralsina.me/weblog/posts/youtube/episodio-34-python-moderno-5-1234-probando-enums.html
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Lateral Opinion
Episodio 34: Python moderno 5: 1,2,3,4 ... Probando Enums!
Enums en Python ni siquiera son tan nuevos, están desde Python 3.4 pero SE USAN DEMASIADO POCO.
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Y es una pena, porque permiten resolver muchos problemas de manera más robusta que lo que sea que estás
Real Python: Using the Python defaultdict Type for Handling Missing Keys
Link: https://realpython.com/python-defaultdict/
A common problem that you can face when working with Python dictionaries is to try to access or modify keys that don’t exist in the dictionary. This will raise a KeyError and break up your code execut
Link: https://realpython.com/python-defaultdict/
A common problem that you can face when working with Python dictionaries is to try to access or modify keys that don’t exist in the dictionary. This will raise a KeyError and break up your code execut
Realpython
Using the Python defaultdict Type for Handling Missing Keys – Real Python
In this step-by-step tutorial, you'll learn how the Python defaultdict type works and how to use it for handling missing keys when you're working with dictionaries. You'll also learn how to use a defaultdict to solve problems like grouping or counting the…