Python ka Chilla 2023 | in Urdu/Hindi | Day-2

  Рет қаралды 38,547

Codanics

Codanics

Күн бұрын

Пікірлер: 67
@AhmadShabir-r7w
@AhmadShabir-r7w 4 күн бұрын
good work. impresive
@shmalik4653
@shmalik4653 4 күн бұрын
Mash Allah
@amnasaeed7213
@amnasaeed7213 Ай бұрын
Superb teaching method.
@MunirAhmad-te9sd
@MunirAhmad-te9sd 7 ай бұрын
Barakallah fih
@muhammadadnan7511
@muhammadadnan7511 10 ай бұрын
seriouly the way you teach its very basic and even a beginer can learn a lot here
@ArshadDataScienceFoundation
@ArshadDataScienceFoundation Жыл бұрын
Jazakumlah kharn ❤🎉😊
@Angelinajolieshorts
@Angelinajolieshorts Жыл бұрын
Great work for youth and Pakistani people ❤
@ArshadDataScienceFoundation
@ArshadDataScienceFoundation Жыл бұрын
Thanks Sir ❤😊
@ashraf1299
@ashraf1299 Жыл бұрын
Jazakallah khair brother.
@saadmansoorsaadmansoor5055
@saadmansoorsaadmansoor5055 Жыл бұрын
Tusi great parha rheho ji
@jiyakhan-p9l
@jiyakhan-p9l 4 ай бұрын
bht khoob samjhaya apne bhai
@Datascientist786
@Datascientist786 10 ай бұрын
Great sir😊
@mentalsheep7215
@mentalsheep7215 8 ай бұрын
Blackbox extension is very good Sir.
@saleemmughal2397
@saleemmughal2397 8 ай бұрын
good
@MuhammadAli-ir5zo
@MuhammadAli-ir5zo Жыл бұрын
jazakAllah
@nashayman
@nashayman 2 ай бұрын
The word "software" is generally considered an uncountable noun, meaning it doesn't have a traditional plural form. Instead, you would typically refer to "software" in a general sense, regardless of quantity. For example, you might say, "I have several pieces of software," or "There are various types of software available." If you need to emphasize different types or instances, you could use terms like "software applications" or "software programs."
@EshaTahir-m1q
@EshaTahir-m1q 23 күн бұрын
is there any courses of data science for beginers right now???? ..
@SamranHussain-cv7lp
@SamranHussain-cv7lp 5 ай бұрын
nice sir
@mohsinsarwar732
@mohsinsarwar732 Ай бұрын
I did not find almost all extensions which you have mentioned in the Lecture. what is the cause ?? if new version is changed , then can you make a video.
@afk786
@afk786 Жыл бұрын
Qasam sa sir bahot acha teach karty hn ap ALLAH Pak ajar ata farmaey hum jsy log Jo afford ni kar sktay wo BHe seekh jaen gy sir Sir ap sa contact kasy kia jay
@mohsinsarwar732
@mohsinsarwar732 Ай бұрын
Dear Sir, I have installed Visual Studio but i am not getting the same interface like Side Bar or its current version is different than previous or i need to signin in the Visual Studio. kindly guide.
@Fit_for_life__
@Fit_for_life__ Жыл бұрын
Phyton Intelli code Jupyter Jupyter key map Jupyter Slide show Jupyter cell tags Jupyter notebook renderers Code snap Markdown all in one Prettier code formatter
@sanashah4731
@sanashah4731 Жыл бұрын
present..
@kabeerfcc4153
@kabeerfcc4153 7 ай бұрын
AoA sir, is this series of lectures enough to get job ready for Data science,I am beginner sir
@Jobanpreetkaur1104
@Jobanpreetkaur1104 Жыл бұрын
👍
@Angelinajolieshorts
@Angelinajolieshorts Жыл бұрын
❤❤❤❤
@Hamzuuu995
@Hamzuuu995 Жыл бұрын
i juss joined yesterday so can u guid me how to do assignments also pai jee m University ka stu b ni hu
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
Q). print("Hello World") What's the use of this line of code? Ans). The line of code `print("Hello World")` is a simple example of a programming statement written in Python. It serves the purpose of outputting the text "Hello World" to the console or standard output. In programming, "Hello, World!" programs are often used as the first program written when learning a new programming language or environment. This tradition dates back to the early days of computer programming and serves as a basic introduction to syntax and structure. Here's a breakdown of the components: - `print`: This is a built-in Python function used to display (or "print") output to the screen. - `"Hello World"`: This is the string literal being passed as an argument to the `print` function. It's the text that will be displayed. When you run this line of code, you'll see "Hello World" printed to the console or output window, depending on the environment where the code is executed.
@sherazghani7141
@sherazghani7141 Жыл бұрын
Done this video
@muhammadzafran6847
@muhammadzafran6847 5 ай бұрын
selamun alaikum, is it possible to book a one on one session for guidance, "paid"
@Codanics
@Codanics 5 ай бұрын
Sure email info@codanics.com
@educationtv3578
@educationtv3578 Жыл бұрын
When I search for extensions , I do not find any recommended extensions. Why is it like that? What is the solution?. kindly guide
@FaisalLeo17
@FaisalLeo17 Жыл бұрын
sir blackbox error show krwa rhaa ha jab install krtay hain windon 10 pa
@ahsanghummanahsanelahi3815
@ahsanghummanahsanelahi3815 Жыл бұрын
Baba g ❤❤❤
@muhammadtahirjavid2297
@muhammadtahirjavid2297 Жыл бұрын
Can you upload whole course on KZbin also? I'm unable to attend zoom meeting.
@Angelinajolieshorts
@Angelinajolieshorts Жыл бұрын
Available
@FatimaTahir-q5f
@FatimaTahir-q5f 11 ай бұрын
Sir hm is course sy
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
Q). What is the shortcut for comment in visual studio? Ans). Ctrl+k+c
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
Q). How to run this full file? Ans). 1). Navigate to upper left menu > Click on Terminal > Select new terminal from the drop down menu. 2). Navigate to upper right corner > There is a play button which says "Run Python File" when holdin cursor on it > Click on it. Done
@shafiasiddique5792
@shafiasiddique5792 Жыл бұрын
Can you upload whole course on KZbin (2023 chilla) ?
@alituri2419
@alituri2419 11 ай бұрын
Asalamo alykom keya U tube per Baher dek sakte ha ,,,,,jayse ham drama dekte Han,,,,bas like dete ha ,,ham,?
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
Google's platform is built on over 2 Billion lines of code.
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
Q). how many lines of code in Facebook? Ans). Facebook uses 62 million lines of code.
@Codanics
@Codanics Жыл бұрын
Registration details of our course is given here: facebook.com/groups/codanics/permalink/1837695129921140/. More details on the course can be found in this google form: forms.gle/kDyUnD1nrN2LF6qy8 All free courses are available here, Read this post on facebook for Data Science Road Map: m.facebook.com/groups/codanics/permalink/1834087390281914/ . join our telegram channel for updated courses and information here: t.me/codanics
@digikhano
@digikhano Жыл бұрын
Aammar bhai I am interested and i will send a msg on telegram plz answer
@RomeoSial07
@RomeoSial07 Жыл бұрын
Sir, Jo log apka live session attend Nahi Kar sakty, unka Liya Kai suggestions hay
@SMARTYasad
@SMARTYasad Жыл бұрын
Blackbox enable kr di lakin kaam ni kr rahi.. koi help kry ga?
@farooqahmadsiddiqui9758
@farooqahmadsiddiqui9758 Жыл бұрын
telegram link bta den plz
@talhatag-666
@talhatag-666 22 күн бұрын
today
@AliAnnotationwala
@AliAnnotationwala 8 ай бұрын
4 lines of code
@imranurrehman264
@imranurrehman264 Жыл бұрын
aslam o alikum , I am learning PKC2023 uploaded 7 months ago . After loading black box extension , I asked the word to word same question as you taught us i.e " // how to make a line plot in python? " . but the answer i got is different as shown on your screen . why so ?
@Codanics
@Codanics Жыл бұрын
Large language models bht zada update ho gaye hyn aaj kal backend different tareeqay se kaam karta hy
@anasshafiq007
@anasshafiq007 Жыл бұрын
2 billion lines of code
@hurairahjaved7548
@hurairahjaved7548 Жыл бұрын
The blackbox extension is not working. What should I do?
@Codanics
@Codanics Жыл бұрын
Use codeium
@aminasaeed4386
@aminasaeed4386 Жыл бұрын
@@Codanics wo b kaam ni kar rhi
@mhassan42316
@mhassan42316 Жыл бұрын
i have paid but cant understand y cant i watch their session
@Codanics
@Codanics Жыл бұрын
Where did you pay can you email us your query at info@codanics.com
@mohammadjaved117
@mohammadjaved117 3 ай бұрын
vs code
@mhassan42316
@mhassan42316 Жыл бұрын
oh bahi where is dsay 4 session
@Codanics
@Codanics Жыл бұрын
Your query?
@Angelinajolieshorts
@Angelinajolieshorts Жыл бұрын
Kia kehna chah rhy ho?
@wonderman521
@wonderman521 Ай бұрын
Good
@wonderman521
@wonderman521 Ай бұрын
Nice
Python ka Chilla 2023 | in Urdu/Hindi | Day-3
1:03:46
Codanics
Рет қаралды 25 М.
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 80 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 15 МЛН
Python-101 for Data Science in Urdu/Hindi - Complete Course
1:55:14
Practical Machine Learning Course Day 2 | Building First ML Model
57:25
Shahbaz Gul Darot
Рет қаралды 1,7 М.
AI ka chilla 2023 | Day2 #aikachilla
2:10:59
Codanics
Рет қаралды 19 М.
Pandas (Python) tips and tricks | in Urdu/Hindi
2:05:25
Codanics
Рет қаралды 23 М.
Python ka Chilla 2023 | in Urdu/Hindi | Day-4
1:04:46
Codanics
Рет қаралды 19 М.
How you Can Build Career in Artificial Intelligence?
12:21
Irfan Malik
Рет қаралды 90 М.
Jupyter Notebook and Data Visualization | in Urdu/Hindi | Day-5
1:16:56
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 80 МЛН