Asha Ponraj

Asha Ponraj

Data science and Machine Learning enthusiast | Software Developer | Blog Writter

Python Tutorials – Operators

Previous Next Python provides various types of operators. Mathematical Operators: Mathematical operators are used to perform mathematical operations like addition, subtraction, multiplication, division. In addition to that the modulus, Floor division, Exponential operators also available. Conditional Operators: Conditional operators are…

Python Tutorials – Naming conventions

Variable names, function names, class-method names: Use lower case words separated by underscore. Class Name: Each word starts with Capital letter. No Underscore. (Camel Case) Constant: Full Upper-case words separated by underscore. Some common best practices: Most of the time,…

Python Tutorials – Data Types

Each variable must be categorized into a type of value. Based on the type, the variable will be used for the mathematical or logical operations. For example, we can use mathematical operations such as addition, multiplication can only be applied…

Tutorials

Basic Python Tutorial: Explained in Simple Terms Quizzes available for each concept Live and contains Latest version’s concepts