शैडोइंग अभ्यास: Python in 100 Seconds - वीडियो के साथ अंग्रेजी बोलना सीखें

अभ्यास मोड चुनें

हर मोड पूरी स्क्रीन का अभ्यास कक्ष खोलता है।

26 वाक्य
यदि वाक्य बहुत छोटे या लंबे हों, तो समायोजित करने के लिए Edit पर क्लिक करें।
1
Python, a high-level, interpreted programming language famous for its zen-like code.
2
It's arguably the most popular language in the world because it's easy to learn, yet practical for serious projects.
3
In fact, you're watching this YouTube video in a Python web application right now.
4
It was created by Guido Van Rossum and released in 1991, who named it after Monty Python's Flying Circus,
5
which is why you'll sometimes find spam and eggs instead of foo and bar in code samples.
6
It's commonly used to build server-side applications, like web apps with the Django framework, and is the language of choice for big data analysis and machine learning.
7
Many students choose Python to start learning to code because of its emphasis on readability as outlined by the zen of Python.
8
Beautiful is better than ugly, while explicit is better than implicit.
9
Python is very simple, but avoids the temptation to sprinkle in magic that causes ambiguity.
10
Its code is often organized into notebooks where individual cells can be executed, then documented in the same place.
11
We're currently at version 3 of the language, and you can get started by creating a file that ends in .py, or .ipymb to create an interactive notebook.
12
Create a variable by setting a name equal to a value.
13
It's strongly typed, which means values won't change in unexpected ways, but dynamic, so type annotations are not required.
14
The syntax is highly efficient, allowing you to declare multiple variables on a single line, and define tuples, lists, and dictionaries with a literal syntax.
15
Semicolons are not required, and if you use them, an experienced Pythonista will say that your code is not Pythonic.
16
Instead of semicolons, Python uses indentation to terminate or determine the scope of a line of code.
17
Define a function with the def keyword, then indent the next line, usually by four spaces, to define the function body.
18
We might then add a for loop to it and indent that by another four spaces.
19
This eliminates the need for curly braces and semicolons found in many other languages.
20
Python is a multi-paradigm language.
21
We can apply functional programming patterns with things like anonymous functions using lambda.
22
It also uses objects as an abstraction for data, allowing you to implement object-oriented patterns with things like classes and inheritance.
23
It also has a huge ecosystem of third-party libraries, such as deep learning frameworks like TensorFlow, and wrappers for many high-performance low-level packages like Open Computer Vision,
24
which are most often installed with the pip package manager.
25
This has been the Python programming language in 100 seconds.
26
Hit the like button if you want to see more short videos like this, thanks for watching, and I will see you in the next one.

ऐप डाउनलोड करें

Everything you need to speak fluently

AI PronunciationScore every sentence
IPA PracticeMaster every sound
VocabularyBuild your word bank
Vocab GameLearn while playing
QR स्कैन करें
QR स्कैन करें

इस पाठ के बारे में

आप "Python in 100 Seconds" के साथ Shadowing तकनीक का उपयोग करके अपनी अंग्रेजी का अभ्यास कर रहे हैं।

शैडोइंग तकनीक क्या है?

शैडोइंग (Shadowing) एक विज्ञान-समर्थित भाषा सीखने की तकनीक है जो मूल रूप से पेशेवर दुभाषिया प्रशिक्षण के लिए विकसित की गई थी। विधि सरल लेकिन शक्तिशाली है: आप मूल अंग्रेज़ी ऑडियो सुनते हैं और तुरंत इसे ज़ोर से दोहराते हैं — जैसे वक्ता की छाया 1-2 सेकंड की देरी से। शोध से पता चलता है कि यह उच्चारण सटीकता, स्वर, लय, जुड़ी हुई ध्वनियाँ, सुनने की समझ और बोलने की प्रवाहशीलता में काफ़ी सुधार करता है।