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

2021-12-18 22:42:10 ItsMyCode: Python String count()

Link: https://itsmycode.com/python-string-count/

ItsMyCode |
Python String count() method is a built-in function that returns the number of occurrences of a substring in the given string.
count() Syntax
The syntax of count() method is:
string.count(
7 views19:42
Open / Comment
2021-12-18 19:42:09 Weekly Python StackOverflow Report: (cccvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/12/cccvi-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-12-18 14:29:24 GMTCan a function and local variable have the same
7 views16:42
Open / Comment
2021-12-18 16:42:08 ItsMyCode: Python String center()

Link: https://itsmycode.com/python-string-center/

ItsMyCode |
Python String center() method is a built-in function used to align the string to the center by filling the paddings to the left and right of the string with a specified fillchar(default fi
9 views13:42
Open / Comment
2021-12-18 13:42:08 ItsMyCode: Python String casefold()

Link: https://itsmycode.com/python-string-casefold/

ItsMyCode |
Python String casefold() method is used to implement caseless string matching. Case folding is similar to lowercasing but more aggressive because the casefold() function is more aggressive
10 views10:42
Open / Comment
2021-12-18 13:42:06 ItsMyCode: Python String capitalize()

Link: https://itsmycode.com/python-string-capitalize/

ItsMyCode |
Python string capitalize() method will convert the first letter in a string to uppercase and keep the rest of the characters in lowercase. The capitalize() function does not modify the ori
9 views10:42
Open / Comment
2021-12-18 00:42:12 Test and Code: 173: Why NOT unittest?

Link: https://testandcode.com/173

In the preface of "Python Testing with pytest" I list some reasons to use pytest, under a section called "why pytest?". Someone asked me recently, a different but related question "why NOT unittest?".
13 views21:42
Open / Comment
2021-12-17 19:42:10 Django Weblog: 2021 Malcolm Tredinnick Memorial Prize awarded to Adam Johnson

Link: https://www.djangoproject.com/weblog/2021/dec/17/2021-malcolm-tredinnick-memorial-prize-awarded-ada/

The Board of the Django Software Foundation is pleased to announce that the 2021 Malcolm Tredinnick Memorial Prize has been awarded to Adam Johnson.
Adam Johnson is a member of the Django Technical Bo
13 views16:42
Open / Comment
2021-12-17 16:42:10 Inspired Python: Five Advanced Pytest Fixture Patterns

Link: https://www.inspiredpython.com/article/five-advanced-pytest-fixture-patterns


Five Advanced Pytest Fixture Patterns
The pytest package is a great test runner, and it comes with a battery of features — among them the fixtures feature. A pytest fixture lets you generate and init
16 views13:42
Open / Comment
2021-12-17 16:42:08 Real Python: The Real Python Podcast – Episode #90: A Python Journey: Cyber Security, Automating AWS, and TDD

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

The Python community continually grows, with many users coming from different languages and backgrounds. This week on the show, we talk with developer Hugh Tipping about his Python journey. Hugh is al
17 views13:42
Open / Comment
2021-12-16 22:42:05 Codementor: Immersive Big Data Visualization

Link: https://www.codementor.io/tiagoperes/immersive-big-data-visualization-1ogxj47ge5

Over time and technological and scientific advances, the amounts and complexity of the data have increased. Our lives have also become traces of data: transactions in supermarkets, phone calls and...
15 views19:42
Open / Comment