
Comments and Types of Comments in Python | Python đ§ Podcast
Comments in Python Programming Language
13 Aug 20202min

Meaning of Program & Functions of an Interpreter in Python ? | Python đ§ Podcast
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 co...
12 Aug 20201min

Why Python ? | Python đ§ Podcast
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 nece...
12 Aug 20201min

What is the Meaning of Platform and Platform Independent ? | Python đ§ Podcast
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 e...
12 Aug 20201min

Python Used For ? | Python đ§ Podcast
What is Python Programming Language used for? âą DESKTOP Application. âą GUI. âą Website Development. âą Software Development. âą Data Science. âą Machine Learning. âą Artificial intelligence...
12 Aug 20201min

Indentation in Python ? | Python đ§ Podcast
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 Pyt...
12 Aug 20201min

String in Python | Expression in Python | How to use multiple words as a variable name in Python ?
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 va...
10 Aug 20202min

How Python Works ? | Python đ§ Podcast
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.
10 Aug 202059s





















