> welcome to
python
sucks
Why Python is as good
as they say.
> latest articles
- Learn Python
Reading Input and Displaying Output
Jul 12, 2026So far, every program we've written has behaved exactly the same way. But real programs need to interact with their users.
- Inside Python
What Does the `del` Statement Actually Do?
Jul 12, 2026To answer that question, let's revisit one of the very first ideas we learned in this series.
- Learn Python
Numbers and Strings
Jul 3, 2026In the previous article, we learned how to store data in variables. But what kinds of data can Python actually store?
- Inside Python
Why Does Modifying a Copy Sometimes Change the Original?
Jul 3, 2026We're used to thinking of a copy as a completely independent duplicate. The confusion comes from the fact that Python supports more than one kind of copying.
- Learn Python
Variables and Names
Jun 30, 2026Now it's time to understand how Python stores data.