Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Trey Hunner: Loop Better: a deeper look at iteration in Python

Link: https://treyhunner.com/2019/06/loop-better-a-deeper-look-at-iteration-in-python/

Python’s for loops don’t work the way for loops do in other languages. In this article we’re going to dive into Python’s for loops to take a look at how they work under the hood and why they work the
EuroPython: EuroPython 2019: Inviting European Python Conference Organizers

Link: https://blog.europython.eu/post/185683241297

As you may know, the EuroPython Society (EPS) has extended it’s mission to not only run the EuroPython conference, but also provide help for the Python community in Europe in general.As part of this,
EuroPython: EuroPython 2019: Community Discounts

Link: https://blog.europython.eu/post/185683252247

The EuroPython Society (EPS) does not only run the EuroPython conference, but also aims to provide help for the Python community in Europe in general.Let’s all meet at EuroPythonIn addition to the Pyt
PyCoder’s Weekly: Issue #373 (June 18, 2019)

Link: https://pycoders.com/issues/373

#373 – JUNE 18, 2019 View in Browser » How to Publish Your Own Python Package to PyPI Learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repo
Catalin George Festila: Python 3.7.3 : Using getters and setters in object-oriented.

Link: http://python-catalin.blogspot.com/2019/06/python-373-getters-and-setters-in.html

The main purpose of using getters and setters in object-oriented programs is to ensure data encapsulation.
Let's start with a simple example.
I created a class named my_class init with one variable na
Catalin George Festila: Python 3.7.3 : Stemming with nltk.

Link: http://python-catalin.blogspot.com/2019/06/python-373-stemming-with-nltk.html

Today I will start another tutorial about nltk python module and stemming.
The stemming is the process of producing morphological variants of a root/base word.
Stemming programs are commonly referred
EuroPython Society: EuroPython 2019: Community Discounts

Link: https://www.europython-society.org/post/185683290210

europython:
The EuroPython Society (EPS) does not only run the EuroPython conference, but also aims to provide help for the Python community in Europe in general.
Let’s all meet at EuroPython
In addit
EuroPython Society: EuroPython 2019: Inviting European Python Conference Organizers

Link: https://www.europython-society.org/post/185683295335

europython:
As you may know, the EuroPython Society (EPS) has extended it’s mission to not only run the EuroPython conference, but also provide help for the Python community in Europe in general.
As p
Nathan Piccini Data Science Dojo Blog: What’s the Best Language for Android App Developers: Java or Python?

Link: https://blog.datasciencedojo.com/android-app-developers-java-python/

Few things can be so divisive among developers as their choice of programming languages. Developers will promote one over the other, often touting their chosen language’s purity, speed, elegance, effi
Python Insider: Python 3.7.4rc1 and 3.6.9rc1 are now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/0igDnpeIHjY/python-374rc1-and-369rc1-are-now.html

Python 3.7.4rc1 and 3.6.9rc1 are now available. 3.7.4rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. 3.6.9rc1 is the release preview of
Test and Code: 78: I don't write tests because ...

Link: https://testandcode.com/78

Roadblocks to writing tests, and what to do about it.
Some developers either don't write tests, or don't like writing tests.
Why not? I love writing tests.
In this episode we examine lots of roadblock
ListenData: Python Pandas : Drop columns from Dataframe

Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html

In this tutorial, we will cover how to remove or drop one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
Real Python: How to Use Python lambda Functions

Link: https://realpython.com/python-lambda/

Python and other languages like Java, C#, and even C++ have had lambda functions added to their syntax, whereas languages like LISP or the ML family of languages, Haskell, OCaml, and F#, use lambdas a
Catalin George Festila: Python 3.7.3 : Read and save RSS data from goodreads website.

Link: http://python-catalin.blogspot.com/2019/06/python-373-read-and-save-rss-data-from.html

Today I will show you how to parse data from www.goodreads.com using the feedparser and save all into CSV file.
The Goodreads website comes with hundreds of great book recommendations from fellow read
PyCharm: PyCharm 2019.2 EAP 4

Link: http://feedproxy.google.com/~r/Pycharm/~3/9cVFAqUTDdQ/

This week’s Early Access Program (EAP) version of PyCharm can now be downloaded from our website.
New in the EAP
Jupyter Notebooks Improvements

In addition to last week’s functional improvements, we’
Caktus Consulting Group: How to Set Up a Centralized Log Server with rsyslog

Link: http://www.caktusgroup.com/blog/2019/06/20/how-to-set-up-centralized-log-server-rsyslog/


For many years, we've been running an ELK (Elasticsearch, Logstash, Kibana) stack for centralized logging. We have a specific project that requires on-premise infrastructure, so sending logs off-site
PyBites: The First Step in Contributing to Open Source Projects

Link: https://pybit.es/guest-open-source-contribution.html

Have you ever wanted to contribute to open source but weren't sure how to get started? Marc found himself in just that situation. Sometimes it all comes down to taking that first step.
Backstory
I've