Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
IslandT: Create a chessboard in Python and Pygame

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

In this article, we will continue with our chess engine project by creating a chessboard in python with the help of the pygame module. In our previous article, we are showing a pawn in the board but i
Real Python: The Real Python Podcast – Episode #47: Unraveling Python's Syntax to Its Core With Brett Cannon

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

Do you feel like you understand how Python works under the hood? What is syntactic sugar, and how much of it should be in Python? This week on the show, we have Brett Cannon. Brett is a Python core de
"CodersLegacy": Top 10 Programming Courses by Udemy

Link: https://coderslegacy.com/top-10-programming-courses-by-udemy/

In this article we will be discussing the Top 10 programming courses we could find on the Udemy site. There are many other great choices as well, on other subjects and fields, but these are 10 we spec
Stack Abuse: Python: How to Remove a Key from a Dictionary

Link: https://stackabuse.com/python-how-to-remove-a-key-from-a-dictionary/

Introduction
In this article, we'll take a look at how to remove keys from Python dictionaries. This can be done with the pop() function, the del keyword, and with dict comprehensions.
Remove a Key Us
Python Morsels: What is __init__?

Link: https://www.pythonmorsels.com/topics/what-is-init/





Transcript:
Let's talk about the __init__ method in Python.
A pointless Point class
Here's a class called Point:
class Point:
"""2-dimensional point."""

We can construct a new instance of thi
Talk Python to Me: #303 Python for Astronomy with Dr. Becky

Link: https://talkpython.fm/episodes/show/303/python-for-astronomy-with-dr.-becky

If you are involved in science or use computational tools in your work, you should be using code to solve your problem. On this episode, we have Dr. Becky Smethurst who's an astrophysicist at Oxford U
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