MJ Namadi
Welcome to CodeWithMJNamadi! 🎉
Here, you'll learn PHP, Laravel, MYSQL, HTML5, CSS, and web development basics the easy way.
Whether you're a complete beginner or just brushing up your skills, my tutorials are step-by-step, beginner-friendly, and fun.
54 - Python Functions Made Easy: Create and Call Functions
53 - Python Mini Project: Build a Concession Stand Ordering System
52 - Python Project: Shopping Cart with Lists
51 - Python Mini Project: Compound Interest Calculator
50 - Python For Loop: Loop Through Lists, Strings, and More
49 - Python While Loop: Repeat Actions Until a Condition is False
48 - Python Nested Dictionaries Explained (With Simple Examples)
47 - How to Copy a Dictionary in Python (Without Linking It)
46 - Remove Items from a Python Dictionary
Laravel 12: Online Library Management System (OLMS) From A-Z (Project Overview)
Laravel 12: Online Library Management System (OLMS) From A-Z (Promo Video)
45 - Add New Items to a Python Dictionary
44 - Update Values in a Python Dictionary
43 - Access Items in a Python Dictionary (Get Values by Key)
42 - Python Dictionaries Explained: Key-Value Pairs Made Simple
41 - Join Python Sets (Union, Update, and More)
40 - Remove Items from a Python Set (discard, remove, pop)
39 - Add Items to a Set in Python (add vs update)
38 - How to Access Items in a Python Set
37 - Python Sets Explained: Store Unique Values Easily
36 - Join Two Tuples in Python (Simple Examples)
35 - Python Tuple Unpacking Made Easy
34 - Can You Update Tuples in Python? Here’s How
33 - Access Items in a Python Tuple (Indexing Basics)
32 - Python Tuples Explained: What They Are and How to Use Them
31 - Combine Two Lists in Python (Joining Lists)
30 - Copy Lists in Python Without Mistakes
29 - Sort Lists in Python (Ascending & Descending Order)
28 - Remove Items from a Python List (pop, remove, del)
27 - Add Items to a Python List Using append() and insert()