Member-only story

Python-P01-Teach Me Python !

Vijay Borkar (VBCloudboy)
7 min readJan 9, 2022

Start with Basics…

Q. What is Python? Python is an interpreted, high-level, general-purpose programming language that emphasizes code readability. It’s a dynamically typed language that supports structured, object-oriented, and functional programming. It’s often described as a “batteries included” language due to its comprehensive standard library.

Q. What is a Programming Language? A programming language is a formal language comprising a set of strings that produce various kinds of machine code output.

Programming languages are one kind of computer language, and are used in computer programming to implement algorithms.

Q. Why programming language is called as a Formal Language? In logic, mathematics, computer science, and linguistics, a formal language consists of words whose letters are taken from an alphabet and are well-formed according to a specific set of rules. The alphabet of a formal language consists of symbols, letters, or tokens that concatenate into strings of the language.

--

--

Vijay Borkar (VBCloudboy)
Vijay Borkar (VBCloudboy)

Written by Vijay Borkar (VBCloudboy)

Assisting Microsoft partners in elevating their technical capabilities in AI, Analytics, and Cybersecurity.

No responses yet