Get Mystery Box with random crypto!

Planet Python RSS

Logo of telegram channel planetpython — Planet Python RSS P
Logo of telegram channel planetpython — Planet Python RSS
Channel address: @planetpython
Categories: Technologies
Language: English
Subscribers: 212
Description from channel

Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg

Ratings & Reviews

3.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

1

2 stars

1

1 stars

0


The latest Messages 2

2021-12-16 22:42:04 Stack Abuse: Guide to the Python or Operator

Link: https://stackabuse.com/guide-to-the-python-or-operator/

Introduction
The or operator is one of the three existing logical operators in Python (and, or, not), which perform a logical evaluation of the passed operands.
In simple terms, when two operands are
15 views19:42
Open / Comment
2021-12-16 16:42:09 Python for Beginners: Calculate Average in Python

Link: https://www.pythonforbeginners.com/basics/calculate-average-in-python

We have to perform many mathematical calculations in a python program to process any data. In this article, we will look at different ways to calculate the average of given numbers in python. 
How to
4 views13:42
Open / Comment
2021-12-16 07:42:07 Brett Cannon: Unravelling `break` and `continue`

Link: https://snarky.ca/unravelling-break-and-continue/

I have previously unravelled for loops, and so the concept of looping has already come up in this blog post series of removing the syntactic sugar from Python. But one aspect of looping that I didn&ap
8 views04:42
Open / Comment
2021-12-16 07:42:05 Codementor: Encrypt and Decrypt Files using Python

Link: https://www.codementor.io/mikhailsidyakov/encrypt-and-decrypt-files-using-python-1ondms5nnm

In this article we will discuss how to encrypt and decrypt files using Python.
7 views04:42
Open / Comment
2021-12-16 04:42:06 ItsMyCode: Python TypeError: ‘int’ object is not callable

Link: https://itsmycode.com/python-typeerror-int-object-is-not-callable/

ItsMyCode |
The TypeError: the ‘int’ object is not a callable error occurs if an arithmetic operator is missed while performing the calculations or the reserved keywords are declared as variables and
6 views01:42
Open / Comment
2021-12-16 04:42:04 Python Bytes: #263 It’s time to stop using Python 3.6

Link: https://pythonbytes.fm/episodes/show/263/it-s-time-to-stop-using-python-3.6

Watch the live stream:



Watch on YouTube




About the show

6 views01:42
Open / Comment
2021-12-16 00:42:04 Talk Python to Me: #345: 10 Tips and Tools for Developer Productivity

Link: https://talkpython.fm/episodes/show/345/10-tips-and-tools-for-developer-productivity

You know that feeling when one of your developer friends or colleague tells you about some amazing tool, library, or shell environment that you never heard of that you just have to run out and try rig
7 views21:42
Open / Comment
2021-12-15 22:42:12 ItsMyCode: Python TypeError: ‘NoneType’ object is not subscriptable

Link: https://itsmycode.com/python-typeerror-nonetype-object-is-not-subscriptable/

ItsMyCode |
If you subscript any object with None value, Python will raise TypeError: ‘NoneType’ object is not subscriptable exception. The term subscript means retrieving the values using indexing.
I
7 views19:42
Open / Comment
2021-12-15 19:42:11 Python for Beginners: How to Get a List as User Input in Python

Link: https://www.pythonforbeginners.com/basics/how-to-get-a-list-as-user-input-in-python

We can take a value as input from the user using the input() function. What if we have to get a list of values as input? In this article, we will discuss two ways to get a list as  user input in Pytho
10 views16:42
Open / Comment
2021-12-15 13:42:10 Python GUIs: An introduction to PyQt6 Signals, Slots and Events — Triggering actions in response to user behaviors and GUI events (updated for PyQt6)

Link: https://www.pythonguis.com/tutorials/pyqt6-signals-slots-events/

So far we've created a window and added a simple push button widget to it, but the button doesn't do anything. That's not very useful at all -- when you create GUI applications you typically want them
12 views10:42
Open / Comment