#7 (Part 2) - Learn Python with Kaggle LIVE - Working with External Libraries

  Рет қаралды 9,519

CODE MENTAL

CODE MENTAL

Күн бұрын

In this livestream we will learn Python together using Kaggle. If you don't know Kaggle, it's an amazing resource for aspiring data scientists and anyone interested in learning ML/AI. There are lots of competitions there to improve your skills. But before we can get into them, we have to master Python.
www.kaggle.com/colinmorris/st...
Today we will complete the exercises for Module 6 of the Python Kaggle course. Lets get our hands dirty!
DON'T KNOW PYTHON?
Probably the most popular Python Course is a course by Dr. Chuch Severance from the University of Michigan available on Coursera. If I was starting to learn Python today, he would be my first stop:
Python for Everybody
coursera.pxf.io/mgJKke
I will get an affiliate commission if you sign up for the course at no cost to you. That's one small way in which you can support the channel.
Resources:
www.kaggle.com/colinmorris/lo...

Пікірлер: 14
@viralmedia.007
@viralmedia.007 7 ай бұрын
I was stuck at the last excercise. Thanks it helped a lot.
@vedanbobby199
@vedanbobby199 4 ай бұрын
Bro send me the code I'm stuck in this exercise
@viralmedia.007
@viralmedia.007 4 ай бұрын
@@vedanbobby199 def scoreHand(hand): def scoreCard(card): score=0 if card in ["J","Q","K"]: score=10 elif card== "A": score =11 else: score= int(card) return score total =0 for card in hand: score =scoreCard(card) total +=score if total >21 and 'A' in hand: adjusted_hand =hand.copy() if 'A' in adjusted_hand: indexOfA= adjusted_hand.index("A") adjusted_hand[indexOfA]="1" return scoreHand(adjusted_hand) return total def blackjack_hand_greater_than(hand_1, hand_2): score_hand1 =scoreHand(hand_1) score_hand2 =scoreHand(hand_2) if score_hand1 > 21: return False elif score_hand2>21: return True else: return score_hand1> score_hand2 # Check your answer q3.check()
@muthusiva1157
@muthusiva1157 2 ай бұрын
thank you so much for this
@sarahall5237
@sarahall5237 Жыл бұрын
I have no more words to thank you! I have a homework school to finish this course in three days! I was so terrified about how I can finish that course in my own and with that limited time! So You were my internet instructor anything I stuck with you helped me with that! Thank you thank you!
@harshavardhan2120
@harshavardhan2120 Жыл бұрын
In 6th exercise last two problems how did you solved??
@CODEMENTAL
@CODEMENTAL Жыл бұрын
Glad the video was helpful!
@akbarsaputra8563
@akbarsaputra8563 Жыл бұрын
Thank you mr
@hemajayasurya6311
@hemajayasurya6311 Жыл бұрын
Tq so so much sir...
@tahirjanwari8775
@tahirjanwari8775 Жыл бұрын
My Certification is pending because of this part ? idk whats wrong with this last exercise .(Not Clear Enough)
@KrishnaKrishna-lf2ej
@KrishnaKrishna-lf2ej 9 ай бұрын
Yes I to stuck in this part
@Poisoneditzz
@Poisoneditzz Жыл бұрын
I didn't complete the 1st one
@rosendosalazar608
@rosendosalazar608 2 жыл бұрын
For god sake im stuck in this part
@samikshagodghate910
@samikshagodghate910 Жыл бұрын
me tooooooooooooooooooooooooooooooooo
How I'd Learn AI in 2024 (if I could start over)
17:55
Dave Ebbelaar
Рет қаралды 842 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 794 М.
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 22 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 54 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
I tried 50 Programming Courses. Here are Top 5.
7:09
Sahil & Sarra
Рет қаралды 2 МЛН
Generative AI in a Nutshell - how to survive and thrive in the age of AI
17:57
Pandas for Data Science in 20 Minutes | Python Crash Course
23:06
Nicholas Renotte
Рет қаралды 114 М.
How I would learn Machine Learning (if I could start over)
7:43
AssemblyAI
Рет қаралды 743 М.
Solving real world data science tasks with Python Pandas!
1:26:07
Keith Galli
Рет қаралды 1,5 МЛН
Prefer Arrays Over Lists. Seriously...
8:31
Amigoscode
Рет қаралды 40 М.
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 22 МЛН