Comments In Python | Python For Beginners | Lecture 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ต.ค. 2024
  • Apply for LIVE 45 Days of Python (AI Oriented) Batch - codingwithsaga...
    Welcome back to "Coding with Sagar"!
    🚀 In this Python programming tutorial series, we're diving deep into the world of coding, one step at a time. Today, on Day 2, we're going to master the concept of comments in Python.
    💡 What you'll learn in this video:
    What are comments in Python and why are they essential for coding.
    How to write single-line comments in Python.
    The syntax for creating multi-line comments in Python.
    Best practices for using comments to enhance code readability and collaboration.
    👨‍💻 So, whether you're a beginner just starting your coding journey or an experienced programmer looking to refresh your knowledge, this video is perfect for you!
    🔑 Access the Python Project for Beginner Series:
    1- Image Slideshow Project - • Build a Python Image S...
    2- QR Code Generator to Accept Payment - • Accept Payments with P...
    3- Text Editor App - • Build a Text Editor Ap...
    4- Automate your Task - • Goodbye Manual Search,...
    5- Create a Digital Clock - • Build a Digital Clock ...
    6- Tic-Tac-Toe Game - • Tic Tac Toe Game In Py...
    7- Rock Paper Scissor - • Rock Paper Scissor Gam...
    8- Rent Calculator App - • Rent calculator in pyt...
    🌟 Don't forget to like this video if you find it helpful and share it with your fellow aspiring coders. Leave your questions and feedback in the comments section below; we love hearing from you!
    🔗 Stay connected with us:
    Instagram: / codingwithsagar
    Telegram: telegram.me/sa...
    #PythonProgramming #CodingTutorial #CommentsInPython #CodingWithSagar #PythonComments #LearnPython #ProgrammingBeginners #CodingTips #PythonForBeginners #CodingJourney #PythonDevelopment #CodingSkills #Programming101 #PythonCodeComments #CodeReadability #CodingCommunity #ProgrammingEducation #PythonTipsAndTricks

