Variables in Python | Python for Beginners

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

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

  • @elfmas
    @elfmas 2 месяца назад +7

    Here’s a breakdown of helpful shortcuts in Jupyter Notebook:
    Command Mode (press Esc to activate):
    Up Arrow: Move to the previous cell.
    Down Arrow: Move to the next cell.
    Enter: Enter edit mode (to start typing in a cell).
    A: Insert a new cell above the current one.
    B: Insert a new cell below the current one.
    D D: Delete the current cell (press D twice).
    Edit Mode (press Enter in a cell):
    Shift + Enter: Run the current cell and move to the next one.
    Ctrl + Enter: Run the current cell but stay in it.
    Alt + Enter: Run the current cell and insert a new one below.
    Switching Between Cells Without the Mouse:
    Esc: Enter Command Mode (you can move between cells easily).
    Shift + Enter: Execute a cell and automatically move to the next one.
    Useful Navigation Tips:
    Esc then J or K: Move to the next or previous cell.
    Shift + Enter: This is the closest to what you want-run the current cell and move to the next one. If you don't want to execute the cell but still move, you can press Esc, then use the arrow keys.

    • @white2094
      @white2094 11 дней назад

      M: Enter markdown

    • @akubuezengozi9601
      @akubuezengozi9601 4 дня назад

      How do I delete an error while working on Jupiter without deleting the command I am trying to run

  • @AkaengerKelvin
    @AkaengerKelvin Год назад +14

    I'll be honest I landed an analyst role in my company by accident, the company wanted to outsource a data sorting job and I volunteered to do. Now I'm an analyst with no clue of what I'm doing But Alex makes it look quite simply. Just starting out but I am already hopeful due to how straightforward you make it look

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

      Hey! this is a funny story 😅. How’s it going so far? Hope Uve been able to familiarize yourself with your roles now and everything’s fine?

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

      update?

  • @femikomolafe5604
    @femikomolafe5604 Год назад +8

    I've taken several courses on python which were ok. But your booth camp is exceptional. I love the way you gradually build up your topics from zero to hero. I'll recommend this booth camp for beginners and even intermediate learners. There is always something to learn with Alex. Thank you ❤

  • @kingsleyagwunobi7329
    @kingsleyagwunobi7329 2 года назад +33

    Thanks Alex, you're making python class look simple and easy.

  • @gabic2910
    @gabic2910 2 года назад +14

    Thank Alex for making this video! Your videos inspire me and now I’m applying for Data Analyst jobs.
    For some reason, your videos calm me down whenever I start to freak out about learning a new tool.

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 года назад +4

      Super glad to hear that! They calm me down too - I listen to them to fall asleep at night

  • @Theperspectiveplus
    @Theperspectiveplus 24 дня назад

    great guy. detailed, broken down. understandable for someone who has never done coding before. i appreciate your simplicity

  • @REALPleasantTuber
    @REALPleasantTuber 2 года назад +14

    Hello Sir, I am from Pakistan... Your videos really helped me to land on my first Job as a BI Engineer. Now I am going for the Google Data Analytics Course. Hope for best. Can you make a couple of videos regarding to get remote entry level Job or Internship in US or in Foreign Companies. Looking forward for more content like that.

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 года назад

      Congratulations!! So awesome to hear! Keep up the good work :)

    • @ErenKıraç-g5m
      @ErenKıraç-g5m 4 месяца назад

      what did you do man?

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

    It is possible to add strings and integers together by using the str() method which can be helpful in certain cases. For example:
    potions = 5
    print( 'Your potions: ' + str(potions) )
    output - Your potions: 5

    • @AJ-jy5et
      @AJ-jy5et Год назад

      Yes, Print('Your Potions ', potions)

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

    this is really good, i learnt that the introduction of the single quote (') is what determines if a value is a string or not, thank you for this

  • @danielsamuel3406
    @danielsamuel3406 2 года назад +2

    Awesome Sir, will come back to this video when I started learning python , moreover I'm still on Google Data Analytics Course.
    Kudos my Amiable Mentor

  • @Major_Data
    @Major_Data 2 года назад +9

    Yes! Been waiting for this one. Let's Gooooooo!

  • @ChinesewithSab
    @ChinesewithSab 12 часов назад

    Really good explanation. I watched more than 3 videos about this and another topic, but your explanation really met my need. ❤ thank you

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

    THE first video to watch and it's the first time to understand pathon; thank you so much

  • @AndresGomez-fr9hz
    @AndresGomez-fr9hz 16 дней назад

    Bro, you are great! You really know how to teach and talk!

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

    Great video--I really appreciated the part about "best practices for naming variables" and "good/bad variable names." Awesome breakdown of the basics. As always, THANK YOU ALEX!!! I'm soooo excited that I made it through to the Python videos in your Bootcamp series.

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

    Very Easy to understand, Thank you.

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

    Great work and I hope you the best, this my first lesson in this boot camp, I heard many of your videos and I decided to get down with you, I hope I came back to this comment after a while and say that I did it.
    Thanks a lot❤❤

  • @essamanbar4942
    @essamanbar4942 2 года назад +1

    going ahead through your videos.
    keep moving!!

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

    Hi Alex, your videos are easy to follow and you have also taught me how to use Jupyter. I am upgrading and updating my skills to revisit my old data in Excel, and macros written in Visual Basic and Access. Such historical information is needed now for baselines and recalibration. Thank you for sharing your knowledge.

  • @JA-ft9zw
    @JA-ft9zw 4 дня назад

    what a great way to explain! Thank you so much!

  • @chooselife2388
    @chooselife2388 7 месяцев назад +1

    Thanks for the lesson. It helped a lot.

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

    Thanks Alex this is very helpful.. love from India ❤️

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

    HA! Hey, nice closing bumper music. And thanks - learning!
    - Old Navy dog learning new tricks.

  • @SaraRam-d1r
    @SaraRam-d1r 10 месяцев назад +1

    im proud of this video kipe going realy think youuuuu

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

    I came straight to this one

  • @aaron-evans-cruz
    @aaron-evans-cruz Год назад

    Thank you Alex, your videos and inspiring, simple and so informative. Really helping to take the next steps in my Data, Reports Analyst career.

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

    these videos are really helpful.

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

    thank you Alex for your help you make it very easy.

  • @arpitmishra5974
    @arpitmishra5974 2 года назад +1

    Please release SQL advance video that are remaining like regular expression and many more

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

    Really helpful.
    Thanks Sir Alex!!

  • @mizerosamuel5613
    @mizerosamuel5613 7 месяцев назад +1

    I never imagined Python could be such a piece of cake hahhh ( i cant believe i juss said that)

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

    Please upload more videos related to Python

  • @Zuggest-v8g
    @Zuggest-v8g Год назад +2

    Thanks for this!

  • @josephcruz4736
    @josephcruz4736 2 года назад +1

    Alex, you missed your introduction "What's going on everybody, my name is Alex, and today ....." 😂
    Let's go 🔥

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 года назад +1

      Lol getting straight to the point in these tutorials - I'll keep doing those for all my other videos :D

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

    In Python you do not need to declare data types but most other object oriented languages that I know of you do btw. And I don't think any experienced programmers use the pascal case for variable names unless its for like a class or function

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

    If we do x = ' Ice Cream is my favorite' + '2'
    print(x) this will work as it recognize 2 as string due to quotation mark.

  • @Seftehandle
    @Seftehandle 2 года назад

    Great job Alex! i really enjoyed it!

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

    Thanks a lot. Very clear.

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

    You are brilliant!

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

    Hey what pluggins do you use to you have stuff automatically come up like the parathensis and other things?

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

    Absoultly helpful and thank you so much #AlexTheAnalyst to make python so easy to understand. before i started your lecture on Python, i went to sevral others but... they did'nt made any sence even they claimed as they are professional teacher but the leavel they are teaching at the level to "MASTER OF PYTHON" students.
    Thank you so much once again to make it simple for us to get understand python

  • @kesavkumar8122
    @kesavkumar8122 2 года назад

    Hi Alex ... please make videos on loop in python

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

    Gratitude. Thank u so much

  • @traetrae11
    @traetrae11 2 года назад

    Thanks for doing this video

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

    just asking do you need to rename it to .ipynb at the end because I renamed mine without the .ipynb and when I open the file it brings me to a text file I didn't see any way to switch it to notebook so my work around with it is naming it .ipynb at the end

  • @sarthaksingh7419
    @sarthaksingh7419 2 года назад +1

    Sir, These python videos will cover all numpy pandas and matplotlib

    • @AlexTheAnalyst
      @AlexTheAnalyst  2 года назад +3

      Once I go through this introduction series I will do a series on Pandas, Matplotlib, Seaborn, and Web Scraping :)

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

    Just a query can i do the same on VS Code ?

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

    Hi Alex, I'm taking some online courses and I always see that in the codes we always assigned methods( or functions) into a variable. Is there a reason for this or is it just best practices in coding? For example, I'm building a Naive Bayes Model and we assigned the methods( or functions) like this gnb = GaussianNB(). So, to reiterate my question, why do we need to assign it to gnb why can't I just use GaussianNB()?

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

    Done

  • @akubuezengozi9601
    @akubuezengozi9601 4 дня назад

    How do I delete an error while working on Jupiter without deleting the command I want to run .

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

    Anyone else having disk space issues with anaconda? How did you resolve this?

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

    I'm trying to save the one I did so I can upload on github but it's not working, anyone facing similar issues? I need assistance. Thank you

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

    Day 1 variables: see you on the last day building a calculator

  • @martinmulligan4327
    @martinmulligan4327 9 месяцев назад +1

    Can you just give me a link to your next video. I spend all this time hunting around for what may or may be next and worrying that i have skipped something by accident

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

      Hey - if you check on my youtube page I have Playlists that have everything in order that you should be able to follow - I would check those out!

  • @عبداللهالحربي-س6م

    My eye got hurt by this awful white theme 😖😖😖😖😖😖