We're going to write a clone of Arkanoid (Breakout) using Python and PyGame Zero. In this post, I want to show you how easy it is to write a simple game. Let's get started! All the code is available here: https://github.com/shantnu/arkanoid-clone The imag... (more…)
Read more »
What is a Time Based One Time Password
Time Based One Time Password(aka TOTP) is a common method of two-factor authentication.
Used to create temporary passcodes from time and Secret key using HOTP algorithm.
Generated passcode expires after some ti... (more…)
Read more »
In this guide, you'll learn how to get the most out of your Real Python membership using the community Slack. You'll learn some lesser-known features of Slack and see how to communicate your technical problems more effectively. (more…)
Read more »
Dane Hillard is a Real Python contributor and author of the book Practices of the Python Pro. In this interview, we discuss a variety of topics, including code complexity, Python package maintenance, and popcorn. (more…)
Read more »