Become better Python coder in no time

vladignatyev

Vladimir Ignatev

Posted on November 27, 2023

Become better Python coder in no time

Type into your Python REPL import this.

Yes, you got it. It is an Easter Egg of the PEP-0020 - The Zen Of Python.

Read it carefully and think about The Zen Of Python every time you write Python programs. And let the Superpower grow within you!

Check out my daily Python quizzes! đŸ¤Ē

About Python's PEPs

Actually, I started using Python since version 2.6. That time I had so many newbie questions and so many misunderstandings... I won them by reading PEPs.

Every PEP is a specification that defines and explains Python language feature. It is a standard for implementing Python interpreters and a handy cookbook for Python learners.

Hope it helps a lot, people.

💖 đŸ’Ē 🙅 🚩
vladignatyev
Vladimir Ignatev

Posted on November 27, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related