mayank aggarwal
mayank aggarwal
  • 29
  • 4 439
Hello Python Day-20 | Conditional Questions #hellopython
🐍 "Hello Python" Series: Mastering Conditionals with Practical Questions 🚀
Hey Everyone! Today, we're putting our conditional knowledge to the test with some real-world Python challenges! 💻🧠
Resources Link :-drive.google.com/drive/folders/12Jr3Bm6Qraqc37DnI7Wo7YxFjmOeURxk?usp=drive_link
In this video, we'll tackle:
✅ A comprehensive review of all conditional concepts
✅ Two practical coding challenges to sharpen your skills
✅ Step-by-step problem-solving techniques
🔍 Key problems we'll solve:
1. Loan Eligibility Checker: Combine multiple conditions to determine loan eligibility
2. Leap Year Calculator: Use nested conditionals to identify leap years
💡 Pro Tips:
- Learn to break down complex problems into smaller, manageable parts
- Practice combining different types of conditionals for advanced logic
- Understand how these concepts apply to real-world programming scenarios
- Discover techniques for writing clean, efficient conditional code
👨‍🏫 Ready to level up your Python skills? Let's dive into these exciting challenges!
👍 If these coding exercises helped you, show your support with a like!
🔔 Subscribe and hit the notification bell for more Python problem-solving sessions!
💬 Share your solutions or ask questions in the comments section!
🎥 Challenge your coding buddies - share this video and solve together!
📥 Want more practice? Email mecutionatmailatmayank.aggarwal@gmail.com for the full assignment and solutions!
Connect with me for more Python insights:
LinkedIn: www.linkedin.com/in/mayank953/
Instagram: tech.mayankagg
Medium: medium.com/@thecodingcookie
#HelloPython #PythonChallenges #ConditionalLogic #LearnPython #PythonTutorial #CodingProblems #ProgrammingLogic #PythonForBeginners #CodeNewbie #TechEducation #PythonProgramming #CodingJourney #SoftwareDevelopment #PythonTips #ProblemSolving #ControlFlow #STEM #ComputerScience #PythonCommunity #CodingSkills #PythonBestPractices #LogicalThinking #ArtificialIntelligence #MachineLearning #DataScience #AIprogramming #MLbasics #AlgorithmDesign #ConditionalStatements #ComputationalThinking
zhlédnutí: 36

Video

