Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Test and Code: 144: TDD in Science - Martin Héroux

Link: https://testandcode.com/144

Test Driven Development, TDD, is not easy to incorporate in your daily development.
Martin and Brian discuss TDD and testing and Martin's experience with testing, TDD, and using it for code involved
Codementor: How I learned Tkinter

Link: https://www.codementor.io/digvijay05/how-i-learned-tkinter-1f2dh9s4rg

About me
I am Digvijay. A full-time Work from Home Developer.
Why I wanted to learn Tkinter
I learned TKINTER PYTHON For Clearing my First Deal With A Client In My Profile (Wash & Fold Laundry)...
Weekly Python StackOverflow Report: (cclxiii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/02/cclxiii-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-02-13 16:17:56 GMTPython match statement: how to use values stored
Nikola: Nikola v8.1.3 is out!

Link: https://getnikola.com/blog/nikola-v813-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.3. This release has some minor fixes, and
a minor dependency change.

What is Nikola?
Nikola is a stati
IslandT: Create a clickable chessboard with Python and Pygame

Link: https://kibiwebgeek.com/create-a-clickable-chessboard-with-python-and-pygame/

In this article I will continue to work on the previous chess engine project by creating a clickable chessboard with Python and Pygame. What I will do here is to write a program which will highlight a
Karim Elghamrawy: What is Pickling in Python? (In-depth Guide)

Link: https://www.afternerd.com/blog/python-pickle/

The post What is Pickling in Python? (In-depth Guide) appeared first on Afternerd.
Zato Blog: Configuring API details via environment variables

Link: https://zato.io/blog/posts/config-env-variables.html

Today, we are looking at how environment variables can be used to let the configuration of your
Zato-based
API services be reusable across environments -
this will help you centralise all of your con
Python Pool: 4 Quick Solutions To EOL While Scanning String Literal Error

Link: https://www.pythonpool.com/eol-while-scanning-string-literal/?utm_source=rss&utm_medium=rss&utm_campaign=eol-while-scanning-string-literal

Python is widely used by many developers all around the world to create mind-blowing applications. What’s more exciting about Python is that it’s dynamically programmed. That means you don’t have to d
Mike Driscoll: PyDev of the Week: Aly Sivji

Link: https://www.blog.pythonlibrary.org/2021/02/15/pydev-of-the-week-aly-sivji/

This week we welcome Aly Sivji (@CaiusSivjus) as our PyDev of the Week. Aly is an organizer for the Chicago Python Users Group (ChiPy), one of the largest Python groups around. If you’d like to see wh
PyCharm: Join the Webinar: Developing Flask Apps on Google Cloud

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

Google Cloud Platform provides a broad range of tools that allow developers to deploy almost any kind of application.
Abby Carey, a developer advocate for Cloud Code in Google, is joining Nafiul Islam
Stack Abuse: Python: Get Number of Days Between Dates

Link: https://stackabuse.com/python-get-number-of-days-between-dates/

Introduction
In this tutorial, we'll take a look at how to get the number of days between two dates in Python.
We'll be using the built-in datetime package, that allows you to really easily work with
Matt Layman: Episode 12 - Success With Static Files

Link: https://www.mattlayman.com/django-riffs/success-static-files/

On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We’ll see what they are and what they do.
Listen at djangor
Real Python: Pandas Sort: Your Guide to Sorting Data in Python

Link: https://realpython.com/pandas-sort-python/

Learning pandas sort methods is a great way to start with or practice doing basic data analysis using Python. Most commonly, data analysis is done with spreadsheets, SQL, or pandas. One of the great t
Amjith Ramanujam: Rapid Prototyping in Python

Link: https://blog.amjith.com/rapid-prototyping-in-python

I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
Patrick Kennedy: Sessions in Flask

Link: http://www.patricksoftwareblog.com/sessions-in-flask/

I wrote a blog post on TestDriven.io about how Sessions work in Flask:
https://testdriven.io/blog/flask-sessions/
This blog post looks at how sessions work in Flask by covering the following topics:
W
Ben Cook: Linear interpolation in Python: An np.interp() example

Link: https://jbencook.com/numpy-interpolate/

It's easy to linearly interpolate a 1-dimensional set of points in Python using the np.interp() function from NumPy.
Andrew Dalke: Are 32-bit floats enough for your Tanimoto scores?

Link: http://www.dalkescientific.com/writings/diary/archive/2021/02/15/32_bit_floats_and_tanimotos.html


Chemfp uses 64-bit
IEEE 754 floating point (a.k.a. double or binary64,
or float64) to represent cheminformatics fingerprint
similarity scores.



Some fingerprint search systems instead use 32-bit
IE
Podcast.__init__: CrossHair: Your Automatic Pair Programmer

Link: https://www.pythonpodcast.com/crosshair-automated-bug-finder-episode-302/

One of the perennial challenges in software engineering is to reduce the opportunity for bugs to creep into the system. Some of the tools in our arsenal that help in this endeavor include rich type sy