Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Humberto Rocha: Publishing my first Game

Link: https://humberto.io/blog/publishing-my-first-game/

Games always connected me with technology since the beginning.
My father and I, we built our first computer (a Pentium 286) and the first thing that I remember to do was to play some DOS games like Pr
Real Python: PyCharm for Productive Python Development (Guide)

Link: https://realpython.com/pycharm-guide/

As a programmer, you should be focused on the business logic and creating useful applications for your users. In doing that, PyCharm by JetBrains saves you a lot of time by taking care of the routine
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 17: Call Stack and Activation Records

Link: https://ruslanspivak.com/lsbasi-part17/


“You may have to fight a battle more than once to win it.” — Margaret Thatcher

In 1968 during the Mexico City Summer Olympics, a marathon runner named John Stephen Akhwari found himself thousands mi
Python Software Foundation: PyPI Security Q4 2019 Request for Information period opens.

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/gIKwwagf0H0/pypi-security-q4-2019-request-for.html


The Python Software Foundation Packaging Working Group has received funding from Facebook research to develop and deploy of enhanced security features to PyPI.

PyPI is a foundational component of th
IslandT: Find the maximum value within a string with Python

Link: https://kibiwebgeek.com/2019/08/29/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
Ned Batchelder: Don’t omit tests from coverage

Link: https://nedbatchelder.com//blog/201908/dont_omit_tests_from_coverage.html

There’s a common idea out there that I want to refute. It’s this: when
measuring coverage, you should omit your tests from measurement.
Searching GitHub shows that lots of people do this.
This is a ba
Thibauld Nion: 7 years of Django in 7-ish days

Link: https://tibonihoo.net/en/blog/2019/08/7-ans-de-django-en-1-semaine/

Spring was quite an "interesting time" for my personal project: WaterOnMars.
Indeed I started to work on adding a new feature (a first in a while
but maybe the topic of another post) but each time I w
Continuum Analytics Blog: Canaries Can Tweet: Preview New Features with Conda Canary

Link: https://www.anaconda.com/preview-new-features-conda-canary/

Conda-canary is the pre-defaults-release channel for conda — it has the most recent version of conda. On occasion it will also have the latest pre-defaults-release of conda-build and other conda depen
Python Insider: Python 3.8.0b4 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/FTBbItOCE6g/python-380b4-is-now-available-for.html


It's time for the last beta release of Python 3.8. Go find it at:
https://www.python.org/downloads/release/python-380b4/ 



This
release is the last of four planned beta release previews. Beta
re
PyCharm: PyCharm 2019.2.2 Preview

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

PyCharm 2019.2.2 Preview is now available!
Fixed in this Version

Some code insight fixes were implemented for Python 3.8:

Now the “continue” and “finally” clauses are allowed to be used.
Support for
Matt Layman: Celery In A Shiv App - Building SaaS #31

Link: https://www.mattlayman.com/building-saas/celery-in-shiv/

In this episode, we baked the Celery worker and beat scheduler tool into the Shiv app. This is one more step on the path to simplifying the set of tools on the production server.
I started the stream
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]