Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
IslandT: Find the maximum value within a string with Python

Link: https://kibiwebgeek.com/find-the-maximum-value-within-a-string-with-python/

In this chapter we are going to solve the above problem with a Python method. Given a string which consists of words and numbers, we are going to extract out the numbers that are within those words fr
IslandT: Combine two strings with Python method

Link: https://kibiwebgeek.com/combine-two-strings-with-python-method/

In this example, we are going to create a method which will do the followings:-
Extract unique characters from two strings then group them into two separate lists.Create a new list consists of the cha
Kushal Das: Announcing lymworkbook project

Link: https://kushaldas.in/posts/announcing-lymworkbook-project.html


In 2017, I started working on a new
book to teach Linux command line in
our online summer training. The goal was to have the basics covered in the
book, and the same time not to try to explain things
PyCon: PyCon 2020 Conference Site is here!

Link: https://pycon.blogspot.com/2019/08/pycon-2020-conference-site-is-here.html

After 2 successful years in Cleveland, OH, PyCon 2020 and PyCon 2021 will be moving to Pittsburgh, PA!Head over to us.pycon.org/2020 to check out the look for PyCon 2020.Our bold design includes the R
Weekly Python StackOverflow Report: (cxcii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/09/cxcii-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-08-31 22:41:03 GMTFill NaN based on previous value of row - [13/2]
IslandT: Multiply according to the number of times

Link: https://kibiwebgeek.com/multiply-according-to-the-number-of-times/

In this example, a root number and the number which indicates how many numbers of times that root number should get multiplied have been passed into a function which will then return a list of multipl
Ed Crewe: Teaching an old Pythonista new Gopher tricks

Link: http://edcrewe.blogspot.com/2019/09/teaching-old-pythonista-new-gopher.html

I recently got a new job where I need to write a lot of Golang, so needed to learn it.I figured that you don't really learn a language unless you try and write code that actually does something useful
Mike Driscoll: PyDev of the Week: Katherine Kampf

Link: http://www.blog.pythonlibrary.org/2019/09/02/pydev-of-the-week-katherine-kampf/

This week we welcome Katherine Kampf (@kvkampf) as our PyDev of the Week! Katherine is a Program Manager at Microsoft, specifically for Azure Notebooks, which is Microsoft’s version of Jupyter Noteboo
IslandT: Capitalize the letters that occupy even indexes and odd indexes separately

Link: https://kibiwebgeek.com/capitalize-the-letters-that-occupy-even-indexes-and-odd-indexes-separately/

Given a string, capitalize the letters within the string that occupy even indexes and odd indexes separately, and return as a list! Index 0 will be considered even.
For example, capitalize(“abcdef”) =
Django Weblog: Django bugfix releases issued: 2.2.5, 2.1.12, and 1.11.24

Link: https://www.djangoproject.com/weblog/2019/sep/02/django-bugfix-releases-225-2112-11124/

Today we've issued 2.2.5, 2.1.12, and 1.11.24 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used f
PyBites: Code Challenge 63 - Automatically Generate Blog Featured Images

Link: https://pybit.es/codechallenge63.html


There is an immense amount to be learned simply by tinkering with things. - Henry Ford

Hey Pythonistas,
In this new blog code challenge you are going to use selenium to automatically generate some c
Wingware Blog: Dark Mode and Color Configuration in Wing Python IDE

Link: https://wingware.com/blog/dark-mode

Wing 7 added four new dark color palettes and the ability to quickly toggle between light
and dark mode using the menu icon in the top right of the IDE window. When
Dark Mode is selected, Wing switch
EuroPython: EuroPython 2019: Please send in your feedback

Link: https://blog.europython.eu/post/187438617892

EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t a