Every Pro Python Developer Knows These Concepts - Do You

  Рет қаралды 1,672

Coding for All

Coding for All

Күн бұрын

Пікірлер: 9
@CinematicQuest
@CinematicQuest Ай бұрын
Thanks for your guidance By the way i was learning half of those topic yesterday. Keep going bro.. and once again thanks for guidance 🙂
@coolgirlsharu
@coolgirlsharu Ай бұрын
Which company are u working as?
@onlyforsingers7507
@onlyforsingers7507 18 күн бұрын
You should have cleared the type hinting more clearly Type hinting is nothing but we are specifying what type of data should be passed while calling the function. Example function def myfunc(x,y): return x+b normally you can pass any data type in function while call like : myfunc(1,2) But once we define type hinting it will accept only that data type. example: def myfunc(x:int, y:int): return x+y You Can specify return type also with arrow symbol "->" example: def myfunc(x:int, y:int)->int:
@monikapathekar9867
@monikapathekar9867 2 күн бұрын
Thankyou for the Guidance please share some more videos like this. Python Developer interview questions for 2025
@lalitrathore4540
@lalitrathore4540 Ай бұрын
good explanation
@anilmohite527
@anilmohite527 Ай бұрын
Please make a video on how to manage timezone in django
@Studywithayaz1
@Studywithayaz1 Ай бұрын
great video
@yashbanait...7277
@yashbanait...7277 Ай бұрын
What is *args and **kwargs..??
@rabahalishah5124
@rabahalishah5124 23 күн бұрын
In python, *args and **kwargs allows a function to accept number of arbitrary parameters. These are really helpful when we are not sure about how many arguments user is gonna pass to a function. OR we want to allow our user to enter as many arguments he wants to pass.
Every Pro Python Developer Knows These Concepts - Do You?? PART 2
26:42
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 447 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
🎯 Why 90% of Developers NEVER Become Senior Engineers!
9:15
Coding for All
Рет қаралды 1 М.
Software Engineering Job Interview - Full Mock Interview
1:14:29
freeCodeCamp.org
Рет қаралды 1,6 МЛН
How to Remember Everything You Read
26:12
Justin Sung
Рет қаралды 2,9 МЛН
Strings in python
30:44
Chai aur Code
Рет қаралды 37 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 693 М.
Watch this before you start Coding! 5 Tips for Coders
13:53
Apna College
Рет қаралды 442 М.
PLEASE Learn These 10 Advanced Python Features
42:28
Tech With Tim
Рет қаралды 55 М.
Python Full Course for Beginners
6:14:07
Programming with Mosh
Рет қаралды 42 МЛН