ความคิดเห็น • 34

  • @abdulbasit9364
    @abdulbasit9364 8 หลายเดือนก่อน +6

    Bhai ke bat ye achi lag rhe hy sidhi bat na bakwas no time waste better than other videos

  • @sahanur446
    @sahanur446 24 วันที่ผ่านมา +4

    Siddhi baat no bakwas, I like it 🫵👍

  • @zuhragul739
    @zuhragul739 3 หลายเดือนก่อน +2

    Wow , what a best lecture 👏......thanks

  • @muhammadshoaib-nf3qh
    @muhammadshoaib-nf3qh 26 วันที่ผ่านมา

    So much informative

  • @Priyanshu_Chaurasiya-oz9mr
    @Priyanshu_Chaurasiya-oz9mr 4 หลายเดือนก่อน +4

    Thank you ❤ sagar bhaiya ❤

  • @muhammadanees9505
    @muhammadanees9505 3 หลายเดือนก่อน +1

    plz sir python k mazed video b btao ap k teeaching method best h.

  • @bewmerhikes1271
    @bewmerhikes1271 10 หลายเดือนก่อน +3

    Ye series kitna din ka hoga?

  • @MuhammadK-d8y
    @MuhammadK-d8y 2 หลายเดือนก่อน

    R Programming and SQL, Deep Learning,
    artifical Intelligence,
    machine learning,
    Launch another course from Sagar Place in Programming so that we get a chance to learn.❤, we are learning in very simple words.

  • @BharatSingh-he9wc
    @BharatSingh-he9wc หลายเดือนก่อน

    Sir ye kis software me coading ki h aapne?

  • @lalitrathore4540
    @lalitrathore4540 หลายเดือนก่อน

    bhai ek django course bhi bna do

  • @AdityaRaj-c5n
    @AdityaRaj-c5n 10 หลายเดือนก่อน +2

    Sir is python is easy for those who learn a language like ' C ' previously?

    • @SayTruthX
      @SayTruthX 4 หลายเดือนก่อน

      C totaly different than python

  • @muhammadshaheer-mn4mh
    @muhammadshaheer-mn4mh 2 หลายเดือนก่อน

    AOA APP KONSA COMPILER USE KARRAHE HEN

  • @mahipalsolanki4194
    @mahipalsolanki4194 2 หลายเดือนก่อน

    aare bhai sbb bouncer gaya

  • @pollyserwal6593
    @pollyserwal6593 2 หลายเดือนก่อน

    Brother if someone not remember formula like you are usingA=p1*r^2 in comment section how to solve problem in paython program

  • @asifrana5122
    @asifrana5122 6 หลายเดือนก่อน +1

    Nice vedio

  • @supriyagarje1871
    @supriyagarje1871 9 หลายเดือนก่อน +3

    Sir plz suggest python project

    • @SayTruthX
      @SayTruthX 4 หลายเดือนก่อน

      Certainly! Here's a list of mini projects to build for enhancing your Python skills:
      ### Basic Python Mini Projects:
      1. **Simple Calculator:**
      - Create a command-line calculator that can perform basic arithmetic operations like addition, subtraction, multiplication, and division.
      2. **To-Do List Application:**
      - Develop a simple to-do list application that allows users to add, delete, and manage tasks. Implement features like marking tasks as completed and prioritizing tasks.
      3. **Number Guessing Game:**
      - Build a number guessing game where the computer generates a random number, and the player has to guess it within a certain number of attempts.
      4. **Weather Forecast App:**
      - Use a weather API to fetch weather data for a specific location and display it to the user. Allow users to search for weather forecasts by city or zip code.
      5. **Word Count Tool:**
      - Create a tool that reads a text file and counts the number of words, lines, and characters in the file. Display the results to the user.
      6. **Palindrome Checker:**
      - Write a program that checks if a given string is a palindrome (reads the same backward as forward). Allow users to input a string and display the result.
      7. **Simple Chatbot:**
      - Develop a basic chatbot that can answer user questions or engage in simple conversations. Use conditional statements and predefined responses to simulate conversation.
      ### Advanced Python Mini Projects:
      1. **Web Scraper:**
      - Build a web scraper using libraries like BeautifulSoup or Scrapy to extract data from websites. Create a scraper for a specific website or scrape data related to a particular topic.
      2. **Data Visualization Tool:**
      - Use libraries like Matplotlib or Seaborn to create visualizations of data. Load sample datasets or real-world data and create various types of plots, graphs, and charts.
      3. **Image Processing Application:**
      - Develop an image processing application that can perform operations like resizing, cropping, rotating, and applying filters to images. Use libraries like OpenCV for image manipulation.
      4. **Finance Tracker:**
      - Build a finance tracker application that allows users to track their income, expenses, and budget. Implement features like categorizing transactions, setting financial goals, and generating reports.
      5. **Social Media Analyzer:**
      - Create a tool that analyzes social media data from platforms like Twitter or Facebook. Fetch data using APIs, perform sentiment analysis, and visualize trends and insights.
      6. **Machine Learning Model Deployment:**
      - Train a machine learning model using libraries like TensorFlow or scikit-learn, and deploy it as a web service using frameworks like Flask or Django. Build a simple web interface for users to interact with the model.
      7. **Natural Language Processing (NLP) Project:**
      - Develop an NLP project that performs tasks like text classification, sentiment analysis, or named entity recognition. Use libraries like NLTK or spaCy for natural language processing tasks.
      These mini projects will help you apply your Python skills to real-world scenarios, improve your problem-solving abilities, and prepare you for more advanced Python development. Start with the basic projects to solidify your understanding of core concepts, and gradually tackle more complex projects as you progress

    • @SayTruthX
      @SayTruthX 4 หลายเดือนก่อน

      U got

  • @MuhammadK-d8y
    @MuhammadK-d8y 2 หลายเดือนก่อน

    Sagar Bhai
    Similarly, you can get a data scientist course. ❤

  • @kumkumshukla3151
    @kumkumshukla3151 15 วันที่ผ่านมา

    sir lecture 1 is missing

  • @Ag_7184
    @Ag_7184 4 หลายเดือนก่อน +3

    what if we didn't write the comment in code ?????

    • @Deleto34
      @Deleto34 2 หลายเดือนก่อน +1

      Then it will show syntax error..
      You have to add the comment in # or with "'

    • @AyeshaSaeed-m6s
      @AyeshaSaeed-m6s หลายเดือนก่อน

      Comments sirf Explanation ya Understanding k liye likhy jaty hein. In ko na bhi likein to koo frq nai pry ga

  • @Raj_Anshu
    @Raj_Anshu 9 หลายเดือนก่อน +2

    Bhaiya aap directly jump kr gye ye nhi bataya installing or usko set kaise kare malum nhi CHL rhi kaise karu 😢😢.
    Plz solve this problem

    • @Akash-vp9cb
      @Akash-vp9cb 9 หลายเดือนก่อน +1

      Bhai code with Harry dekho wo yehee sab cheez sikhata hai
      Aur maine bhi python ussi se sikha tha 👍

    • @abdulbasit9364
      @abdulbasit9364 8 หลายเดือนก่อน

      ​@@Akash-vp9cb Wo copy cat banaty han insan ko

    • @rajansandy239
      @rajansandy239 7 หลายเดือนก่อน +1

      Abe Bhai sab apni apni jgha thik ha sab apni method se padha wo koi copy paste karwata ha Pura course padha ha uska kabhi ??

  • @Zaid_711-k2o
    @Zaid_711-k2o 4 หลายเดือนก่อน

    konsa App use karte ho

    • @SayTruthX
      @SayTruthX 4 หลายเดือนก่อน

      Code base

    • @FarheenRon
      @FarheenRon หลายเดือนก่อน

      App nai hai vscode hai

  • @sabujbarman2546
    @sabujbarman2546 9 หลายเดือนก่อน +2

    Python download ka video do

  • @Hiiii-k
    @Hiiii-k 9 หลายเดือนก่อน +1

    Bhaiya mai class 11th me hu I.P. ka student agar Mai aapki videos dekhuuu to mera kaam ho jayega kaya bhaiya 😢

  • @sagarpawar9906
    @sagarpawar9906 9 หลายเดือนก่อน

    Me bhi 😂😂