06- Live Session (DAY-2) |

  Рет қаралды 26,867

Codanics

Codanics

Күн бұрын

Пікірлер: 204
@ecsuae
@ecsuae 2 жыл бұрын
#21:59 Jupiter-Session Day-2 #25:45 BMI calculator #37:37 Live questions and answers #45:11 Data Visualisation Introduction #46:04 Fundamentals of visualisation #48:33 Grammer of graphics #52:49 Parts of a graph #53:52 Python libraries for data science #58:44 Variable type matters #1:02:27 Chart Suggestions-Andrew Abela #1:05:21 Python data visualisation hands on #1:08:35 Barplots example #1:16:52 Countplots example #1:19:10 Scatterplot example #1:28:43 Barplots example explanation #1:34:43 graphs on vscode
@FireyLeo007
@FireyLeo007 2 жыл бұрын
@23:50 # For BMI # Input Weight in kg # Input Height in cm def BMI_func(): print("Answer the following questions to calculate your BMI") print("-----------------------") name=str(input("What is your name?: ")) height=float(input("What is your height (in cm)?: ")) #
@AbdullahJutt-z3p
@AbdullahJutt-z3p 4 ай бұрын
Thank you Bhai Thanks a lot May Allah Help you! JizakAllah
@muhammadsohailkhan936
@muhammadsohailkhan936 2 жыл бұрын
I salute u sir. jo bhi yeh silly questions pochty hai ap sai ALLAH PAK unko hidayat dein aur ALLAH PAK apko lambi umr , sehat ,aur dair sari khushiya atha farmayen. AMEEN
@docahmadwaqas
@docahmadwaqas 2 жыл бұрын
AOA, Ammar, You are doing a wonderful job and I have started learning Python from your videos.
@tranquility10
@tranquility10 2 жыл бұрын
Allah ap ko es khar e khair ka duniya or akhirat dono me ajar ata farmaye. ameen
@struggleprogramming
@struggleprogramming 2 жыл бұрын
😀❤ Masha allah 1:12:13 Data visualization 1:18:49 Done Plots Output 1:21:13 Done Plots Output 1:39:46 Done Plots Output Planet dataset
@khareedlo4892
@khareedlo4892 2 жыл бұрын
AttributeError: module 'seaborn' has no attribute 'set_theme' what is the solution for this problem. I m trying to run barplot of titanic dataset.
@junaidlatif2881
@junaidlatif2881 2 жыл бұрын
Kafi kuch samjh ai ha... ❤
@PRO-AH-DIGITAL
@PRO-AH-DIGITAL Жыл бұрын
Alhumdulillah very excited to make first graph
@usmanayaz4617
@usmanayaz4617 2 жыл бұрын
best session Ma Sha ALLAH
@SaleemKhan-vv3ks
@SaleemKhan-vv3ks 2 жыл бұрын
It's very helpful. Thank you so much
@user-zw2ds9wk1q
@user-zw2ds9wk1q 2 жыл бұрын
You are best with ur teaching best method ! Allah bless u
@r3dexff44
@r3dexff44 2 жыл бұрын
THNX SIR BCS OF U I LEARN MANY THINGS IN THIS PARTICULAR SESSIONS.....
@saifsatti5413
@saifsatti5413 Жыл бұрын
Salam bhai ap ka email address mil skta ha?
@shamimkhan-ux1fk
@shamimkhan-ux1fk 2 жыл бұрын
Thankyou so much.I am learning from your videos.May Allah Bless you.
@muhammadumerfarooq2895
@muhammadumerfarooq2895 Жыл бұрын
Sir I have attended your all previous classes and just hear the equation and start coding,,,,I have developed the function in just 10 minutes ,,,and here it is.....and I have zero coding experience before...keep doing best sir! name= str(input("What is your name please?")) h = float(input("What is your height? ")) w = float(input("What is your weight? ")) bmi=float(h/w) print(name," your body mass index is ", bmi)
@vactum0
@vactum0 2 жыл бұрын
I didn't know about Andrew Abela's chart suggestion Thank u so much!
@sharafatali7500
@sharafatali7500 2 жыл бұрын
I"am very excited
@usmanawan865
@usmanawan865 2 жыл бұрын
This is amazing I am watching 4th time , now it's super clear to me , thanku baba ji .....
@ebrahimhaquebhatti3258
@ebrahimhaquebhatti3258 2 жыл бұрын
Wow! That visulization graph cleared too many confusions, Thank you very much!
@coolusamatariq
@coolusamatariq 6 ай бұрын
yes, i am exited. continue.
@Khurram864
@Khurram864 2 жыл бұрын
Masha Allah..Please don't listen to all demotivating questions. I believe, there are many people like you who want to help and such disgusting questions just don't let them do. And You are a source of motivation for them. Guys, you are getting a skill for free, if you can not digest it, go away. Let help and if not, let others help. Don't be a stone in others way rather a bridge. Stop leg pulling and grow up. Best Regards From Leipzig.
@Codanics
@Codanics 2 жыл бұрын
Mera naaam hy raj patel raja 😂 or raja ko 😆 You know what i mean
@HafizImran-b2d
@HafizImran-b2d 4 күн бұрын
i done it but i make it by using list, thanks You sir ap ka lecture se sb kuch samjh aa rha
@Codanics
@Codanics 4 күн бұрын
Keep it up The whole python ka chilla for data science (Free main) is at this link: shorturl.at/vxGZ8 Dear, The complete Six months AI and Data Science Mentorship program is uploaded here: codanics.com/courses/six-months-of-ai-and-data-science-mentorship-program/
@stars7d
@stars7d 2 жыл бұрын
BMI calculated. name = input("what is your name: ") height = float(input("Enter your height in cm: ")) weight = float(input("Enter your weight in kg: ")) BMI = weight / (height/100)**2. print(f"My name is {name} and my BMI is {BMI}") Really awesome and enjoying the Chilla! Thanks!
@zooni43
@zooni43 2 жыл бұрын
Alhamdu Li Allah done in first attempt with typecasting
@muhammadzeeshanafzal1996
@muhammadzeeshanafzal1996 2 жыл бұрын
time stamp [1:40:27] Everything is cleared and practiced as well. #baba_Ammar
@zeeshanahmed430
@zeeshanahmed430 2 жыл бұрын
I prepared plots for the first time today, and I am really excited.
@Codanics
@Codanics 2 жыл бұрын
This is just the beginning man
@saifsatti5413
@saifsatti5413 Жыл бұрын
Salam Ap ny course complete kr lea ha ? Aur contact krny k kia tareeqa ha mery kuch sawalat hain
@ahmadhassan2047
@ahmadhassan2047 2 жыл бұрын
i am very happy for making my first program by code
@omar.j7616
@omar.j7616 2 жыл бұрын
This is great. Thanks. Now I can follow after my exams.
@asadriaz3079
@asadriaz3079 2 жыл бұрын
All done till now. from yesterday, trying best to meet you in race of chilla,
@QismatShakeela
@QismatShakeela 7 ай бұрын
Dr. Aammar thanks for teaching python
@Codanics
@Codanics 7 ай бұрын
It's my pleasure
@Codanics
@Codanics 7 ай бұрын
Btw This course can teach you even better Dear, The complete Six months AI and Data Science Mentorship program is uploaded here: codanics.com/courses/six-months-of-ai-and-data-science-mentorship-program/
@muhammadhuzefa7827
@muhammadhuzefa7827 2 жыл бұрын
Got all till #1:40:15
@Amxon
@Amxon Жыл бұрын
Feeling good 👍
@wafaabbas-sk8cs
@wafaabbas-sk8cs 6 ай бұрын
sir apko to har lecture mein bhook lag jati he jitne b mein ne dekhein hein
@danishkhan-sg9mk
@danishkhan-sg9mk Жыл бұрын
I'm late professor but exited at this time as I am learning now,,,,
@RainBow-kh6fb
@RainBow-kh6fb Жыл бұрын
Yes I'm also😂😂
@rockerdon1992
@rockerdon1992 2 жыл бұрын
Thank you Sir jee learning alot
@muhammadawais5377
@muhammadawais5377 2 жыл бұрын
thank u so much sir for the wonderful session JazakALLAH 28 june 2022
@Lahori369
@Lahori369 2 жыл бұрын
Good job my sweet Dear brother
@BabarAli-eh9wx
@BabarAli-eh9wx 2 жыл бұрын
i recently join your chilla i hope i will complete it insha allah, sir i want to say one thing in this video you tell many time ( i share some basic video i hope you all watched) can you share those video link. your teaching style is very good and interesting way i like it
@technoo2086
@technoo2086 2 жыл бұрын
Learned python with baba aammar
@Ijazalijin
@Ijazalijin 2 жыл бұрын
👍done
@RainBow-kh6fb
@RainBow-kh6fb Жыл бұрын
I'm 9 years old girl and I'm learning python 👧
@MuhammadYahya-y3j
@MuhammadYahya-y3j 5 ай бұрын
lecture starts at 21:04
@afzal.kamoka
@afzal.kamoka 2 жыл бұрын
Done.. nicely explained 👌
@Muhammad-nl6vw
@Muhammad-nl6vw 2 жыл бұрын
Good job
@rehanbaig71
@rehanbaig71 2 жыл бұрын
height = int(input('Enter your height ...')) weight = int(input('Enter your wieght ...')) name = input('Enter your name') BMI = round(weight / (height**2), 2) print('My name is ', name, 'and my BMI is ', BMI)
@sana_131
@sana_131 2 жыл бұрын
Again done 👌
@iamfzii
@iamfzii 2 жыл бұрын
dekhy sir baat ye hai ky loog hasad boht krte hai. Monetization is your right. ap mehnat krte hai apka 100000% haq hai monetization ka.
@WaqarKhan-tr3eq
@WaqarKhan-tr3eq 2 жыл бұрын
Great sir
@RainBow-kh6fb
@RainBow-kh6fb Жыл бұрын
Good 🎉🎉
@wisalkhattak7388
@wisalkhattak7388 Ай бұрын
excellent
@MF-ch9pm
@MF-ch9pm 2 жыл бұрын
thanks sir
@muhammadhuzefa7827
@muhammadhuzefa7827 2 жыл бұрын
2nd Surprise Box🎁 #1:58:39 👍
@alihasnain7212
@alihasnain7212 2 жыл бұрын
Great experience ☺️
@muhammadowaiskhan4132
@muhammadowaiskhan4132 2 жыл бұрын
Amazing session.
@awesomooo6372
@awesomooo6372 2 жыл бұрын
❤️❤️❤️ best
@GhulamMohyuddinMohyuddin
@GhulamMohyuddinMohyuddin 3 ай бұрын
yes sir
@habibkhan960
@habibkhan960 2 жыл бұрын
Great
@abdullahriaz7453
@abdullahriaz7453 2 жыл бұрын
name=input('What is your name?') height = int(input('What is your height')) Height= (height**2) weight = int(input('What is your weight')) BMI= (weight/Height) print('My name is '+name+' and my BMI is '+str(BMI))
@mansoorhayat4576
@mansoorhayat4576 2 жыл бұрын
Awesome
@kainatqamar1481
@kainatqamar1481 2 жыл бұрын
very thanksssssssss for uploading
@mmateenalihashmi7440
@mmateenalihashmi7440 2 жыл бұрын
Effective learning platform.. Great work for Pakistani's
@junaidkhalid9972
@junaidkhalid9972 2 жыл бұрын
weight=input("what is your weight ") weight=int(weight) height=input("what is your height ") height=int(height) name=input("what is your name ") def body_mass_index(name,weight,height): BMI=weight/height**2 print("MY name is ",name,"my BMI is ",BMI) body_mass_index(name,weight,height)
@s.muhammadkamran
@s.muhammadkamran 2 жыл бұрын
def BMI(weight : float, height: float) -> float: return round((weight / height**2), 2) try: name = input("What is your name: ") height = float(input("What is your height in Meters: ")) weight = float(input("What is your weight in KGs: ")) except: print("Input is not proper") else: print("My name is {}, and my BMI is {}".format(name, BMI(weight, height)))
@muhammadhuzefa7827
@muhammadhuzefa7827 2 жыл бұрын
Surprise Box🎁 #1:57:47
@hyderali209
@hyderali209 2 жыл бұрын
just made the first graph just by copying code and importing built in titanic data set . when the graph came up i was like wow man i am a data scientist Lol xD . thank you baba jee.
@engrmudabbarnaqvi7571
@engrmudabbarnaqvi7571 2 жыл бұрын
Thank You
@stars7d
@stars7d 2 жыл бұрын
Scatter Plots done 01:21
@FireyLeo007
@FireyLeo007 2 жыл бұрын
@Codanics Aammar, just consider that in few cities like Islamabad, Telegram is been disabled by the ISPs. Even using VPN is not fruitful due to slow speed. The only option left is using the WhatsApp group. So be patient with few of us facing these issues. Thanks
@Codanics
@Codanics 2 жыл бұрын
We are trying to manage it at our best
@malik-m9q2s
@malik-m9q2s 10 ай бұрын
watched
@muhammadnadeem4020
@muhammadnadeem4020 2 жыл бұрын
unable to run these code on VScode import seaborn as sns import matplotlib.pyplot as plt sns.set_theme(style="ticks",color_codes=True) titanic=sns.load_dataset("titanic") p1=sns.countplot(x="sex",hue="class",data=titanic) p1.set_title("plot for couting") plt.show()
@iamfzii
@iamfzii 2 жыл бұрын
#bodyMass calculator with range conditions h = (float(input("Enter your Height in CM : "))) m2_c = (h/100)**2 w = (float(input("Enter your Weight : "))) mass_cal = w/m2_c if mass_cal >24.9: print("Your Body mass ",mass_cal, "is Over Weighted Range") elif mass_cal >=18.5 : print("Your Body mass ",mass_cal,"is in normal weight range") elif mass_cal
@junaidlatif2881
@junaidlatif2881 2 жыл бұрын
Done.
@muhammadsajad2230
@muhammadsajad2230 2 жыл бұрын
#Scatter_plot_done
@muhammadzeeshanafzal1996
@muhammadzeeshanafzal1996 2 жыл бұрын
#scatterd_plot done
@sanashah4731
@sanashah4731 Жыл бұрын
Python ka chilla in 40 days... 07, 09, 13,14,16, etc videos are unavailable please check the Python ka chilla course and please upload the unavailable missing videos. Thanks
@kahkashankanwal
@kahkashankanwal 2 жыл бұрын
time stamp 31: 28 you are taking height and weight as string input, you will have to change them into integers to perform mathematical calculations later on. this is not your mistake though :p you will teach this way
@saifsatti5413
@saifsatti5413 Жыл бұрын
Salam Ap ny course complete kr lea ha ? Aur contact krny k kia tareeqa ha mery kuch sawalat hain
@naseeruddin3171
@naseeruddin3171 2 жыл бұрын
I think it will be better to upload ppt and lecture slide along with video lecture,thank you, Ammar
@zainshah9346
@zainshah9346 2 жыл бұрын
Main job bhi krta ho, or family bhi han usa bhi time dana hota han, kindly apni hr ek step ke vedio youtube pa daal dea kryn.
@tranquility10
@tranquility10 2 жыл бұрын
48:39 pe maja agaya.
@ahsanzafar4921
@ahsanzafar4921 2 жыл бұрын
BMI CALCULATOR # Body Mass Index (BMI) # input Weight and Height # Ask your height and weight greetings = "Welcome to BMI application, it is basically designed to calculate the BMI of a person" print(greetings) Weight = float(input("Kindly Enter your weight in kg''s. ")) Height = float(input("Kindly Enter your height in meter''s. ")) BMI = Weight / Height **2 print("Your BMI is {}".format(BMI))
@MuhammadAsimmustafavi11
@MuhammadAsimmustafavi11 2 жыл бұрын
1:21:10 Scatterplot done.
@ahmadhanzla197
@ahmadhanzla197 2 жыл бұрын
plz guide me to i have a problem on #1:15:00 making graphs
@ammardilawar510
@ammardilawar510 2 жыл бұрын
1:41:01: brother i think you don't need to say that if you don't follow my pace, you should quit....Instead you motivate that you can see on KZbin as much as you can understand or practice dailt.....Because for beginners and those who are doing jobs and study, they cannot give enough time every day but if they finish this 40 days in 4 months by following KZbin....It is an achievement for them...Good work , Stay blessed:)
@Codanics
@Codanics 2 жыл бұрын
I agree with you. But…. Brother there are some techniques in teaching which must be used to motivate the students. I hope you will understand this in coming session.
@shehneelajamil8284
@shehneelajamil8284 2 жыл бұрын
thats great.. kindly keep uploading ... its hard for me to attend lectures
@abdullahshahid4724
@abdullahshahid4724 Жыл бұрын
I have write it till the formula
@mohammedamirjaved8418
@mohammedamirjaved8418 2 жыл бұрын
Baba jee ap ne Classes and objects kay baray men nai bataya. please tell us something about OOP in Python.
@syedaiqrahassan9108
@syedaiqrahassan9108 2 жыл бұрын
done
@LearntoLeadwithusamarao
@LearntoLeadwithusamarao 2 жыл бұрын
#1:12:14 ,sir i can't able to draw the mention plot in my jupyter notebook,even on visual code.kindly guide me in this regard
@toseefanwar1345
@toseefanwar1345 Жыл бұрын
Aslamoalikum sir when start new seesion
@umarfarooq-gs1pf
@umarfarooq-gs1pf Жыл бұрын
@1:37 sir, grpah is not ploting in VS code.
@tauha_azmat
@tauha_azmat 5 ай бұрын
Salam Sir Kindly zoom your videos while teaching as short sighted people has difficulties to view. Thanks Regards
@coolusamatariq
@coolusamatariq 6 ай бұрын
jupyter notebook mn bna lia mnne barplot of titanic.
@MuhammadMudassirislam
@MuhammadMudassirislam 2 ай бұрын
@shoaibali-et4ih
@shoaibali-et4ih Жыл бұрын
aik question ah koi be jawab de day graph banay ky liay jo coding ki ha wo mjh jasay new person kay liay to bilkul na samajh any wali cheez ha is ko kasay solve karain gay, kia future me is cheez ki practice mazeed karaiwain gay Doc Ammar?
@teach_me_tech
@teach_me_tech 11 ай бұрын
AOA,Ammar bhai, I am having this error"File "c:/Users/malik/Desktop/Python-Chilla/barplot.py", line 1, in import seaborn as sns ModuleNotFoundError: No module named 'seaborn'' when I tried to run barplot program.I have installed seaborn and matplotlib packages.Please guide me how to resolve it.Thanks
@khareedlo4892
@khareedlo4892 2 жыл бұрын
AOA, I am trying to run barplot of titanic when I ran this program showing this msg in jupyter note book. AttributeError: module 'seaborn' has no attribute 'set_theme' can anyone tell me solution.
@ammardilawar510
@ammardilawar510 2 жыл бұрын
My output is not showing if I make any code in the Jupyter notebook, this sign * come with input [*] but the output is not showing.......It was working fine till previous classes.....I have restarted kernel many times but it shows first output "What is your name" from second input it is not showing anything in output
@marriumhurr2272
@marriumhurr2272 10 ай бұрын
i am unable to install seaborn and metplotlib in terminal . can someone send me the link here please
@rehanbaig71
@rehanbaig71 2 жыл бұрын
If we are using sns for making graph then why we are using plt.show() where plt is for matplotlib.pyplot
@waheedjawaid4699
@waheedjawaid4699 Жыл бұрын
@baba_Ammar sir graph jupiter notebook pe show nhi horhy ha error a rha ha.
@abdullahriaz7453
@abdullahriaz7453 2 жыл бұрын
Facing 'no attribute' error uon running of plots, need guidance
07- Python_ka_chilla (Day-3)- Zoom class
1:16:13
Codanics
Рет қаралды 17 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 5 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 143 МЛН
01a- Python_ka_chilla (Day-1)- Zoom class
1:39:12
Codanics
Рет қаралды 64 М.
Dr Gabor Mate answers question about October 7th during conference
12:53
Middle East Eye
Рет қаралды 736 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,1 МЛН
Top Minds in AI Explain What’s Coming After GPT-4o | EP #130
25:30
Peter H. Diamandis
Рет қаралды 701 М.
AI ka chilla 2023 | Day2 #aikachilla
2:10:59
Codanics
Рет қаралды 19 М.
How I'd Learn Data Analytics in 2024 | 3 Month Plan
11:42
Rohan Adus
Рет қаралды 426 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4 МЛН