Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Radix Sort in Python

Link: https://stackabuse.com/radix-sort-in-python/

Introduction to Radix Sort
The radix (or base) is the number of digits used to represent numbers in a positional numeral system. For the binary system, the radix is 2 (it uses only two digits - 0 and
Python for Beginners: Iterating over dictionary in Python

Link: https://www.pythonforbeginners.com/dictionary/iterating-over-dictionary-in-python


Dictionaries are one of the most frequently used data structures in python. It contains data in the form of key value pairs. While processing the data with dictionaries, we may need to iterate over t
PyCharm: PyCharm Supports Django – you can too!

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


For those developers, whose daily work benefits from the Django framework.



As you probably know, the Django framework is built and maintained by community members. This might give you the impressi
John Ludhi/nbshare.io: How To Code RNN and LSTM Neural Networks in Python

Link: https://www.nbshare.io/notebook/249468051/How-To-Code-RNN-and-LSTM-Neural-Networks-in-Python/








How To Code RNN And LSTM Neural Networks In Python





In [1]:


import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import tensorflow as tf
from tensorflow import keras
fro
Programiz: Python Program to Count the Occurrence of an Item in a List

Link: https://www.programiz.com/python-programming/examples/occurrence-of-item

In this example, you will learn to count the occurrence of an item in a list.
Real Python: The Real Python Podcast – Episode #56: OrderedDict vs dict and Object Oriented Programming in Python vs Java

Link: https://realpython.com/podcasts/rpp/56/

Are you looking for a bit of order when working with dictionaries in Python? Are you aware that the Python dict has changed over the last several versions and now keeps items in order? Could you learn
Python Pool: What is the Use of Semicolon in Python? [Explained]

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

Introduction
In Python, we have discussed many concepts. In this tutorial, we will be discussing the role of the semicolon in python. The basic meaning of semicolon(;) in all the other languages is to
PyCharm: PyCharm 2021.1.1 RC Is Out: A Better Experience From PyCharm 2021.1

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


Thank you for your feedback on PyCharm 2021.1! We were looking carefully into it – and have managed to make some quick and important bug fixes – so that you can enjoy working with PyCharm.

DOWNLOAD
Quansight Labs Blog: Spot the differences: what is new in Spyder 5?

Link: https://labs.quansight.org/blog/2021/04/spot-the-diffenrences/


In case you missed it, Spyder 5 was released at the beginning of April! This
blog post is a conversation attempting to document the long and complex
process of improving Spyder's UI with this relea
Janusworx: I Can’t Do This Yet … Updated

Link: https://janusworx.com/blog/i-cant-do-this-yet-updated/

Updated version of the post. I seem to have somehow, mangled the old one.
I’ll just blame it on the gremlins in the cloud.
Read more… (4 min remaining to read)
Montreal Python User Group: Montréal-Python 85 – Polite Koala

Link: https://montrealpython.org/en/2021/04/mp-85/

Join us for the April monthly meeting for the Pythonistas of Montréal on Monday the 19th at 6pm.
This month, we have for you:

Machine learning in robotics by Nicholas Nadeau;
Module of the month: ran
Weekly Python StackOverflow Report: (cclxxi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/04/cclxxi-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-04-17 19:11:41 GMTWhy does Python return [15] for [0xfor x in (1,
Fabio Zadrozny: PyDev 8.3.0 (Java 11, Flake 8 , Code-completion LRU, issue on Eclipse 4.19)

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/SOH9U_4dx_0/pydev-830-java-11-flake-8-code.html

PyDev 8.3.0 is now available!Let me start with some warnings here:First, PyDev now requires Java 11. I believe that Java 11 is pretty standard nowadays and the latest Eclipse also requires Java 11 (if
Paolo Amoroso: Free Python Books Went Viral on Hacker News

Link: http://blog.paoloamoroso.com/2021/04/free-python-books-went-viral-on-hacker.html

Update18 Apr 2021. Since I published the post the GitHub repository rocketed to 1.8K stars, 195 forks, and 44K views from 23K visitors. The repository is now the top Google search result for free pyth