Tutorial 2 - Python List and Boolean Variables

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • Hello All,
    Welcome to the Python Crash Course. In this video we will see about python List and Boolean Variables
    github url : github.com/krishnaik06/Machin...
    Support me in Patreon: / 2340909
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06
    If you like music support my brother's channel
    / @ultralifeproject
    Buy the Best book of Machine Learning, Deep Learning with python sklearn and tensorflow from below
    amazon url:
    www.amazon.in/Hands-Machine-L...
    You can buy my book on Finance with Machine Learning and Deep Learning from the below url
    amazon url: www.amazon.in/Hands-Python-Fi...
    Subscribe my unboxing Channel
    / @krishnaikhindi
    Below are the various playlist created on ML,Data Science and Deep Learning. Please subscribe and support the channel. Happy Learning!
    Deep Learning Playlist: • Tutorial 1- Introducti...
    Data Science Projects playlist: • Generative Adversarial...
    NLP playlist: • Natural Language Proce...
    Statistics Playlist: • Population vs Sample i...
    Feature Engineering playlist: • Feature Engineering in...
    Computer Vision playlist: • OpenCV Installation | ...
    Data Science Interview Question playlist: • Complete Life Cycle of...
    You can buy my book on Finance with Machine Learning and Deep Learning from the below url
    amazon url: www.amazon.in/Hands-Python-Fi...
    🙏🙏🙏🙏🙏🙏🙏🙏
    YOU JUST NEED TO DO
    3 THINGS to support my channel
    LIKE
    SHARE
    &
    SUBSCRIBE
    TO MY CZcams CHANNEL