Hello Python Day-19 | Nested If Statement #hellopython
zhlédnutí 46Před 10 hodinami
🐍 "Hello Python" Series: Mastering Nested If Statements 🚀 Hey everyone! Today, we're diving deep into Nested If Statements in Python! 🧠💻 Resource link: drive.google.com/drive/folders/12JeaD7DzKsipBal-fM6X1YRuhty3oLOU?usp=drive_link In this video, we'll explore: ✅ What are Nested If Statements? ✅ How to implement multiple levels of decision-making ✅ The importance of indentation in nested struct...
Hello Python Day-18 | If Else and elif statement #hellopython
zhlédnutí 73Před 13 hodinami
🐍 Dive into Python Conditionals: If-Else and If-Elif-Else Statements! #hellopython Resource Link:- drive.google.com/drive/folders/1s4xqFRG6bLTA-GLYR5D5pTRlp2VOEn8w?usp=drive_link In this lesson, we explore the power of decision-making in Python: • If-Else Statements: Learn how to create branching logic • Syntax and Indentation: Master the structure of conditional statements • If-Elif-Else: Disc...
OOPS in Python - Part 3 (Live)
zhlédnutí 68Před 15 hodinami
Resource Link :- drive.google.com/drive/folders/14mfpRJDgi9P8j7DeNiWmY64UgkYIuYU8?usp=drive_link
Hello Python Day-17 | Conditional Statement in Python #HelloPython
zhlédnutí 60Před 15 hodinami
🐍 "Hello Python" Series: Mastering Decision Control Statements 🚀 Resource Link:- drive.google.com/drive/folders/1FwNEVsLSIZN3Pijty-8HlB17JMa8OBEE?usp=drive_link Hey everyone! Today, we're diving into the world of Decision Control Statements in Python! 🧠💻 In this video, we'll explore: ✅ What are Decision Control Statements? ✅ The four types of decision control statements in Python ✅ Deep dive in...
Hello Python Day-16 | String Formatting in Python
zhlédnutí 84Před 18 hodinami
🐍 "Hello Python" Series: Mastering String Formatting Techniques 🚀 Resource Link :- drive.google.com/drive/folders/1roqnIcwccsgJx0dkxnxGYOPmro3rE9Oe?usp=drive_link Hey Everyone! Today, we're diving into the powerful world of String Formatting in Python! 📝 In this video, we'll explore: ✅ Three main methods of string formatting ✅ Precision handling in string formatting ✅ Dynamic string creation fo...
Hello Python Day 15 | Associativity and Precedence In Operators #HelloPython
zhlédnutí 59Před 20 hodinami
🐍 "Hello Python" Series: Mastering Operator Precedence and Associativity 🚀 Resource Link :- drive.google.com/drive/folders/1lTliDKSz0C-Do6haC2JRrkl0JK7ekwcg?usp=drive_link Hey Everyone! Today, we're diving into the crucial world of Operator Precedence and Associativity in Python! 🧮 In this video, we'll explore: ✅ Operator Precedence: The order of operations in Python ✅ Associativity: How Python...
OOPS Concepts in Python - Part 2 (LIVE)
zhlédnutí 139Před 20 hodinami
OOPS Concepts in Python - Part 2 (LIVE)
Hello Python Day-14 | Membership & Binary Operator #HelloPython
zhlédnutí 72Před 22 hodinami
🐍 "Hello Python" Series: Mastering Membership and Bitwise Operators 🚀 Resource link:- drive.google.com/drive/folders/1lOX3FOMyh-QcpHaU05wz6mjgiGs5wH49?usp=drive_link Hey everyone! Today, we're diving deep into the fascinating world of Membership and Bitwise Operators in Python! 💻 In this video, we'll explore: ✅ Membership Operators: 'in' and 'not in' ✅ Bitwise Operators: &, |, ^, ~ ✅ Binary rep...
Hello Python Day-13 - Logical & Assignment Operators #HelloPython
zhlédnutí 93Před dnem
🐍 "Hello Python" Series: Mastering Logical, Assignment, and Identity Operators 🚀 Resource Link :- drive.google.com/drive/folders/1lEbCx3a-fAeVstlXJCWwxPt-rmmh5KBn?usp=drive_link Hey Everyone! Today, we're diving deep into the world of Logical, Assignment, and Identity Operators in Python! 💻 In this video, we'll explore: ✅ Logical Operators: and, or, not ✅ Assignment Operators: Simple and compou...
OOPS Concept in Python from Scratch - PART 1 (LIVE)
zhlédnutí 266Před dnem
OOPS Concept in Python from Scratch - PART 1 (LIVE)
Hello Python Day-12 | Relational Operators & String Comparison
zhlédnutí 137Před dnem
🐍 "Hello Python" Series: Mastering Relational Operators in Python 🚀 Resource Link :- drive.google.com/drive/folders/1kzxO7qScNwogiuUNj6WkJZK5c-eP81e_?usp=drive_link Hey Everyone! Today, we're exploring the fascinating world of Relational Operators in Python! 🔍 In this video, we'll unpack: ✅ What are Relational Operators and their importance ✅ How to compare values using these operators ✅ Specia...
Hello Python Day 11 | Operators in Python
zhlédnutí 67Před dnem
Hello Python Day 11 | Operators in Python
Hello Python Day 10 | Type Casting In Python
zhlédnutí 130Před 14 dny
Hello Python Day 10 | Type Casting In Python
Hello Python Day-9.5 | Slicing : Step Argument in Python
zhlédnutí 83Před 14 dny
Hello Python Day-9.5 | Slicing : Step Argument in Python
Hello Python Day-9 | Slicing In Python
zhlédnutí 106Před 14 dny
Hello Python Day-9 | Slicing In Python
Hello Python Day-8 | Indexing In Python
zhlédnutí 97Před 14 dny
Hello Python Day-8 | Indexing In Python
Hello Python Day-7 | String Data Type
zhlédnutí 106Před 14 dny
Hello Python Day-7 | String Data Type
Hello Python Day-6 | Boolean Data Type
zhlédnutí 91Před 14 dny
Hello Python Day-6 | Boolean Data Type
Hello Python Day-5 | Numeric Data Type
zhlédnutí 62Před 21 dnem
Hello Python Day-5 | Numeric Data Type
Hello Python Day-4 | Data Types and Properties
zhlédnutí 135Před 21 dnem
Hello Python Day-4 | Data Types and Properties
Hello Python Day -3 | Predefined Function, Errors and Identifiers
zhlédnutí 260Před 21 dnem
Hello Python Day -3 | Predefined Function, Errors and Identifiers
Hello Python Day-2 | Installing Python
zhlédnutí 276Před 21 dnem
Hello Python Day-2 | Installing Python
Hello Python Day - 1 | Introduction To Python
zhlédnutí 431Před 21 dnem
Hello Python Day - 1 | Introduction To Python
Hello Python - Complete python from scratch
zhlédnutí 297Před 21 dnem
Hello Python - Complete python from scratch

