RKRubbie Kelvinincodewithrubbie.hashnode.dev路Oct 12, 2022 路 11 min readChoosing the right Python Web FrameworkHello and Welcome! With Python reaching new heights of popularity in the modern era, it is vital for developers to understand its framework and which one is best for their project. Python is a very powerful language that is simple to learn and provid...00
RKRubbie Kelvinincodewithrubbie.hashnode.dev路Jan 14, 2021 路 5 min readGetpass: Hiding sensitive input from the shellGetpass: Secure Password Prompt The strength of Python鈥檚 standard library is its size. It includes implementations of so many aspects of a program鈥檚 structure that developers can concentrate on what makes their application unique, instead of having t...00
RKRubbie Kelvinincodewithrubbie.hashnode.dev路Jan 2, 2021 路 14 min readArgparse: Command-line parsing.The strength of Python鈥檚 standard library is its size. It includes implementations of so many aspects of a program鈥檚 structure that developers can concentrate on what makes their application unique, instead of having to write all the basic pieces ove...01W
RKRubbie Kelvinincodewithrubbie.hashnode.dev路Sep 10, 2020 路 3 min readAnnotating Stuffs in PythonA lot of times, we run into bugs while writing python scripts, most of which is caused by wrong variable types in the wrong places. Unlike other languages like c++ and java, python is dynamically typed, which is an advantage of the language as well a...00
RKRubbie Kelvinincodewithrubbie.hashnode.dev路Jun 25, 2020 路 6 min readAs early as print()Oh... 馃檪, you're here. I guess you're just learning to code (welcome to the alternate universe) or you already learned to code but skipped a lot of the boring part. Well, you're here, so how about i take you far back, as early as print(). In this art...03EKT