PKPathan Khanaminpathan.hashnode.dev·Sep 28, 2023 · 19 min readBasics Of PythonWhat is namespace: A namespace is a system that has a unique name for every object in Python. An object might be a variable or a method. Python itself maintains a namespace in the form of a Python dictionary. In Python, we deal with variables, functi...00
PKPathan Khanaminpathan.hashnode.dev·Sep 26, 2023 · 19 min readBasics of python 3It’s not compiled and the interpreter will check the code line by line. So before moving on further.. let’s do the most popular ‘HelloWorld’ tradition and hence compare Python’s Syntax with C, C++, and Java ( I have taken these 3 because they are the...00
PKPathan Khanaminpathan.hashnode.dev·Sep 20, 2023 · 19 min readIntroduction to python 3Python is a high-level, general-purpose, and very popular programming language. Python programming language (latest Python 3) is being used in web development and machine Learning applications, along with all cutting-edge technology in the Software ...00
PKPathan Khanaminpathan.hashnode.dev·Sep 14, 2023 · 5 min readDownload and Install Python 3 Latest VersionPython is a lot easier to code and learn. Python programs can be written on any plain text editor like Notepad, Notepad++, or anything of that sort. One can also use an online IDE for writing Python codes or can even install one on their system to ma...00
PKPathan Khanaminpathan.hashnode.dev·Sep 12, 2023 · 7 min readPYTHON 3 – the language of today and tomorrowPython is the gift that keeps on giving. The more you understand Python, the more you can do in the 21st Century. As simple as that. Who Python was created by Guido van Rossum and first released on February 20, 1991. While you may know the python a...00