Deepak Yadav aka DDSRY brings you "The DDSRY Show". In Every Episode you will Learn Python Programming Concepts in the best and easy way by DDSRY.
About DDSRY:
He is a 🖥Computer Science 👨🎓Student, Python Programmer, 🇮🇳Indian Python 🎙Podcaster, and Content Creator.
DDSRY Help 👨Students to Learn Python Programming Language on Social Media. DDSRY is a Host of "The DDSRY Show".
👍Subscribe my 🎙Podcast on 🔎Google 📱Podcast.
DDSRY's 🌍Social Media ID ⬇️
▪︎ Instagram ➡️ @DDSRY21 ▪︎ Facebook ➡️ @DDSRY21 ▪︎ Twitter ➡️ @DDSRY21
➡Check Out My Latest Blog Post on 🌐DDSRY.COM
©️ DDSRY
Python Podcast by DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python 3 Podcast by DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
The Inbuilt Function Of Python Is Used To Get The DataType Of Variable is called?. | type().
Send in a voice message: https://anchor.fm/the-ddsry-show/message
2 Best Apps To Learn Python Programming. 1st Programming Hub. 2nd SoloLearn Python
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Why Should I Care About Immutable in Python? | Explained By DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python Programming Language
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python Programming Language Podcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python Programming Language Podcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python Programming Podcast By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python Programming Podcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Use Of Python Programming Language Explained By DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Why Python Programming Language Explained By DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Remember This About Python Programming Language
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is Recursion and Why We Should Use Recursion in Python Programming Language
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Use Of Lambda Function in Python.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Lambda Function in Python Programming Language
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Remember This About Python Programming Language Explained By DDSRY.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Why Python Programming Language is So much Popular Explained By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Real Life Example of Variable
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Identifiers in Python Programming Language By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is Concatenation in Python Programming Language By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Difference between Single Equal To and Double Equal to in Python Programming Language By DDSRY Deepak
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Can Python Be Used To Create Apple iPhone IOS Apps By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Can Python Send Emails
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Difference between Module and Package in Python Programming Language By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Difference between Mutable and Immutable in Python Programming Language By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Can Python Programming Language Be used to make Game. USING PyGame Module By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Can Python Programming Language Be used to make websites
Send in a voice message: https://anchor.fm/the-ddsry-show/message
At What Condition Should we use For Loop in Python Programming Language By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
3 Things About Variable in Python
Send in a voice message: https://anchor.fm/the-ddsry-show/message
3 Things Required To Store Value in Variable By DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
List of Top 8 Python Programming Language Web Frameworks in 2020.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
6 Features of Python Programming Language. • Easy to Learn. • Easy to Read and Write Code. • Free and Open-Source. • Platform Independent. • High-Level and Interpreted Language. • Large Standard Libraries.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
List of Python Programming Language Libraries You Should Know in 2020. • Numpy. • TensorFlow. • Theano. • SciPy. • eli5 0.10.1. • PyTorch. • LightGBM. • Keras. • Pandas.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Comments in Python Programming Language
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is the meaning of Program in Programming World ? • A Program os a set of Instructions that tells the Computer to perform specific tasks. What is the Function of an Interpreter in Python ? • To convert Source code into byte code and then to native Computer Language ( Binary Language 1 and 0 ).
Send in a voice message: https://anchor.fm/the-ddsry-show/message
3 things about, Why Python ? • First Simple Syntax, Python is easy to Understand and write Python code. • And in Python you do not need to define the type of variables. • In Python code it is not necessary to add a semi-column at the end of the line of code or statement.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python is a Platform Independent. Platforms means OS like Mac OS Linux Ubuntu. Platform means where you are running a Python code program by using Python IDLE. INDEPENDENT means, on any platform for example, Linux, Mac OS, Windows, you can run your Python program.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is Python Programming Language used for? • DESKTOP Application. • GUI. • Website Development. • Software Development. • Data Science. • Machine Learning. • Artificial intelligence...
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is indentation in Python ? • Indentation describe the block of code. • Generally 4 white space are used for in Indentation and are preferred over tabs button. • If you want to use indentation Python press TAB button in your keyboard.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
String in Python ? • A String is a term in Programming which means , a series of Character. Expression in Python. • A piece of code is called as Expression in Python. How to use Multiple words as a variable name in Python ? • We have to use _ _ underscore to write variable name.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
How Python Programming Language Works ? • The source code is converted into intermediate byte-code and then into a native Language of the computer internally by Python interpreter.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Python is used for, • Python is used to create Web Application. • Python is used in Game Development. • Python is also used to create Desktop Applications. • Python also finds its application in Machine Learning and Data Science.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
DDSRY is going to tell you about Integers in Python Programming Language. • In Programming we refer to these numbers as integer, but integers is a number without decimal point.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Today DDSRY is going to tell you about What is an Interpreter in Python Programming Language ? • It is a program that translate or interprets our Python code into instruction that a computer can understand. • So when we run the Python program then, the Python interpreter start executive program line by line from the top.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Top Seven Terms That Every Programmer Should Know. 1. Algorithm. 2. Array. 3. Bug. 4. Compiler. 5. Debug. 6. Function. 7. Loop.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
The most basic Language that Computer Understand is Called BINARY. Binary code is made up of zeros 0 and ones 1. It's easy for Computer to Understand but incredibly difficult for Humans.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
What is Code? • Code is a set of rules and instructions written in specific programming language that help us to talk to machine, Just as human speak different language so do machines, there are hundreds 100 of Programming Language each suited for different task. What Coders do? • Coders are people who understand and work with the programming language on daily basis.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
A huge amount of data collected today is made up of images and videos. That is why effective image processing for translating and obtaining information is crucial for businesses. Data Scientists usually preprocess the image before feeding into the machine learning model to arrive achieve desired result consequently. Top Five image Processing Python Programming Language Libraries. • Sci-Kit Learn • OpenCV • SciPy • Pillow • MatplotLib.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Eipsode #15 of "The DDSRY Show". Deepak D Yadav is explaining about, what is omplier and how complier works ?
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Episode of "The DDSRY Show".Deepak D Yadav is Explaining about the meaning of Interpreter. ⭕what is the meaning of the Interpreter language?
Interpreter means it will execute your program or code “one-by-one” line-by-line If you have written the wrong code in first-line or somewhere at that point interpreter will stop executing your source code. and it will show you an error.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Episode #13 of "The DDSRY Show". Deepak Yadav is Explaining about How Python Works ? | as I told you in first episode that python is an interpreted language.
so let understand how python works first, we write instructions in English based language. as I told you that python is an interpreted language so there is no need of compiling them. Python programs run the source code directly the source code is converted into intermediate bytecode and then into the native computer language. then the code is executed.
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Episode #12 of "The DDSRY Show" Deepak Yadav is Explaining about Free and Open-Source Programming Language. Free means you do not have to buy a Software License to use and Open-Source means you can read, modify and distribute your source code of python. Podcaster - 🎤@Deepak Dashrath Yadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Episode #11 of "The DDSRY Show". Deepak Yadav is Explaining about the meaning of High-Level Programming Language. ✔ What is the meaning of a High-level Programming Language? ⭕ A Language which is closer to the human language ( like English ) is known as High-level Programming Language. Examples of high-level programming languages are Python, Visual Basic, PHP, Ruby, C#, Java, and many others. Podcaster - 🎤 @Deepak Dashrath Yadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast I am going to Share you a WhatApp Chat.- @DeepakYadav => ddsry.com
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast I am going to tell you a small story of a Doctor and Programmer. - ●DeepakYadav @ddsry - website => ddsry.com - Follow me on Instagram @ddsry21 on Instagram
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast I am going to tell you a Short Story of a 4 Engineers. - @DeepakYadav => ddsry.com #StoryTime #DDSRY
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast I am going to tell you a Small Story of a Software Engineer - @DeepakYadav. @ddsry.com #The_DDSRY_Show
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast of "The DDSRY Show" (Python 🎧 Podacst) by 🎤Deepak Yadav. I am going to tell you, What Developer and Tester think while working ? - ✔DEVELOPER :- How can I 👌make it ? ✔TESTER :- How can I ❎Break it. - 🎧🎤 @DeepakDashrathYadav #developer #tester #python #ddsry
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast of "The DDSRY Show" (Python Podacst🎧) by Deepak Yadav. I am going to tell you -> How do two Programmer make Money💲? - 🙋🎤 @DeepakDashrathYadav #comedy #memes #python #jokes
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Podcast of "The DDSRY Show" (Python Podcast🎧) 🎤- Deepak. I am going to tell you, Which Companies Using Python Programming Language ? - ANSWER :- ⚫Google⚫FaceBook⚫Yahoo!⚫RedHat⚫Raspberry Pi⚫Walt Disney⚫DropBox⚫NASA⚫IBM⚫ITA⚫YouTube⚫Twitter⚫Reddit⚫CERN. -> 🎤 @DeepakDashrathYadav #google #python #ddsry
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In this Poscast of "The DDSRY Show" (Python Podcast) by Deepak. I am going to tell you, 🔎What does 😀Happiness means for a 🙋Programmer. ANSWER :- ✔"When your CODE Runs without Errors❌." -🎤@DeepakDashrathYadav #sunday #podcast #ddsry
Send in a voice message: https://anchor.fm/the-ddsry-show/message
In these Podcast, I (Deepak) am going to tell you that, you are a Programmer OR ❎ Not. --- 🔎"""When You Count 4 Apples as 3 Apples""".🔍 🙋🎤@DeepakDashrathYadav #didyouknow #programmer
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #10 of "The DDSRY Show" (Python Podcast) by Deepak. I am going to tell you some 🔎Regular Terms VS Programming Terms🔍. -> 🎤🙋@DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #9 of "The DDSRY Show" (Python Podacst) by Deepak, and i am going to tell you Top 9 Features of Python with Explanation. 🔎Python Features🔍 - ⚫Python is a High-Level Language ⚫Simple ⚫Open Source ⚫GUI ⚫Large Library ⚫Expressive ⚫OOPs ⚫Interpreted Language ⚫PlatForm Independent. ---🙋🎤@DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #08 of "The DDSRY Show" (🎧Python Podcast) by Deepak, I am 🙋 going to explain you What is Variable & Rules to write Variable Name ? - ⚫Variable Use as a Container to Store Values. ⚫In Python you ❌ do not have to write code for Declaring a Variable. -> Listen the Podcast - Rules to write Variable Name in Python Programming Language. --> 🎤 @DeepakDashrathYadav #python #podcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #07 of "The DDSRY Show" (Python Podcast), and I am going tell you What are Comments in Python and How to use them ? - ⚫Comments are used to explain your CODE. ⚫Do Documentation of Your CODE. ⚫#Comments - Hash is used to write Single Line Comments. ⚫"""Triple Quotes""" is used to write Multi-Line Comments .by - ⭕ 🎤 @DeepakDashrathYadav . #pythonpodcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #06 of "The DDSRY Show" i am going to tell you, What is Indentation in Python Programming Language ? - ⭕ Indentation means 4 white space, ( Press TAB ) to insert Indentation. 🎤 - @DeepakDashrathYadav - #pythonpodcast
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #05 of "The DDSRY Show" I am (Deepak) going to compare Python "Syntax" with other Programming Language. 🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹In Python -⚫ NO ❌ Semi Colon ; ⚫ NO ❎ Curly Braces { } and ⚫❎✋ NO Problem. - 🔹 @DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #04 of "The DDSRY Show" I am (Deepak) going to tell you, Why you should learn Python Programming Language? 📚 Python is a Platform Independent. 📚 Python has a Simple Syntax. 📚 Python is an Interpreter Laanguage. 📚 Python is Easy to Learn. - 🔹by @DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #03 of "The DDSRY Show" I am going to tell you, What you can do with Python?. ☝You can Create Web Applications. ✌You can Create Websites. 👌You can Connect to Data Base System. ✋You can Create GUI. 👋You can work on Complex & Big Data. - by ⭕ @DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
On Episode #02 of "The DDSRY Show" I am going to tell you ( What Python is used for? ). ✔ It is used for : ⚫ Web Development. ⚫Software Development ⚫Data Science. ⚫Machine Learning. ⚫Artificial Intelligence. - 🙋 by @DeepakDashrathYadav
Send in a voice message: https://anchor.fm/the-ddsry-show/message
Welcome to Episode #1 of "The DDSRY show".
Python Programming Podcast - "Python is easy to learn".
About Episode:
Topic: Introduction To Python Programming
What you will learn in this Episode?
What is the Python Programming Language?
What is an Interpreter?
What is a Compiler?
What is HIgh-Level Language?
What is Programming?
Who Created Python Programming Language?
Next Episode:
Click Here -> What is Python used for?
About Host:
DDSRY is Computer Science Student, Python Programmer, Indian Python Podcaster, and Content Creator.
DDSRY Help Students to Learn Python Programming Language on Social Media.
DDSRY's Social medias IDs
Instagram - @DDSRY21
Facebook - @DDSRY21
Twitter - @DDSRY21
Linkedin - DDSRY
Medium - @DDSRY
Pinterest - DDSRY21
Tumblr - DDSRY
Giphy - @DDSRY
TRANSCRIPT:
All right, welcome to this particular episode of the DDSRY show, you are listening to Deepak Yadav. In this episode, you are going to learn, What is Python Programming language. Let's start. When I was learning Python, the 1st question that came to my mind was,
What is the Python programming language?
Python is an integrated, high-level general-purpose programming language. Let me tell you first,
What means by the interpreter?
Interpreter means it will execute your whole program or a code one by one, line by line. Whereas the compiler will execute your whole program at a time and it will tell you where is the error? The 2nd question that came to my mind was,
What means by high-level language?
High-level language means a language that is closer to work, a human language like English.Python. However, one of the features is expressed. You mean so you can express your code to another programming? 3rd question came to my mind was.
What is a Programming language?
A programming language is a language that used to give instruction to a computer to perform a specific task, simply to give instruction to a computer, to perform a specific task. The 5th question that came to my mind was,
Who created Python?
Python was created by Guido Van Rossum.
---DDSRY---
What can you expect to hear every time, when you click on an episode of the DDSRY show?
when you click on an episode of the DDSRY show? you will learn the python programming in the best and easy way by DDSRY.
Who is this show for?
Beginners.
What is the goal of DDSRY with this show?
To teach python programming through a podcast for free.
What DDSRY is going to teach you from this podcast?
Python Programming Language.
About "The DDSRY Show":
This show was created on 1 Feb 2020. This show is all about teaching Python Programming for free.
Season #1 Episode #1
Send in a voice message: https://anchor.fm/the-ddsry-show/message