Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Weekly Python StackOverflow Report: (cciii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/11/cciii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-16 07:05:12 GMTJoining elements of a list if those elements are
Codementor: How to Extract Data from PDF to Excel

Link: https://www.codementor.io/fuyili/how-to-extract-data-from-pdf-to-excel-10shb1udzw

The Portable Document Format (PDF) is a file format developed by Adobe to present documents, including text formatting and images, in a manner independent of application software, hardware, and&hellip
Python Circle: The simplest explanation of Decorators in Python

Link: https://www.pythoncircle.com/post/695/the-simplest-explanation-of-decorators-in-python/

The simplest explanation of Decorators in Python, decorator example in python, what is a decorator, simple example decorator, decorator for a newbie, python decorators, changing function behavior with
Full Stack Python: Basic Data Types in Python 3: Booleans

Link: https://www.fullstackpython.com/blog/python-basic-data-types-booleans.html

Welcome back to our ongoing series of blog posts on basic data types in
Python 3! Last time, we explored the functionality of
strings. Today, we dive in to
another key data type - booleans. Booleans
ABlog for Sphinx: ABlog v0.10 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released.html


ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.
Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a f
Django Weblog: Django 3.0 release candidate 1 released

Link: https://www.djangoproject.com/weblog/2019/nov/18/django-30-release-candidate-1-released/

Django 3.0 release candidate 1 is the final opportunity for you to try out the raft of new features before Django 3.0 is released.
The release candidate stage marks the string freeze and the call for
PyBites: You can now hone your testing / pytest skills on our platform

Link: https://pybit.es/launch-pytest-bites.html

Writing test code is an essential skill. As PyBites we believe writing code is the only solution to becoming a master (Ninja) at programming. The same applies to test code. For that reason we extended
Django Weblog: Introducing DjangoCon Africa

Link: https://www.djangoproject.com/weblog/2019/nov/18/introducing-djangocon-africa/

Following the huge success of PyCon Africa, the Django community in Africa is ready to bring a new major software event to the continent - the very first DjangoCon Africa! The Django Software Foundati
Python Software Foundation: Why Sponsor PyCon 2020?

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lE0u-5MIUQc/why-sponsor-pycon-2020.html








Sponsors help keep PyCon affordable and accessible to the widest possible audience. Sponsors are what make this conference possible. From low ticket prices to financial aid, to video recording,
PyCon: Attention! Attention! Tutorial Proposal Deadline Approaching

Link: https://pycon.blogspot.com/2019/11/attention-attention-tutorial-proposal.html

Tutorial Proposal Deadline is this Friday, November 22, 2019If you have been considering submitting a proposal, don’t hesitate, don’t wait, now is the time to submit your proposal!How to Get Started?F
Real Python: Pandas GroupBy: Your Guide to Grouping Data in Python

Link: https://realpython.com/pandas-groupby/

Whether you’ve just started working with Pandas and want to master one of its core facilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this tutorial will help yo
Stack Abuse: Quicksort in Python

Link: https://stackabuse.com/quicksort-in-python/

Introduction
Quicksort is a popular sorting algorithm and is often used, right alongside Merge Sort. It's a good example of an efficient sorting algorithm, with an average complexity of O(n logn). Par
Python Engineering at Microsoft: Python in Visual Studio Code – November 2019 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2019-release/

We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can  download the Python extension from the Marketplace, or install it di
Podcast.__init__: From Simple Script To Beautiful Web Application With Streamlit

Link: https://www.pythonpodcast.com/streamlit-web-application-episode-238/

Building well designed and easy to use web applications requires a significant amount of knowledge and experience across a range of domains. This can act as an impediment to engineers who primarily wo