Docstrings in Python | Python Tutorial - Day #29

preview_player
Показать описание
Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

def fibonacci(n):
if(n == 0):
return 0
elif(n == 1):
return 1
else:
return

num = int(input("Enter number : "))
for i in range(num):
print(fibonacci(i))

SMIT_xx
Автор

Day 7 of #100DaysOfCode. Today in this video 29, I delved into Python docstrings, which are string literals that follow the definition of a function, method, class, or module. They serve as documentation for our code and can be accessed using the '__doc__' attribute. I also explored the differences between Python comments and docstrings. Furthermore, I learned about PEP 8, a guide for Python coding style, and The Zen of Python, which outlines the guiding principles for Python's design.
Thank You Harry Bhaiya.

debasishbesra
Автор

Smile of Every ending "I will see you next time" 😍

gamerofwolfstreet
Автор

Some lines for you sir....
Apke padhane ka tarika alag hai .... Apke smjhane ka tarika alag hai.. pta nhi aur kya kya alag hai apme ... Sayd ek jadugar hai apme..
Sir you are truly a magician...😍🙃

artistlado
Автор

Your are the best teacher....and a big supporter, advisor and all❤😇😇

shreyasingh
Автор

best mentor that i have ever seen in this programming field .. tysm harry sir tysm .. coz of u i am able to learn and doing practice daily of coding ... tysm sir

digitalharsh
Автор

#day29 consistency maintain
20:25 26/12/2022

satyampandey-fxgz
Автор

Pranam bhrata 🙏 apka bahutt baht dhanyawad ❤️😌🙏😇🧡😇

anonymous____________________
Автор

Thankuu so much..itne ache program ki videos bnane ke liye but ab aap thoda sa fast chlre ho jise concept clear nhi ho para..bcoz me as a fresher python programming ko seekh raha hu....Thanku once again.

shreeyanshjain
Автор

Like the poem part the most thank you sir for the course

Present on Day-29✋

jatinbhatt
Автор

Tell us more about import in next video or please make a small video about it
Btw watching every video of this playlist you are explaining so good
Love you hary bhai❤️

justvedant___
Автор

#day29 import this really great information thanks to Harry bro.

CoderzGaming
Автор

Harry bhai ! You are the best programmer I ever seen..

MuhammadRafay-wenc
Автор

Day #29 done! Harry bhai, can you kindly add the subtitles as usual as we international students feel difficult to understand Hindi?

mariamhasan
Автор

Day #29 in 100DaysOfCode. Maaza ah raha hai advanced topics parh keh

thatcoolkid
Автор

Hi Harry Do you have any plan making videos on Amp String.

PriyanshuJain-tntm
Автор

please make a full course about data science...please

shubhamkolhevlogs
Автор

I just have one questions is that what is the difference between method and functions ?

manavshah
Автор

You are right Harry. With experience n by making mistakes we realize simple and sparse is better and understandable.

infodiff
Автор

Sir konse din mein agli exercise di jayegi?

Nuvora.OFFICIAL