PinnedOverloads of the Different References in Modern C++This article focuses on function/method overloads by lvalue and rvalue references, as well as the types of arguments that can be passed.Nov 10, 2021Nov 10, 2021
PinnedWhat is None? How to Test None with the “==” or “is” operator?Is it essential to use “== None” instead of “is None” or vice versa?Dec 31, 2021Dec 31, 2021
PinnedWhat are Move Semantics, Move Constructors, and Move Assignment Operators in Modern C++?In this section, we will go over the move semantics in detail with examples. What was going on before and after the introduction of move…Sep 21, 2021Sep 21, 2021
PinnedThe Most Common Python Developer Mistakes, And How To Avoid ThemPython Developers’ Mistakes or Problems, with SolutionsDec 27, 20211Dec 27, 20211
PinnedPython Style Guide: PEP 8 — Write Clean Python CodeThis article will help you to know a few of the most widely used standards in Python code.Dec 24, 2021Dec 24, 2021