Python Tutorial — Chapter 14 — Modules and Packages

modules

In Chapter 14 of Python Tutorial, we will learn about Modules and Packages Before we begin, if you are viewing this tutorial on Mobile, please rotate your mobile horizontally for best experience. You can enable auto-rotate in the phone settings. In Python, module is a simple file having .py extension and it contains set of

Python Tutorials — Chapter 4 — Basic Operators

chapter 4

In chapter 4 of Python Tutorial, we will learn about Basic Operators An operator is a symbol that performs a certain operation on two operands. Python, like any other programming languages, contains some operators, as listed below. Arithmetic Operators In Python, there are many arithmetic operators such as + (addition), – (subtraction), * (multiplication), /