P_11 Data Types in Python | Python Tutorials for Beginners

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • 🔥Python Tutorials for Beginners: • Python - Basic to Advance
    🔥Notes of Today's Class: drive.google.c...
    ********************************************
    Connect & Contact Me:
    My Second Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    ********************************************
    See Complete Playlists:
    Programming in C Tutorials: • Programming in C
    C++ Tutorials for beginners: • Lec 1: How to Install ...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Dynamic Programming: • Dynamic Programming
    Operating Systems tutorials: // • Operating Systems
    DBMS Tutorials: • DBMS (Database Managem...
    #pythonforbeginners #programming #datatypes #jennyslectures

Комментарии • 161

  • @spinverseTutorials
    @spinverseTutorials Год назад +70

    Print(0o123) = 83
    Print(0x123) = 291
    Ok so i found a method to do these questions.
    In 0o123, it indicates octal ok?
    So, the base is 8.
    Now taking most right digit 3 & multiplying it with 8^0 i.e 3 × 8^0 = 3
    then taking two & multiplying it with 8^1 i.e 2 × 8^1 = 16
    last, taking 1 & multiplying it with 8^2 i.e 1 × 8^2 = 64
    Add the answers you got in every step. 3 + 16 + 64 = 83
    *Same Method For 2nd Question*
    note to remember *start from right* & (0x123) indicates hexa so the base is 16.

    • @Lildev19
      @Lildev19 11 месяцев назад +4

      I just confused while seeing the video your message just give me a good clarification about this thanks mate🫡

    • @ashutoshyavadruth5010
      @ashutoshyavadruth5010 11 месяцев назад +1

      How to decide base ?

    • @spinverseTutorials
      @spinverseTutorials 11 месяцев назад

      @@Lildev19 Always!

    • @spinverseTutorials
      @spinverseTutorials 11 месяцев назад +6

      @@ashutoshyavadruth5010 0b = Binary = base 2
      0o = Octal = base 8
      0x = Hexa = base 16

    • @PunithGowda-gt9yg
      @PunithGowda-gt9yg 9 месяцев назад +1

      Thanks bro

  • @naveenkumar-ip2sm
    @naveenkumar-ip2sm 6 месяцев назад +6

    Thanku @JENNY. Am a cs faculty . it helped me alot in clearing my doubt and made me to teach with more confidence.. one of the best teachers i have seen.

  • @nishagupta14
    @nishagupta14 Год назад +9

    name="jenny khatri"
    print(name[5])
    print(len(name))
    output:-
    it will print space
    12 #because it count space also
    print(0o123)
    print(0x123)
    output:-
    83
    291
    mam plz🙏🙏 ans me that i am right or not....

  • @miryalkarvivekkumar8890
    @miryalkarvivekkumar8890 Месяц назад +1

    print(0o123) = 83
    print(0x123) = 291

  • @sudhanshupoddar9114
    @sudhanshupoddar9114 Год назад +4

    Maam you just looks too beautiful I started watching the video due to the thumbnail and now I have mastered all the topics😇😇......

  • @julakantivikash5171
    @julakantivikash5171 Месяц назад

    I love your teaching mam
    I searched so many video about python
    But finally reached your video mam
    Thanks for your hard dedication to teach
    Thank you mam

  • @makonduchiyesu7021
    @makonduchiyesu7021 Год назад +10

    This is great. I enjoyed your C playlist, you explain so well. I will enjoy this too I believe.

  • @daramsankarteja7840
    @daramsankarteja7840 Год назад +12

    Hi Mam I am waiting for your next video on python...as this python course seems really helpful to me.
    Thank you so much mam for your efforts 🙂

  • @harshita7802
    @harshita7802 Год назад +7

    Mam I am waiting for your new video on python...as this python course seems really helpful to me.
    Thank you so much mam for your efforts 🙂

  • @karthikuppaluru
    @karthikuppaluru 4 месяца назад

    Print(0o123) : the octa decimal value is 83 ; print(0x123): the hexa decimal value is 291

  • @user-zg6fr2ql9t
    @user-zg6fr2ql9t 11 месяцев назад +1

    ma'am you walyas teach good not good excellent just ma'am i have no words for you .
    just keep uploading videos we will watch and increase your views. and increase our knowledge.
    😅🥰😅

  • @micmike
    @micmike Год назад +2

    print(0x123) returns 291 and 0o123 returns 83

    • @bharathkd
      @bharathkd Год назад

      How to calculate it .? Please let me know

  • @Chefatmyownkitchenette
    @Chefatmyownkitchenette 3 месяца назад

    Seriously, a good lecture... lot's of effort...🙏🙏🙏

  • @satyaveersinghyadav867
    @satyaveersinghyadav867 Год назад +1

    Main you are teaching very very nice

  • @ssst78
    @ssst78 Год назад +3

    Please do course on java too

  • @harshavlogs4547
    @harshavlogs4547 Год назад +3

    Octal value is 83
    Hexa decimal is 291

  • @sindhujasekhar7109
    @sindhujasekhar7109 Год назад +3

    Try to upload videos
    From today onwards
    Plzz.....

  • @vandanapulalithasaikumar3114
    @vandanapulalithasaikumar3114 Год назад +2

    Thank you for uploading python

  • @haseenamulla7201
    @haseenamulla7201 Год назад +4

    Many thanks for you efforts in teaching us coding. ❤❤❤❤

    • @qemmm11
      @qemmm11 9 месяцев назад

      Me too

  • @nariroeplal1553
    @nariroeplal1553 4 месяца назад

    Hi Ma'm thank you for your video, seems like i am really sitting in a classroom haha. And you videos are so easy to understand. Can you maybe also do SQL Database videos? Beginner to advance?

  • @rafaqathussain7259
    @rafaqathussain7259 Год назад +1

    good effort.i want o learn for statistics

  • @manoharm2848
    @manoharm2848 Год назад +2

    I love your teaching method It is excellent and please continue the course

  • @marimuthu_a
    @marimuthu_a 11 месяцев назад +1

    13:36 By default, they will convert and print as decimal form ah madam...

  • @bharathkumarkrishnamoorthy8789
    @bharathkumarkrishnamoorthy8789 2 месяца назад

    very well explained Jenny..

  • @sggamerz9944
    @sggamerz9944 11 месяцев назад

    Print(100*"i love you mam" ) best python lecture all clear ❤️💓❤️💓

  • @sindhujasekhar7109
    @sindhujasekhar7109 Год назад +3

    Ur Explanation superb
    One request mam
    Please upload the Java Explanation videos
    Topics
    UNIT I Introduction
    Introduction to Object Oriented Programming, The History and Evolution of Java, Introduction to Classes,
    Objects, Methods, Constructors, this keyword, Garbage Collection, Data Types, Variables, Type
    Conversion and Casting, Arrays, Operators, Control Statements, Method Overloading, Constructor
    Overloading, Parameter Passing, Recursion, String Class and String handling methods
    UNIT II Inheritance, Packages, Interfaces
    Inheritance: Basics, Using Super, Creating Multilevel hierarchy, Method overriding, Dynamic Method
    Dispatch, Using Abstract classes, Using final with inheritance, Object class,
    Packages: Basics, Finding packages and CLASSPATH, Access Protection, Importing packages.
    Interfaces: Definition, Implementing Interfaces, Extending Interfaces, Nested Interfaces, Applying
    Interfaces, Variables in Interfaces.
    UNIT III Exception handling, Stream based I/O
    Exception handling - Fundamentals, Exception types, Uncaught exceptions, using try and catch, multiple
    catch clauses, nested try statements, throw, throws and finally, built-in exceptions, creating own exception
    subclasses.
    Stream based I/O (java.io) - The Stream Classes-Byte streams and Character streams, Reading console
    Input and Writing Console Output, File class, Reading and Writing Files, Random access file operations,
    The Console class, Serialization, Enumerations, Autoboxing, Generics.
    UNIT IV Multithreading, The Collections Framework
    Multithreading: The Java thread model, creating threads, Thread priorities, Synchronizing threads,
    Interthread communication.
    The Collections Framework (java.util): Collections overview, Collection Interfaces, The Collectionclasses￾Array List, Linked List, Hash Set, Tree Set, Priority Queue, Array Deque. Hashtable, Properties, Stack,
    Vector, String Tokenizer, Bit Set, Date, Calendar, Random, Formatter, Scanner.
    UNIT V Applet, GUI Programming with Swings, Accessing Databases with JDBC
    Applet: Basics, Architecture, Applet Skeleton, requesting repainting, using the status window, passing
    parameters to applets
    GUI Programming with Swings - The origin and design philosophy of swing, components and containers,
    layout managers, event handling, using a push button, jtextfield, jlabel and image icon, the swing buttons,
    jtext field, jscrollpane, jlist, jcombobox, trees, jtable, An overview of jmenubar, jmenu and jmenuitem, creating a main menu, show message dialog, show confirmdialog, show input dialog, show option dialog,
    jdialog, create a modeless dialog.
    Accessing Databases with JDBC:
    Types of Drivers, JDBC Architecture, JDBC classes and Interfaces, Basic steps in developing JDBC
    applications, Creating a new database and table with JDBC

  • @glps369
    @glps369 Год назад +1

    Thank You So Much

  • @meghasinha1706
    @meghasinha1706 Год назад +2

    Thanks for the efforts mam 😊

  • @DivyaKarike
    @DivyaKarike 26 дней назад

    Cool ga chapdii mam❤

  • @mano_003
    @mano_003 Год назад +1

    Mam plzz comp c++ so that we can also learn datastructures and do competitive programing mam.

  • @tejaswinik8461
    @tejaswinik8461 Год назад +2

    Thanks mam for teaching us 😊

  • @shaikhshaikhlal8040
    @shaikhshaikhlal8040 Год назад +4

    Love the way u teach mam💖😇

  • @VinayKumar-cl8pm
    @VinayKumar-cl8pm Год назад +2

    Mam pls continue c++ course

  • @priyanshverma5371
    @priyanshverma5371 Год назад +3

    Thanks for these classes tutorial it helps a lot thanks

  • @xavierfernandes3137
    @xavierfernandes3137 Год назад +1

    GOOD JENNY ! KEEP IT UP

  • @user-cm7rt6vs4p
    @user-cm7rt6vs4p Год назад +1

    mam you printed the string jenny lectures 5 times but u also said we cannot concatinate a string and an integer how does it possible please explain mam.

  • @ansonsaji5380
    @ansonsaji5380 Год назад +1

    05:50 0x prefix means it is an octal number ?

  • @DivyaKarike
    @DivyaKarike Месяц назад

    Thakyou madam your teacing ❤❤

  • @shaikhshaikhlal8040
    @shaikhshaikhlal8040 Год назад +1

    Thank you so much 🤝

  • @jellyfish1772
    @jellyfish1772 Год назад +1

    thank you maam

  • @ishitapradhan2714
    @ishitapradhan2714 Год назад +1

    Mam why is it showing error when we are taking variable value as true instead of True I mean variable value can be anything it may be true or True.

  • @priyasugnanapriya6644
    @priyasugnanapriya6644 Месяц назад +1

    Can anyone explain how to calculate hexa and octal

  • @AROMA-03
    @AROMA-03 Год назад +1

    Octal value = 83
    Hexadecimal value = 291

  • @mano_003
    @mano_003 Год назад +3

    we watched ur c program playlist since c++is a super set of c it is esy to learn with the flow mam kindly plzzzz do video on c++ mam

  • @DasCODE
    @DasCODE Год назад +2

    present ma'am😀

  • @syednaimath2003
    @syednaimath2003 Год назад

    Mam you're awesome 😊😊😊
    Waise mai sakht londa but yaha mai pighal gaya

  • @subhashinichittemreddy8845
    @subhashinichittemreddy8845 10 месяцев назад

    Very best explanation mam

  • @rajitkar3622
    @rajitkar3622 Год назад +1

    Thank You so much mam 😊

  • @acpbchannel5699
    @acpbchannel5699 Год назад +1

    Ma'am can we enter after compiled in index like name[ ], in index can we write after completing of compiling

  • @pateldev5714
    @pateldev5714 Год назад +3

    Classic Explanation Mam♾️✨

  • @prakashsingh193
    @prakashsingh193 Месяц назад

    14:07 kya likh rhe hu yrr mai 😅.
    Mam aap hindi bolte time aur v jada cute lagte h

  • @rudrangipranay7632
    @rudrangipranay7632 Год назад +2

    Mam one sensior request mam please make videos on Data structures programms using c++ ...we are following u r playlist of Data structures for topics
    Pleass mam dont skip....🙏🙏

  • @mano_003
    @mano_003 Год назад +2

    Mam plz also do cpp mam

  • @vandanapulalithasaikumar3114
    @vandanapulalithasaikumar3114 Год назад +2

    Please upload all videos quickly mam

  • @sowmya4443
    @sowmya4443 Год назад +2

    Mam pls tell me or anyone
    How to read two variables Ina single line

  • @hassanrana8845
    @hassanrana8845 4 месяца назад

    data type check done

  • @guntupallyprathima8400
    @guntupallyprathima8400 Год назад +1

    does string data type doesnt work with var_ command??

  • @veerababudevadi4825
    @veerababudevadi4825 Год назад +1

    ma'm where should be practic the sums tell me the web site link pls..

  • @vijayramakrishnan6838
    @vijayramakrishnan6838 Год назад

    very well explained

  • @venubanoth3610
    @venubanoth3610 Год назад

    When small case true is defined ,while classifying it with type() function why name error since true is a multiple character which is string? 22:42

  • @Beastincarnate_1
    @Beastincarnate_1 6 месяцев назад

    Thanks 😊

  • @ayushraj1676
    @ayushraj1676 Год назад +1

    save shwetabh

  • @vishnuprasad9619
    @vishnuprasad9619 5 месяцев назад

    Thank you mam

  • @botlionop
    @botlionop Год назад

    Wow super Mam❣️❣️

  • @battulaprathap3124
    @battulaprathap3124 Год назад +1

    medam...please explain matrix problems in python.

  • @sweetypurnima8379
    @sweetypurnima8379 Год назад +1

    Classes are good. Can you explain the machine learning from basics to advanced if it is possible

  • @Vignesh-et4nf
    @Vignesh-et4nf Год назад +1

    False, True, None are used aslo as keywords they spl keywords that should follow caps at very first , these three are also treat as value

  • @harshaharsha6681
    @harshaharsha6681 8 месяцев назад

    Superb 🎉🎉🎉

  • @lifetransformation4901
    @lifetransformation4901 8 дней назад

    please let know how to convert the prefix octal number and hexadecimal number

  • @AbdurRahman-ck7ue
    @AbdurRahman-ck7ue 9 месяцев назад

    Nice lesson

  • @mano_003
    @mano_003 Год назад +1

    Plz comp cpp as soon as possible plzzz mam

  • @pragathi068
    @pragathi068 Год назад +51

    Mam you forgotted assignment 😔...

  • @user-fx3ew3hw1s
    @user-fx3ew3hw1s 17 дней назад

    8:10

  • @abdulhannan.018
    @abdulhannan.018 8 месяцев назад

    num = 66
    flt = 3.4
    print(num+flt)
    69.4

  • @hemendrakumarsahu6200
    @hemendrakumarsahu6200 Год назад +1

    Mam please continue c++ and provide note mam please

  • @valivetikousik2047
    @valivetikousik2047 2 месяца назад

    id is valid variable

  • @joysohan8237
    @joysohan8237 Год назад

    mam you are so beautiful and your teaching is excellent

  • @bablurastogi9308
    @bablurastogi9308 Год назад +1

    Mam please complete c++

  • @gobindadarai_music
    @gobindadarai_music Год назад

    I enjoyed your lecture class maam
    And I must say you're so beautiful

  • @Mr_wolf162
    @Mr_wolf162 2 месяца назад +1

  • @manipothuri7246
    @manipothuri7246 6 месяцев назад

    0o123=83
    0x123=291

  • @questforprogramming
    @questforprogramming Месяц назад

    print('Jenny\'s "Lectures"')

  • @kamranwazir4271
    @kamranwazir4271 7 месяцев назад

    if we use comma (,)for concatenate str , and int

  • @udaybhaskarv2970
    @udaybhaskarv2970 7 месяцев назад

    hi mam you are very beautiful. and you're learning also very nice.

  • @somasekharkesanakurthy3251
    @somasekharkesanakurthy3251 11 месяцев назад

    Please Post Python Data Structures

  • @AbhishekKumar-lf8ge
    @AbhishekKumar-lf8ge 8 месяцев назад

    I understand the string but what is the character Data types.

  • @adelekeadeola8571
    @adelekeadeola8571 Год назад

    Pls ma always zoom the screen for easy to see clearly

  • @ayas.v6887
    @ayas.v6887 5 месяцев назад

    9:46

  • @TriveniTriveniGadela-ov9fr
    @TriveniTriveniGadela-ov9fr 14 дней назад

    means

  • @user-bz3tt4ht9v
    @user-bz3tt4ht9v Месяц назад

    But why when it was true it didnt print it as str

  • @NagashivanivarnikaBatchu
    @NagashivanivarnikaBatchu 28 дней назад

    You forgot to give assignment mam

  • @Harsha.108
    @Harsha.108 Месяц назад

    what if i want to print - Jenny\'s \"Lectures\"

  • @thanhhiennguyen8917
    @thanhhiennguyen8917 3 месяца назад

    Do we have OOP in this course?

  • @marimuthu_a
    @marimuthu_a Год назад +2

    Hello madam, could you explain about socket programming using c language...

  • @LingeshhvarenKA
    @LingeshhvarenKA 6 месяцев назад

    print("Jenny's \"Lecture\"")

  • @maheshjalumuri5013
    @maheshjalumuri5013 Год назад

    Hi mam your so beautiful explanation and you are my crush 🥰

  • @chandrus27
    @chandrus27 Год назад

  • @yashvaddoriya1732
    @yashvaddoriya1732 Год назад +1

    Mam please tell me how answer is 83 and 291?

    • @vasanthkumar777
      @vasanthkumar777 Год назад

      in octal, it is like this
      1x8x8 + 2x8 + 3x1 = 81
      in hexadecimal
      1x16x16 + 2x16 + 3x1 = 291
      ok

    • @zombieoatmeal284
      @zombieoatmeal284 Год назад

      ​@@vasanthkumar777 Bhai phir se batade yaar....kuch smjh nhi aa raha 🥲

  • @Honey_0ne
    @Honey_0ne 8 месяцев назад

    mam... can u please start html/css/Javascript

  • @caidenmilenko
    @caidenmilenko 4 месяца назад

    I'm still getting an error when I try to run
    print("Jenny\'s
    \"Lectures\"") or print("Jenny\'s \
    \"Lectures\"").
    Syntax error. What am i doing wrong?