Komentáře

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před dnem

    time to make a mini project.

    • @tech.mayankagg
      @tech.mayankagg Před dnem

      Yup, that will be shortly covered :) Pehle assignment bhi kr lete hain, today class has an assignment to test out the learning :)

  • @mohamedtauqueer1690

    Nice explanation again and new info that we can use idle shell to write python code which I am hearing first time. Vi editor I have used in my college days for writing c and c++ codes. Nice to know all these new things. Great stuff again.

    • @tech.mayankagg
      @tech.mayankagg Před dnem

      Great Mohamed. Vi is a text editor kind of like sublime, it doesn't run code. Honestly, it is quite complex so we should start with good editors initially. Make sure Python is completely set up in your machine or Colab is working else.

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 2 dny

    This course is absolutely for beginners.😃😃😃😃😃

    • @tech.mayankagg
      @tech.mayankagg Před 2 dny

      Do share with everyone in your network and make sure to complete the same with friends. Also share and learn in public as the same will be helpful :)

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 2 dny

    I am a beginner who just passed class 12 commerce with maths. after my exam. I started exploring the coding world. Almost every creator advises to learn Python. My first language is Python which I am currently learning.

    • @tech.mayankagg
      @tech.mayankagg Před 2 dny

      Exactly Vishal, that is indeed a very good step. Request to share the course with your friends as well. I will be bringing awesome courses in field of AI and Data Engineering as well and the same will be a lot helpful in cracking jobs in future. :)

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 2 dny

    I am excited for nested if else statement

  • @tech.mayankagg
    @tech.mayankagg Před 3 dny

    Resource link :- drive.google.com/drive/folders/14mfpRJDgi9P8j7DeNiWmY64UgkYIuYU8?usp=drive_link

  • @tech.mayankagg
    @tech.mayankagg Před 3 dny

    Resource Link :- drive.google.com/drive/folders/14mfpRJDgi9P8j7DeNiWmY64UgkYIuYU8?usp=drive_link

  • @jairamrai5417
    @jairamrai5417 Před 3 dny

    Sir i want to enter in the field of data science can i refer this series

    • @tech.mayankagg
      @tech.mayankagg Před 3 dny

      Hi, Sure, you can follow the same. Everything will be helpful. I teach Concepts in Data Science as well and things I am covering in this series are actually base for the same. Will be also coming up with Data Science and ML Course.

  • @mohamedtauqueer1690

    12:47 Thank you for your clear explanation. It is very helpful to know how to start with a programming language and what are the benefits of learning python.

    • @tech.mayankagg
      @tech.mayankagg Před 3 dny

      Welcome Mohamed. Make sure to properly learn from this series and start your journey now :)

  • @mohamedtauqueer1690

    4:47 Java was first released in 1995. However, Python was developed as a hobby in 1989 6:25

    • @tech.mayankagg
      @tech.mayankagg Před 3 dny

      Yup Exactly, many people still think that Java is older than python. Glad you found researched the same.

  • @tech.mayankagg
    @tech.mayankagg Před 4 dny

    Resource Link: - drive.google.com/drive/folders/1FwNEVsLSIZN3Pijty-8HlB17JMa8OBEE?usp=drive_link

  • @CSBSRINATHS
    @CSBSRINATHS Před 4 dny

    hi sir, I am currently watching recordings of your python class, from ineuron I am student of FSDS GEN AI batch. youer teachings are awesome

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Thanks a lot :) More to come. Keep on supporting and do share with everyone.

  • @tech.mayankagg
    @tech.mayankagg Před 4 dny

    Resource Link :- drive.google.com/drive/folders/1roqnIcwccsgJx0dkxnxGYOPmro3rE9Oe?usp=drive_link

  • @kevalkumar9694
    @kevalkumar9694 Před 4 dny

    Very nice but please keep two way communication i.e. share your telegram or whatsapp as well where we can ask our questions and get faster clarity.

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Sure Keval, will be creating the same soon and have a great community of AI enthusiast :)

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Meanwhile, do ask your questions here and I will help you clear all your doubts :)

  • @dishantbhavsar5476
    @dishantbhavsar5476 Před 4 dny

    sir can you please launch dsa series in python?

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Already in works dishant, will make sure to create content there which is very much simple so everyone can start work on that.

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Till then make sure to learn python properly from here as the same will be very helpful there :)

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 4 dny

    well expained share resources

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 4 dny

    make content of atlest 1 hour.

    • @tech.mayankagg
      @tech.mayankagg Před 4 dny

      Don't worry, those videos are also in the pipeline. These are easier to follow so make sure to learn from it.

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 4 dny

    machine learning and Ai both

  • @inderjot1589
    @inderjot1589 Před 4 dny

    Nice video

  • @inderjot1589
    @inderjot1589 Před 4 dny

    Well explained 🥰🥰

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 5 dny

    also I make a progress to day 15

  • @abdullah21266
    @abdullah21266 Před 5 dny

    I from the FSD batch and just want to say you are the best one in targeting the Real Problem in teaching and specially data science. Keep going mayank , you will reach the sky im sure about it , just time

  • @ujjawalchaturvedi7947

    Must Watch Video for understanding oops concept👌💪❤

  • @tech.mayankagg
    @tech.mayankagg Před 5 dny

    Resource Link :- drive.google.com/drive/folders/1lTliDKSz0C-Do6haC2JRrkl0JK7ekwcg?usp=drive_link

  • @ujjawalchaturvedi7947

    Thanks for your Hard work !!! 🙂

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      Thanks a lot Ujjawal. Glad you liked it :) Do share with everyone in your network and subscribe ;)

  • @tech.mayankagg
    @tech.mayankagg Před 5 dny

    Resource Link:- drive.google.com/drive/folders/13TveUc1jKgStJq9bycEe6bOGeGCtER3q?usp=drive_link

  • @tech.mayankagg
    @tech.mayankagg Před 5 dny

    Resource Link:- drive.google.com/drive/folders/13TveUc1jKgStJq9bycEe6bOGeGCtER3q?usp=drive_link

  • @tech.mayankagg
    @tech.mayankagg Před 5 dny

    Resource Link :- drive.google.com/drive/folders/1iNj6c-QaZI119bokcjUtzLYwjUcQWJoy?usp=drive_link Hi Everyone, Slicing is a very important concept and used in other Data Structures as well so please make sure to understand it properly. If anything is not clear, request to ask in the comments. :)

  • @atharvakadam7675
    @atharvakadam7675 Před 6 dny

    can't attend live but yep covered all !!!!

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      Great, glad you liked it. :) Do checkout the resource.

    • @atharvakadam7675
      @atharvakadam7675 Před 5 dny

      @@tech.mayankagg are you taking live class on your basis??

  • @siddshukla3441
    @siddshukla3441 Před 6 dny

    hello bhaiya where is the second part of oops (live)?

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 6 dny

    share resrources

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 6 dny

    Please create more classes on Object-Oriented Programming (OOP).

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      A full-fledged one shot videos will be uploaded soon. :)

  • @ujjawalchaturvedi7947

    Crystal Clear Explanation , Thanks SIr !!!

  • @PANDURANG99
    @PANDURANG99 Před 7 dny

    Will cover my 50 mins missed in live😂

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      Make sure to understand once from here and surely you won't face any problem :)

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 8 dny

    thank for the resources

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 8 dny

    provide resources

    • @tech.mayankagg
      @tech.mayankagg Před 7 dny

      Hi Vishal Will Update tomorrow, have to fix something in code. :)

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      Hi Vishal Here are the Resources :- drive.google.com/drive/folders/13TveUc1jKgStJq9bycEe6bOGeGCtER3q?usp=drive_link

  • @atharvakadam7675
    @atharvakadam7675 Před 8 dny

    bool("python") ans will be true because its not an empty string o if their is empty string then it will give false

    • @tech.mayankagg
      @tech.mayankagg Před 8 dny

      Exactly, Atharva. The empty string ("") is only false and rest all is True. So bool('python') = True and bool('') = False

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 8 dny

    please share resources

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 8 dny

    I can't notes in the description If any other place then please tell

  • @VishalKumar-gd8tv
    @VishalKumar-gd8tv Před 8 dny

    how can i get your handwritten notes

  • @NeelkanthSS
    @NeelkanthSS Před 8 dny

    Thanks for this lesson sir

    • @tech.mayankagg
      @tech.mayankagg Před 5 dny

      Your welcome Neelkanth. Do check out the part 2 as well.

    • @NeelkanthSS
      @NeelkanthSS Před 4 dny

      @@tech.mayankagg sure I'll go through it sir

  • @JyotiRani-fw1tt
    @JyotiRani-fw1tt Před 9 dny

    Great job! It's day 3 or 13?

    • @tech.mayankagg
      @tech.mayankagg Před 8 dny

      Thanks a lot :) Its Day 13 as mentioned in the title :)

  • @Mr.Cap31-12
    @Mr.Cap31-12 Před 9 dny

    Sir Can you help me to know about Python that, Do I work with python to build App Development etc.

    • @tech.mayankagg
      @tech.mayankagg Před 9 dny

      Hi, Python actually can be use for web/mobile development and ofcourse for all the Data Science and AI use cases as well.

  • @tech.mayankagg
    @tech.mayankagg Před 11 dny

    Resource Link :- drive.google.com/drive/folders/12XUzS7Z8BosKXhGYUT_3oaK6BvxOEhoO?usp=sharing Thanks everyone for attending :)

  • @tech.mayankagg
    @tech.mayankagg Před 11 dny

    Resource Link :- drive.google.com/drive/folders/12XUzS7Z8BosKXhGYUT_3oaK6BvxOEhoO?usp=sharing

  • @tech.mayankagg
    @tech.mayankagg Před 11 dny

    Thanks a lot for everyone who attended. It ended due to a network issue but will surely have another class and complete OOPS from scratch. :)

  • @Rahulgarg-th8hg
    @Rahulgarg-th8hg Před 11 dny

    String comparison was always difficult to understand for me. You cleared it like a breezed. Thanks a lot. Subscribed. 😁

  • @Rohan-tu6oj
    @Rohan-tu6oj Před 11 dny

    Nice explanation. Can you please share the resources.

  • @ujjawalchaturvedi7947

    This is great Initiative , Thank You !!!

  • @ujjawalchaturvedi7947

    Keep Doing the awesome work 🥰