Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: Productivity Mondays - Break Fear to Boost Productivity

Link: https://pybit.es/fear-productivity.html

Another week, another edition of Productivity Mondays! This week I'm looking at how fear can help you be more productive and, no I don't mean the fear of not delivering on time... although that is a g
Hynek Schlawack: Python in GitHub Actions

Link: https://hynek.me/articles/python-github-actions/

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it
Real Python: Defining Your Own Python Function

Link: https://realpython.com/defining-your-own-python-function/

Throughout the previous tutorials in this series, you’ve seen many examples demonstrating the use of built-in Python functions. In this tutorial, you’ll learn how to define your own Python function.
Stack Abuse: Grid Search Optimization Algorithm in Python

Link: https://stackabuse.com/grid-search-optimization-algorithm-in-python/

Introduction
In this tutorial, we are going to talk about a very powerful optimization (or automation) algorithm, i.e. the Grid Search Algorithm. It is most commonly used for hyperparameter tuning in
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
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
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.
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.
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.
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
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
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
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
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
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
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
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
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