Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Davide Moro: Hello pytest-play!

Link: http://davidemoro.blogspot.com/2018/04/hello-pytest-play.html

pytest-play is a rec&play (rec not yet available) pytest plugin that let you execute a set of actions and assertions using commands serialized in JSON format. It tries to make test automation more aff
Davide Moro: Test automation framework thoughts and examples with Python, pytest and Jenkins

Link: http://davidemoro.blogspot.com/2018/03/test-automation-python-pytest-jenkins.html

In this article I'll share some personal thoughts about Test Automation Frameworks; you can take inspiration from them if you are going to evaluate different test automation platforms or assess your c
PyCon: Eighth Annual PyLadies Auction at PyCon 2019

Link: https://pycon.blogspot.com/2019/01/eighth-annual-pyladies-auction-at-pycon.html

Photo Courtesy of Mike PirnatPyLadies is an international mentorship community for women that use Python. Since it’s founding in 2011, PyLadies has continued to bring women into the Python community t
Jahongir Rahmonov: How to write a Python web framework. Part II.

Link: http://rahmonov.me/posts/write-python-framework-part-two/

In the first part, we started writing our own Python framework and implemented
the following features:

WSGI compatible
Request Handlers
Routing: simple and parameterized

Make sure to read Part I of
PyBites: PyBites Twitter Digest - Issue 02, 2019

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

We were fortunate enough to be interviewed on the Teaching Python podcast! Listen. Now!
Episode 12: Intercontinental Python with @bbelderbos and @_juliansequeira is now live! From Seattle to Florida t
Weekly Python StackOverflow Report: (clxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/02/clxvi-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-02-24 13:01:02 GMTWhy does Python copy NumPy arrays where the leng
Podcast.__init__: - Episode

Link: https://www.pythonpodcast.com/marshmallow-data-validation-episode-200/

Summary
Any time that your program needs to interact with other systems it will have to deal with serializing and deserializing data. To prevent duplicate code and provide validation of the data struc
gamingdirectional: Detect the next game level

Link: http://gamingdirectional.com/blog/2019/02/25/detect-the-next-game-level/

Hello and welcome back to the current pygame project. In this article, we will create a new method to determine whether the boy has reached the door or not and if he did then the player will reach the
Mike Driscoll: PyDev of the Week: Lilly Ryan

Link: http://www.blog.pythonlibrary.org/2019/02/25/pydev-of-the-week-lilly-ryan/

This week we welcome Lilly Ryan (@attacus_au) as our PyDev of the Week! Lilly is a pen-tester and a recently added board member of the Python Software Foundation. She was an organizer of PyCon AU 2018
codingdirectional: Find the currency exchange rate with python

Link: http://codingdirectional.info/2019/02/25/find-the-currency-exchange-rate-with-python/

Hello and welcome back, in this chapter we are going to continue developing our cryptocurrency application with the help of coinbase api and the tkinter module. Before we go even further on cryptocurr
Made With Mu: Student Made Stress Management Mask

Link: https://madewith.mu/mu/users/2019/02/25/stress-management-mask.html

Sean Tibor, a teacher based in Boca Raton,
Florida, has been in touch about a cool project
created by one of his students called Dilnaam D.
Sean is one of the co-hosts (along with his colleague
Kelly
Zato Blog: Two-factor authentication in web-admin

Link: https://zato.io/blog/posts/web-admin-totp.html

This post provides steps needed to enable and make use of
TOTP
two-factor authentication in Zato web-admin - the method is compatible with the most popular apps such as
Google Authenticator,
Authy
or
Real Python: Python Community Interview With Ali Spittel

Link: https://realpython.com/interview-ali-spittel/

Happy 2019! For our first community interview of the year, I’m joined by Ali Spittel.
Ali is a Pythonista with a passion for CSS art and teaching Python. Join us as we talk about her non-traditional
Stack Abuse: Understanding ROC Curves with Python

Link: https://stackabuse.com/understanding-roc-curves-with-python/

In the current age where Data Science / AI is booming, it is important to understand how Machine Learning is used in the industry to solve complex business problems. In order to select which Machine L
NumFOCUS: Gina Helfrich on the Changelog Podcast

Link: https://numfocus.org/blog/gina-helfrich-on-changelog-podcast

The post Gina Helfrich on the Changelog Podcast appeared first on NumFOCUS.
Python Insider: Python 3.8.0a2 is now available for testing

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

Go get it here:https://www.python.org/downloads/release/python-380a2/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions. For a detailed list of changes, s
Yasoob Khalid: Python dis module and constant folding

Link: https://pythontips.com/2019/02/26/python-dis-module-and-constant-folding/

Hi people! Recently, I was super confused when I found out that:
>>> pow(3,89)
runs slower than:
>>> 3**89
I tried to think of a suitable answer but couldn’t find any. I timed the execution of both of
gamingdirectional: Create the mana object with Pygame

Link: http://gamingdirectional.com/blog/2019/02/26/create-the-mana-object-with-pygame/

Welcome back to our new pygame project. In this chapter, I will create the mana object to heal the player so he can continue to move forward after he has been hit by an enemy object. In this chapter,
PyBites: Generating Beautiful Code Snippets with Carbon and Selenium

Link: https://pybit.es/python-tips-carbon-selenium.html

Did you notice our Python tips lately? They looks more sexy, don't they? That's thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, wha