All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Rhythm Bhiwani

83 articles found across 1 feed

Appears on

Articles83

React Forms and Controlled Components

Build forms in React the right way: controlled inputs, handling change, simple validation, and submitting, with runnable examples.

0
Logic Decode2h ago

Conditional Rendering in React, Explained

Show and hide UI in React: ternaries, the && operator, early returns, and clean patterns for conditional rendering, with a live editor.

0
Logic Decode2h ago

Why Learn Python in 2026 (and What You Can Build)

What programming really is, why Python is the best first language, and the apps, games, and AI you can build with it once you start.

0
Logic Decode2mo ago

Install Python on Windows, macOS and Linux

Step-by-step Python 3 setup for Windows, macOS, and Linux: check your version, add Python to PATH, get pip, and pick an editor.

0
Logic Decode2mo ago

Python Variables, print() and input() Explained

Write your first real Python program: print output, store data in variables, read user input, and convert between types, with runnable examples.

0
Logic Decode2mo ago

Python Numbers and Data Types for Beginners

Integers, floats, booleans, and arithmetic in Python: what a data type is, when to use each, and how type() tells them apart.

0
Logic Decode1mo ago

Python Strings and f-strings, Explained

Create, slice, and format text in Python: quotes, indexing, the string methods you'll actually use, and clean f-string formatting.

0
Logic Decode1mo ago

Python Lists, Tuples and Sets: A Beginner's Guide

Store collections in Python with mutable lists, immutable tuples, and unique-value sets, plus indexing, methods, and a comprehension teaser.

0
Logic Decode1mo ago

Python Dictionaries: Key-Value Data Made Easy

Use Python dictionaries to store and look up key-value data: creating, accessing, updating, nesting, and iterating over them.

0
Logic Decode1mo ago

Comparison and Logical Operators in Python

Build conditions with Python's comparison and logical operators (==, !=, , and/or/not) plus short-circuiting and real examples.

0
Logic Decode1mo ago

Python if, elif and else Statements Explained

Make decisions in Python with if/elif/else, understand indentation as scope, nest conditions, and meet the modern match/case statement.

0
Logic Decode1mo ago

Python for and while Loops for Beginners

Repeat work with Python loops: for with range, iterating over sequences, while loops, and the break, continue, and pass keywords.

0
Logic Decode1mo ago

Build the FLAMES Game in Python (Beginner Project)

Put loops, strings, and conditionals together to build the classic FLAMES name game in Python, step by step, from scratch.

0
Logic Decode1mo ago

Python Functions and Logic Building Explained

Write reusable Python functions with def, parameters, return values, default and keyword arguments, and scope, then break problems into pieces.

0
Logic Decode1mo ago

Python Modules, pip and Virtual Environments

Import and write modules, install packages with pip, and isolate projects with virtual environments, the foundation of real Python projects.

0
Logic Decode1mo ago

Python OOP: Classes and Objects for Beginners

Start object-oriented programming in Python: why OOP, defining a class, __init__, attributes and methods, and creating objects.

0
Logic Decode1mo ago

Python Inheritance and Dunder Methods Explained

Reuse and extend classes with inheritance and super(), then customize objects with dunder methods like __str__ and __repr__.

0
Logic Decode1mo ago

File Handling in Python: Read and Write Files

Open, read, and write files in Python: file modes, the with statement, and safe patterns for reading and writing text files.

0
Logic Decode1mo ago

Python Error and Exception Handling Explained

Stop your Python programs from crashing — understand exceptions, use try/except/else/finally, raise your own, and fix common beginner errors.

0
Logic Decode28d ago

Python Next Steps: Comprehensions and Beyond

Finish the Python basics with list and dict comprehensions, then choose your next path in web, data, or automation, plus the habits that keep you improving.

0
Logic Decode25d ago
Rhythm Bhiwani: Articles | FeedBagel