Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Ben Cook: The PyTorch softmax() function

Link: https://jbencook.com/pytorch-softmax/

You can use the top-level torch.softmax() function from PyTorch for your softmax activation needs.
Matt Layman: Which Django Version Should I Use?

Link: https://www.mattlayman.com/blog/2021/which-django-version/

Django is a big and popular web framework for Python to help you build a web app. Which Django version should you use?
If you’re starting a Django web app, use the latest version of Django available.
Weekly Python StackOverflow Report: (cclx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/01/cclx-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-01-23 22:20:09 GMTWhat are "soft keywords"? - [44/3]Remove triplet
Python Pool: 7 Powerful ways to Convert string to list in Python

Link: https://www.pythonpool.com/convert-string-to-list-python/?utm_source=rss&utm_medium=rss&utm_campaign=convert-string-to-list-python

Hello coders!! In this article, we will be learning how to convert string to list in python. At first, we must understand the difference between the two. A string in Python can consist of only charact
Andre Roberge: Friendly-contest: 20 hours left

Link: https://aroberge.blogspot.com/2021/01/friendly-contest-20-hours-left.html

There is only 20 hours left in the Friendly-traceback contest: write bad code to win a prize. After a slow start, there has been quite a few submissions lately which will definitely help to improve Fr
Montreal Python User Group: Montréal-Python 83 – Minimal Night

Link: https://montrealpython.org/en/2021/01/mp-83/

February, the month when we type really slowly because of frozen fingers, but also the month when love warms our heart!
With bountiful passion for our favourite language, we are putting together Minim
Brett Cannon: Unravelling `for` statements

Link: https://snarky.ca/unravelling-for-statements/

As part of my series on Python's syntactic sugar, I am going to cover the for statement. As usual, I will be diving into CPython's C code, but understanding or even reading those parts of this post wo
Mike Driscoll: PyDev of the Week: Leodanis Pozo Ramos

Link: https://www.blog.pythonlibrary.org/2021/01/25/pydev-of-the-week-leodanis-pozo-ramos/

This week we welcome Leodanis Pozo Ramos (@lpozo78) as our PyDev of the Week! Leodanis is a contributor and author for Real Python. You can see some of his projects over on Github or see what he’s up
Andre Roberge: Friendly-contest: we have a winner!

Link: https://aroberge.blogspot.com/2021/01/friendly-contest-we-have-winner.html

 Since my last post, no new issue has been filed. As the deadline has passed (8 am, AST), I have written a short program to randomly draw a winner. In my last post, I listed incorrectly the entries wh
Mike Driscoll: Image Processing with Python Kickstarter Ending Soon

Link: https://www.blog.pythonlibrary.org/2021/01/25/image-processing-with-python-kickstarter-ending-soon/

My Kickstarter for my latest book, Pillow: Image Processing with Python is ending in 8 days. You should check it out and learn how you can edit photos with Python!

You will learn about the following
Python Pool: Implementing Python Lock in Various Circumstances

Link: https://www.pythonpool.com/python-lock/?utm_source=rss&utm_medium=rss&utm_campaign=python-lock

Hello geeks and welcome in this article, we will cover python lock. Along with that, we will look at the need for python lock and how to implement it. To achieve all this, we will look at a couple of
Python Pool: Python Dynamic Array: Implementation with Examples

Link: https://www.pythonpool.com/python-dynamic-array/?utm_source=rss&utm_medium=rss&utm_campaign=python-dynamic-array

Hello coders!! In this article, we will be discussing python dynamic array implementation. We will also cover various examples to make our concept clear. An array in Python is a container that holds a
Python Pool: Python __new__ Explained With Examples

Link: https://www.pythonpool.com/python__new__/?utm_source=rss&utm_medium=rss&utm_campaign=python__new__

Hello geeks and welcome in today’s article we will cover Python new. Along with that, we will look at the definition and application of this method. We will do all that with the help of examples. As w
Python Pool: How to Remove Punctuation From a String, List, and File in Python

Link: https://www.pythonpool.com/remove-punctuation-python/?utm_source=rss&utm_medium=rss&utm_campaign=remove-punctuation-python

While doing some Python projects, we need to remove the Punctuation marks to make our code look cleaner. So, keeping this in mind, Python Pool brings you an in-depth article on removing the punctuatio
PyCharm: Thank You, PyCharm Users: Together We Supported Python!

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


Last December PyCharm supported the Python Software Foundation (PSF) on their Q4/2020 fundraiser campaign. All proceeds from every new PyCharm Professional Edition license purchased with the discount
Stack Abuse: Seaborn Box Plot - Tutorial and Examples

Link: https://stackabuse.com/seaborn-box-plot-tutorial-and-examples/

Introduction
Seaborn is one of the most widely used data visualization libraries in Python, as an extension to Matplotlib. It offers a simple, intuitive, yet highly customizable API for data visualiza
Real Python: How to Use Python: Your First Steps

Link: https://realpython.com/python-first-steps/

Are you looking for a place to learn the basics of how to use Python from a beginner’s perspective? Do you want to get up and running with Python but don’t know where to start? If so, then this tutori
Test and Code: 142: MongoDB - Mark Smith

Link: https://testandcode.com/142

MongoDB is possibly the most recognizable NoSQL document database.
Mark Smith, a developer advocate for MongoDB, answers my many questions about MongoDB.
We cover some basics, but also discuss some ad