Komentáře • 125

  • @irfanmoosani7771
    @irfanmoosani7771 Před 4 lety +6

    I am a beginner and you caught my interest. Now I really want to learn more.

  • @keerthikalyan1022
    @keerthikalyan1022 Před 4 lety +28

    i started learning python from your videos please don't stop uploading videos please upload All Concepts till the end..your doing great job..one day your helping Brings Lot of Happiness to your life..

  • @seemajoshi2675
    @seemajoshi2675 Před 3 lety +5

    Very helpful videos... I successfully tried many examples with different alternatives. These videos developed my interest in learning data science . Thanks a lot.

  • @rohank9292
    @rohank9292 Před 4 lety +14

    Thankyou for making these videos on Python and data science that are immensely helpful as a guide to learn this vast subject.

  • @user-xn5ut5pn2h
    @user-xn5ut5pn2h Před 10 měsíci +1

    You explained everything so clearly . Thanks for your effort sir

  • @rajasakthikumarrajendran5806

    i was able get many methods of string and list in single video thanks a lot

  • @becomplextobesimple
    @becomplextobesimple Před 3 lety +2

    Hey I understand Indian accent. Thanks for course. It is the one of best channels of data science in CZcams

  • @simanchalpatnaik2566
    @simanchalpatnaik2566 Před 4 lety +2

    Nice lectures Krish..Easy to understand..Thank you

  • @rishikagoyal8043
    @rishikagoyal8043 Před 10 měsíci +2

    Best way to explain concepts 💯

  • @ravishankar0901
    @ravishankar0901 Před 3 lety

    Krish Garu - You are doing great job.

  • @ashanbandaranayeke9344
    @ashanbandaranayeke9344 Před 3 měsíci

    Thanks! enjoyed and learnt with this.

  • @sonalirevalkar1037
    @sonalirevalkar1037 Před 4 lety +7

    It was really helpful.. Would like to learn about R programming too...

  • @sciencesconnectus7001
    @sciencesconnectus7001 Před 3 lety

    Your explanation is very very nice

  • @rohitguleria100
    @rohitguleria100 Před rokem +2

    Sir i was going through your videos to learn python but i found that code with harry is good to start...bcs his way his pace his language works like smooth bridge to connect new student and concept

  • @llokur9989
    @llokur9989 Před 3 lety

    Wow...you are too good..thanks

  • @samarthkamkar8278
    @samarthkamkar8278 Před 2 lety

    thank you sir, it is usefull for me and previous also

  • @Prateek-vo9zo
    @Prateek-vo9zo Před 3 lety

    best tutorial on python

  • @yadhunandan5765
    @yadhunandan5765 Před 4 lety

    Hi sir I like the class you take. Sir i wan to become a ai engineer soon by learning your videos even i will join ur channel sir.

  • @sagarpandya7865
    @sagarpandya7865 Před 2 lety

    great amazing explanation

  • @arpitagec9
    @arpitagec9 Před 4 lety +2

    Thanks Sir😊👍

  • @shubhamchaudhary7322
    @shubhamchaudhary7322 Před 3 lety +1

    done...heading to video number 6 :)

  • @nikhilranjan32
    @nikhilranjan32 Před 2 lety

    krish bhaiya ur so good.

  • @ArnabGhosh-by1uz
    @ArnabGhosh-by1uz Před 3 lety

    Thank you sir. 😊

  • @sumansaurabh1640
    @sumansaurabh1640 Před 3 lety

    You're awesome dude.

  • @louerleseigneur4532
    @louerleseigneur4532 Před 3 lety

    Thanks Krish

  • @sakshisinha9789
    @sakshisinha9789 Před rokem

    you are amazing sir

  • @papachoudhary5482
    @papachoudhary5482 Před 4 lety +2

    Thanks

  • @aamnasuhail4468
    @aamnasuhail4468 Před 3 lety

    Done !! and Implemented

  • @dipannita7436
    @dipannita7436 Před 3 lety

    nice video,useful

  • @abhi9raj776
    @abhi9raj776 Před 4 lety +1

    thanks sir!!

  • @KetakiVaidya
    @KetakiVaidya Před 4 lety +13

    Hey Krish. Thanks for uploading these videos. They are really helpful. One small suggestion,
    when you talked about the index(value,startIndex,stopIndex) method, you missed out on specifying one important point:
    When all the three parameters are mentioned in index(value,startIndex,stopIndex),the list searches for the element with the given value from startIndex to stopIndex-1
    my_list=[1,2,3,4,1]
    my_list.index(1,1,4) -> this returns the error 1 not in the list
    my_list.index(1,1,5) -> this correctly returns 4
    It will be helpful for every one if you can emphasize on this assumption.Thanks

    • @debayanmazumdar3056
      @debayanmazumdar3056 Před 3 lety +1

      You wrote append instead of index. Anyways thanks for sharing!!

    • @KetakiVaidya
      @KetakiVaidya Před 3 lety +1

      @@debayanmazumdar3056 Corrected it. Thanks.

  • @vinodkinoni4863
    @vinodkinoni4863 Před 4 lety +1

    thanks

  • @mohammadshahinul5739
    @mohammadshahinul5739 Před 2 lety

    Your name starts with "K" & ends with "K", because you are the "King"😍 #much_love #from_Bangladesh

  • @mokshaGyanRam
    @mokshaGyanRam Před 3 lety

    easy and wise teachings thanks sir. hopefully you will tell me that if Mac m1 is suitable for data science I have installed anaconda as u told in your intro video thanks gbu

  • @cutyoopsmoments2800
    @cutyoopsmoments2800 Před 4 lety +11

    Hi sir, your voice is up and down, kindly check it.

  • @AbhishekSharma-pw3ep
    @AbhishekSharma-pw3ep Před 3 lety +5

    hi krish naik, at 4:57, it says isalnum #check if all char is num, ##not just num it check for num and alphabet too, i like your course, thanks for uploading, i liked shared and subscribed to show my support.

  • @gayathri.nagarajan
    @gayathri.nagarajan Před 3 lety +1

    Krish, can you suggest me a playlist or set of tutorials to learn Python, if a person is familiar with R and has learnt R programming recently.

  • @beastrocks2341
    @beastrocks2341 Před 4 lety +2

    Sir can I know per day how many videos u will upload on this course ?

  • @sharathkumar2935
    @sharathkumar2935 Před 4 lety +4

    Hi sir thanks a ton for uploading such easy to understand videos..
    Sir i have an outdated computer, so i was looking to buy a new laptop or a pc in a week..
    So pls suggest me which might be the best configuration so that i could use it for machine learning

    • @rahulpathak2292
      @rahulpathak2292 Před 4 lety

      16gb ram 1TB of hard disk along with 256 gb of SSD and a minimum of 1050 NVIDIA graphics would do in order to learn machine learning.

  • @rohithebbar10
    @rohithebbar10 Před 3 lety +1

    Sir, In the Machine Learning Playlist the tutorial 14 is missing. Can you tell me what is in the tutorial 14?

  • @samarthjuneja7616
    @samarthjuneja7616 Před 4 dny

    Completed on 30/6/24

  • @SariMuhri
    @SariMuhri Před 4 lety

    thank krish btw do you mind to teach us how to use altair?

  • @prawinn4512
    @prawinn4512 Před 4 lety

    Hello Krish, what are the best machine learning books, material can I refer please let me know. Thank you

  • @tejusgunjikar1160
    @tejusgunjikar1160 Před 6 měsíci +1

    Hi I have started python from your videos ...small doubt the exercise file you told that will get in gethub is not available. Can you guide me where to get it from

  • @simanchalpatnaik2566
    @simanchalpatnaik2566 Před 4 lety +2

    Could you please share the .ipynb files after end of each lecture

  • @mandli1904
    @mandli1904 Před 3 lety +1

    Hello Krish,.
    Do you teach students ? I'd love to learn from you.

  • @arvindsharma3097
    @arvindsharma3097 Před 3 lety

    Hello Krish Naik thanks for your videos.
    My question is why 'instant creations' is showing true while check for isalnum. iPython showing TRUE.

  • @seelaswain8954
    @seelaswain8954 Před 2 lety

    I have few items in list1. I ran len(list1), I am getting 'builtin_function_or_method' object is not subscriptable error. What could be the reason?

  • @abhishekkumar465
    @abhishekkumar465 Před 3 lety

    At 4:15, it is giving false due to whitespace not because it does not have numbers.

  • @kushagrasingh3119
    @kushagrasingh3119 Před 2 lety

    happy teachers day :)

  • @Mohammed_783
    @Mohammed_783 Před 4 lety

    Hello Krish Naik Sir, I started learning python course, I am a graduation B.com background, So after I will complete the courses and I will apply for the job, Companies will acceptable for the opportunity. Why because I am not a b-tech or engineering background. It is possible to learn python?

  • @rohitshende8788
    @rohitshende8788 Před 3 lety

    Sir in bollean variable I'm not able to open the option of functions even after pressing tab

  • @PankajKumar-ps5gg
    @PankajKumar-ps5gg Před 3 lety +2

    At 4:14 isalnum() is giving False due to the space character in the string as it is not alphanumeric

  • @vijaynale7893
    @vijaynale7893 Před 4 lety +3

    Krish bro one thing you forgot , I am waiting for kaggle competition House price prediction feature selection and improve our accuracy please upload that , I am curious see how rank gets below 100

  • @wellwhatdoyakno6251
    @wellwhatdoyakno6251 Před 2 lety

    8:07 for my example, I used the same as above, but getting False, why so?

  • @missionai6736
    @missionai6736 Před 4 lety

    thank you for video
    lst_=({1,2,4,34,5})
    why not it is dic?sir

  • @anandacharya9919
    @anandacharya9919 Před 4 lety +1

    Hello sir, when you will start your course at UDEMY

  • @bkirankumar4266
    @bkirankumar4266 Před 4 lety

    Why Can't I directly assign the appended list to a new list?
    example: lst1=[1,2,3,4]
    lst2= lst1.append("new")
    print(lst2)
    Here, I want a new list without changing the earlier one ?
    In fact this applies to all the functions(eg: extend/append/reverse/pop/insert..........
    Is there a way that the initial list remains untouched and we can make changes as per the requirement and store them in diff list/variables.
    I've seen this working in dataframes of 'R' language.
    Do we have an alternate here in Python

    • @bkirankumar4266
      @bkirankumar4266 Před 4 lety

      Hi Krish, I got answer for my question. The alternate was tuple. May not be exactly like dataframe in 'R', but serves as an alternate. Thanks Mate

  • @Teju0707
    @Teju0707 Před 4 lety +1

    Krish, your voice is going low/off very often. Please check this issue for your future videos

  • @mohammadmujeeb6592
    @mohammadmujeeb6592 Před rokem

    hello krish sir, please tell me how to function definition in google colab?

  • @gtnawab123
    @gtnawab123 Před 2 lety

    Hi Krish, I am unable to open the file (2-Python List,Dictionary,Sets etc.ipynb) downloaded from github. The following error comes up Unreadable Notebook NotJSONError("Notebook does not appear to be JSON: '\
    \
    \
    \
    \
    \
    \

  • @054_ronitkumar2
    @054_ronitkumar2 Před 2 lety

    sir please provide notes of these all lectures...without it is difficuilt to do...

  • @tejeswarreddy4842
    @tejeswarreddy4842 Před 9 měsíci

    sir i am not getting those options if i press tab

  • @striders5473
    @striders5473 Před 4 lety +1

    Maybe there is some problem with mic the voice is glitching..... Very good video easy and simple... You teach well.... Please check for the issue though. Also stop saying "basically" too much 🤣.

  • @yashkhorania3726
    @yashkhorania3726 Před 3 lety

    .isaplha() -> Checks if all characters are alphabets and numeric

  • @prithviraj627
    @prithviraj627 Před 2 lety

    IDK why but I'm getting really different values when I use the operation.

  • @hardikmehta140
    @hardikmehta140 Před rokem

    Completed 27 June 2023

  • @prakharagrawal4794
    @prakharagrawal4794 Před 2 lety

    Do we have any notes for python?

  • @nagireddyyavasani3628
    @nagireddyyavasani3628 Před 2 lety

    Is this playlist is inorder?

  • @San2shsingh
    @San2shsingh Před rokem

    How to check index of a specific item

  • @bcinerd
    @bcinerd Před 3 lety

    sir my name is Anuj I am first year student do i learn python ? coz I don't have enough knowledge in programming Lang like c or c++

  • @user-db5kv7gk8q
    @user-db5kv7gk8q Před 11 měsíci

    Why i am getting list item is not callable error

  • @kalyaniaksv9518
    @kalyaniaksv9518 Před 4 lety +2

    Please make a videos on artificial intelligence complete course

  • @shekharbhatt1797
    @shekharbhatt1797 Před 4 lety

    Bro at last I can't understand index like where our digit placed could u please tell me

    • @tintintintin576
      @tintintintin576 Před 4 lety

      for example -
      d = [1,2,3,4,45,1,5,5,5,5]
      d.index(5,2,7) ------- compare with-------> d.index(value, start_index, stop_index)
      output = 6
      It will simply scan that between the range (start n stop index) at which index the value is present. Output will be the index at which the value is present for the first time (first occurrence) in that particular range.
      6 is answer because - d.index command will tell that between the start and stop range at which index the number 5 is present!
      hope this makes sense... happy learning..

  • @PriyanshuKumar-nn7oz
    @PriyanshuKumar-nn7oz Před 9 měsíci

    sir, when i am writing any one sentence under colon and using isalnum() function it is showing output true but sir i have written only string under colon and one more thing sir when i write two sentence in a colon like "priyanshu go" it is giving output false how it is possible sir ?

    • @yeswanthsairam3682
      @yeswanthsairam3682 Před 4 měsíci

      Please, remove the space, space is neither alphabet or numerical.

  • @sakethvuppula9519
    @sakethvuppula9519 Před 3 lety

    Hi Krish,
    Can you let me know where can I practice Python online?

  • @harisankar6104
    @harisankar6104 Před 3 lety

    at 4:28 he is getting false because of the space in between his name otherwise .isalnum can give true when there is only alphabet or only number

  • @shreyasaini6112
    @shreyasaini6112 Před rokem

    I entered name= "Hello"
    but when i'm running print(name.isalnum()) it is giving me True as o/p. why??

    • @SridharD-wj9dx
      @SridharD-wj9dx Před 9 měsíci

      That is correct. Because, isalnum() function checks if all characters in the string are alphabets or all characters are numeric or a combination of both. If there is a space between words in string (e.g., 'Krish Naik'), it returns False, as space character is neither alpha nor numeric.

  • @user-gs3kq3mi7n
    @user-gs3kq3mi7n Před 11 měsíci

    sir aapne jo ye python ka course karwaya hai unke pdf mil jayenge

  • @vinitagham
    @vinitagham Před 2 lety

    Getting error
    lst=list ()
    List object is not callable

  • @supreethsgowda1941
    @supreethsgowda1941 Před 3 lety

    When i press tab after typing "my_str." i do not get the list of functions. Should I turn on this feature somewhere?

  • @zampak121
    @zampak121 Před 3 lety

    Hi Im a beginner in Python. I am getting below error please help
    name 'my_str' is not defined

  • @aanchaldogra
    @aanchaldogra Před 4 lety +1

    Weren't you supposed to charge for the full course ? Or is that a different one

    • @krishnaik06
      @krishnaik06  Před 4 lety +4

      I am making python free for everyone

    • @aanchaldogra
      @aanchaldogra Před 4 lety +4

      @@krishnaik06 Dear Krish I think you should charge a minimal amount and with that money experiment with the animation or hiring graphic designer to make the brand look appealing as well. Content is top class, though it needs a little tweaking and presentation which needs money. A website will also be a great option, You have everything in you to deliver guest lectures in top universities. I am from IIT Roorkee and I guarantee you are better than the head of analytics we had.
      Good luck and God bless you.

  • @suheledrisi406
    @suheledrisi406 Před měsícem

    Bhai looping ke lec kaha hai ?

  • @SandeepDasVlogs
    @SandeepDasVlogs Před 4 lety +5

    Input : Krish_Naik.count(basically)
    Output : Infinity
    😂😂

  • @wellwhatdoyakno6251
    @wellwhatdoyakno6251 Před 2 lety

    at 5:41, I am using my name "without numbers" just my name yet it returned ALphaNum as "true"
    Why is that Krish?

  • @JacklinSibiyal
    @JacklinSibiyal Před 4 měsíci +2

    Day 1- 16/02/2024

  • @venkataduri5790
    @venkataduri5790 Před 4 lety

    lst=list()
    Above code snippet giving the following error
    ---------------------------------------------------------------------------
    TypeError Traceback (most recent call last)
    in
    ----> 1 lst=list()
    TypeError: 'list' object is not callable
    Any help will be appreciated.

    • @krishnaik06
      @krishnaik06  Před 4 lety

      Check whether u have created a variable list. If yes restart the kernel an d execute once again

  • @gauravkumarverma5322
    @gauravkumarverma5322 Před 3 lety

    lst=list()
    This is not working....

  • @hrithiksharma5642
    @hrithiksharma5642 Před 3 lety

    bhai is me add bhot areee h ????

  • @sjshirolkar
    @sjshirolkar Před 3 lety

    Blurred video . tutorial 2 for python

  • @ver.vaibhav007
    @ver.vaibhav007 Před rokem

    Very much thankful for the material
    However, I do have a question out of curiosity, if you don't mind🤔
    Why do you have upsc. gov. In in your bookmarks?

  • @hometvfirestick
    @hometvfirestick Před 2 lety

    thanks