MeshWorld
MeshWorld
Home
Tutorials
DevTools
Quiz
Programs
HowTos
Lists
Installs
Light
Dark
Automatic
Tutorial
Python Arithmetic Operators: A Complete Guide for Beginners
Master Python arithmetic operators with this comprehensive guide. Learn addition, subtraction, multiplication, division, floor division, modulo, and exponentiation with clear examples and emojis! 🚀
Vishnu Damwala
Last updated on Dec 24, 2025
4 min read
Python Comparison Operators: Mastering Equality in Python
Learn how to compare values in Python using comparison operators like == and !=. Explore equality checking with clear code examples, use cases with if-statements, and fun emojis! ⚖️
Vishnu Damwala
Last updated on Dec 24, 2025
3 min read
Python Relational Operators: Comparing Values Like a Pro
Understand Python relational operators (<, <=, >, >=) to compare numeric values and variables. Master boolean logic with clear code examples and vibrant emojis! 📊
Vishnu Damwala
Last updated on Dec 24, 2025
2 min read
Python Ternary Operator: Writing Cleaner if-else in One Line
Discover the Python ternary operator, the elegant one-liner for if-else statements. Learn the syntax, see practical examples, and understand when to use it for cleaner code! ⚡
Vishnu Damwala
Last updated on Dec 24, 2025
3 min read
Java - Relational Operators
Java provides operators that can be used to check the relationship between values or values within variables also known as operands. All relational operators, less than(<), less than or equal to(<=), greater than(>), greater than and equal to(>=) gives resultant value in boolean i.
Vishnu Damwala
Last updated on Oct 26, 2021
2 min read
Java - Comparison Operators
Java provides operators that can be used to compare values or values within variables. As the name implies both
==
and
!=
are used for Comparison.
Vishnu Damwala
Last updated on Oct 13, 2021
2 min read
Java - Arithmetic Operators
Java supports different arithmetic operators that can be used to performs mathematical calculations on the values and variables aka operands. The basic arithmetic operations includes addition, subtraction, multiplication, division, etc. are performed with these operators.
Vishnu Damwala
Last updated on Oct 7, 2021
3 min read
Introduction to MongoDB
In this article, we’re going to see about an Introduction with MongoDB and comparison with MySQL
Hinal Acharya
Last updated on Oct 13, 2021
2 min read
Introduction to JAVA
Java is a high-level general programming language originally developed by Sun Microsystems and released in 1995. Java runs on more than 5.5billion devices that quite huge.
Vishnu Damwala
Last updated on Oct 13, 2021
4 min read
How to update a record without updating timestamp in Laravel
In this article, we will see How to update record without saving or updating timestamp fields either
updated_at
or any other custom field. Laravel provides us functionality to handle timestamp update while saving model. Assigning
false
to
timestamps
property of model during model save, prevents auto update of timestamp fields.
Vishnu Damwala
Last updated on Oct 7, 2021
2 min read
MySQL - List all Databases
In this article, you will see how to retrieve list of databases with MySQL.
Vishnu Damwala
Last updated on Sep 18, 2021
3 min read
Introduction to SQL
In this article we look into intro about SQL aka
Structured Query Language
. Used by numerous big giant tech companies & by widely popular applications.
Vishnu Damwala
Last updated on Aug 26, 2021
2 min read
»
Cite
×