3 secret Python tricks you need to see

Manpreet Singh
3 min readAug 28, 2021

Welcome back! Python is an awesome programming language with a ton of capability, you can pretty much do anything with this language, so let’s talk about some secret Python tricks that you may not know about. Now, some of these tricks are a bit random, but you could implement most of these inside of your projects, with this long introduction out of the way, let’s get started!

Improve Your If…

--

--