Part 4 | Modules & Exception Handling | Python Malayalam Tutorial For Beginners

  Рет қаралды 72,823

Brototype Malayalam

Brototype Malayalam

Күн бұрын

Пікірлер: 119
@praveennair2119
@praveennair2119 4 жыл бұрын
Superb Tutorial Classes from Crossroads Team in Malayalam.....
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
❤️❤️🥰
@SameerKongath
@SameerKongath 4 жыл бұрын
വളരെ നല്ല ക്ളാസ്.... ഒത്തിരി കാരൃഞ്അൾ പഠിക്കാൻ പറ്റി...
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
👍
@sreyass136
@sreyass136 4 жыл бұрын
#10:04 module മുഴുവനായി വിളിച്ചില്ലല്ലോ.. അതിലെ ഒരു function മാത്രമല്ലേ വിളിക്കുന്നുള്ളു.. അപ്പൊ പിന്നെ (__name__), hey, hello ഒക്കെ എങ്ങനെ പ്രിന്റ് ആയി?? Function മാത്രം വിളിക്കുന്നോണ്ട് Entered number is positive മാത്രമല്ലേ print ആകാൻ പാടുള്ളു 🤔
@abdulanzil5224
@abdulanzil5224 4 жыл бұрын
Athanne enteyum prashnam
@sreyass136
@sreyass136 4 жыл бұрын
@@abdulanzil5224 Nikhilettan enthelum parayuvarikkum🙌
@abdulanzil5224
@abdulanzil5224 4 жыл бұрын
10:14 aa function mathrame import cheyyulloo enn parannitt ath full print aakunnundallo. (Welcome, hey etc)
@arunreji4950
@arunreji4950 4 жыл бұрын
same enikkum vanne athendha
@shamseerpc8393
@shamseerpc8393 3 жыл бұрын
enikum thoni athu.......cheythu nokooo
@khadijah22
@khadijah22 Жыл бұрын
Other functions will not work unless called. But print statements would work
@hackerviber
@hackerviber 11 ай бұрын
Nice class sir atyam ee video matram kanayirunu cheythinath apo problem solving skil undaynila epo cheriya program okke cheyan thudathi epo kure set ayi ❤❤❤❤😊
@BrototypeMalayalam
@BrototypeMalayalam 10 ай бұрын
Good, keep going
@saswathram8772
@saswathram8772 4 жыл бұрын
import is not working properly for me. why is that? .Im giving from myfile1 import myfunc then calling the function as mynfunc("Value"). but still the entire details from myfile1 is getting displayed in the result.
@sagarganesh6124
@sagarganesh6124 4 жыл бұрын
Good teaching sir... Understanding well..
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Thanks bro
@-yu6bw
@-yu6bw 9 ай бұрын
🎉❤
@adeela3530
@adeela3530 4 жыл бұрын
Can you help me how to import specific part of a file content to another file.. Example one file contain lot of statements, 2 or more functions . How can I access only any 1 function on that page to another file .
@TimelessGrit-kv1ub
@TimelessGrit-kv1ub Жыл бұрын
16:06 Exception handling
@que_ash
@que_ash Жыл бұрын
16:04 Exception
@vijaykk6295
@vijaykk6295 4 жыл бұрын
Nice class...Thank you!!!
@ajmal2559
@ajmal2559 4 жыл бұрын
10:10 fn mathre import cheyunullu ennu paranjittu entire module print avunnu...Is there any mistake?? Please clarify @crossroads
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Entha issue verunath en ariyila.onukoode try cheythu noku. Ready ayilel contact 8848772811
@POORNIMAN-t4g
@POORNIMAN-t4g Ай бұрын
sir practical cheyyunnathinthe koode theory koode add aakamyirunnu
@shafeer9390
@shafeer9390 4 жыл бұрын
Super 👍
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Thank you 👍
@loki_glorious_purpose
@loki_glorious_purpose 4 жыл бұрын
Thank you sir❤️
@digitalmachine0101
@digitalmachine0101 Жыл бұрын
Good information
@tnssajivasudevan1601
@tnssajivasudevan1601 4 жыл бұрын
Thank you Sir.
@nithinkannan6282
@nithinkannan6282 2 жыл бұрын
hi sir, eniku PC illa.. so njan mobilil"pydroid 3" enna app use aakiyanu practice cheyunathu... ithil nammal undakiya module save aakiyattu work aavunula.. module call cheyan pettunila... no module error kaanikunu
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
PC illathe ithellam cheyyunnathinu orupadu limitations und, so try to arrange a laptop first. also chekcout our website brototype.com and register there to get 30 days free tech support to clear your doubts.
@nithinkannan6282
@nithinkannan6282 2 жыл бұрын
@@BrototypeMalayalam sure sir.. I'll be arrange a laptop soon.. pine module sheri aayi
@hilariouscoder7203
@hilariouscoder7203 4 жыл бұрын
9:50 Crossroads Consistent Aye Use Cheytal Life Color Avum 😍🤩
@litebook1951
@litebook1951 4 жыл бұрын
Next Django Cheyyoooo plzzzz 🙏🙏🙏
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
sure! we are working on it and probably it’ll be our second tutorial series in 2021🤗
@aswin_bhazkar
@aswin_bhazkar 2 жыл бұрын
@@BrototypeMalayalam Evide?
@praveennair2119
@praveennair2119 4 жыл бұрын
# Exception Handling Program a = int(input(" Enter the Number for Division :")) b = int(input(" Enter the division number :")) try: c = a / b print("The Result is : " + str(c)) print("Try Completed") except ZeroDivisionError: print("Number Can't Divisible by Zero") print("Thank You for using this Program ")
@Wandering_Soul123
@Wandering_Soul123 2 жыл бұрын
c is not defined
@abbiethankachan6589
@abbiethankachan6589 Жыл бұрын
@@Wandering_Soul123 No need to define in python
@minivk7216
@minivk7216 4 жыл бұрын
Will you teach python MySQL connectivity and file handling
@Anna-hs6jx
@Anna-hs6jx Жыл бұрын
my code is not working what should I do
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
Join the Telegram group, our tech support will clear the doubts. Visit brototype.com to join.
@Anna-hs6jx
@Anna-hs6jx Жыл бұрын
I am 6 th class student
@sruthikallingal2398
@sruthikallingal2398 4 жыл бұрын
Oru doubt.... Function mathram import cheyumbho enter number is positive mathralle varullu.... But evide welcome, heyy koode varunundallo... Athentha angane🤔
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Tutorial onnude watch cheyyu manasilavum.
@atheenaantony7178
@atheenaantony7178 4 жыл бұрын
Kollammm
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
❤️
@AninArafath
@AninArafath 4 жыл бұрын
അടിപൊളി
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
✌️
@nivinmathews428
@nivinmathews428 4 жыл бұрын
First
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
🥰
@nourinkt684
@nourinkt684 4 жыл бұрын
👍👍👍🙌🙌
@sujinar133
@sujinar133 4 жыл бұрын
Great
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
❤️
@Riya-tu8io
@Riya-tu8io 4 жыл бұрын
Thank you for this great tutorial!
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
❤️👍
@kibrobijunewfan
@kibrobijunewfan Жыл бұрын
c=str(input("+,-,*,/")) if c==("+"): a = float(input("1 namber? ")) b = float(input("2 namber? ")) sum = float(a+b) print(sum) elif c==("-"): a = float(input("1 namber? ")) b = float(input("2 namber? ")) sum = float(a - b) print(sum) elif c==("*"): b = float(input("2 namber? ")) a = float(input("1 namber? ")) sum = float(a * b) print(sum) elif c==("/"): a = float(input("1 namber? ")) b = float(input("1 namber? ")) sum = float(a / b) print(sum)
@Alter_ff
@Alter_ff 2 жыл бұрын
Django da video eppola ahn release akkan sadhyathaa
@BrototypeMalayalam
@BrototypeMalayalam 2 жыл бұрын
not planned yet, will come soon
@Alter_ff
@Alter_ff 2 жыл бұрын
@@BrototypeMalayalamok.. w8ing
@aswin_bhazkar
@aswin_bhazkar 2 жыл бұрын
Except and if else thammil entha difference
@shafeer9390
@shafeer9390 4 жыл бұрын
Selenium module ine patti ariyan thalparyam ullavar like adikku
@akhilsubhash5825
@akhilsubhash5825 3 жыл бұрын
Python ill switch ille
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
no
@abhishek-zp2bi
@abhishek-zp2bi 3 жыл бұрын
Bro Matlab cheyan plan ondo???
@bver8536
@bver8536 4 жыл бұрын
Sir ente kayil lap illa enikke ethe mobile cheyan pattumo.
@nishandms8886
@nishandms8886 4 жыл бұрын
pattum
@bver8536
@bver8536 4 жыл бұрын
@@MalluFusion aaa appil cheyamo bro ethe
@alfredxavier6568
@alfredxavier6568 4 жыл бұрын
Sololearn
@sayoojp5637
@sayoojp5637 4 жыл бұрын
Python online compilers ind...like programiz .com
@sayoojp5637
@sayoojp5637 4 жыл бұрын
Bro...njnum phonilan cheyyane..Python online compilers ind...like programiz .com...
@HDbIce-oj3wv
@HDbIce-oj3wv 4 жыл бұрын
Njan padikkan ethiri slow aanengilum Koode ethum sir, theercha🙂
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Gud try Ur best bro
@shamilk6225
@shamilk6225 4 жыл бұрын
😍✌
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
😍
@Pranav-r6g
@Pranav-r6g Жыл бұрын
python projects chayumo
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
python django tutorials und athil full project cheyyunnund watch this: kzbin.info/www/bejne/aIfJfpKkbJl7fqs
@lulusemeer2107
@lulusemeer2107 3 жыл бұрын
Django challenge chyyuo sir
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Yeah, plan und 💪🏼
@shahanafaslu
@shahanafaslu Жыл бұрын
Djanago cheyyamo????
@BrototypeMalayalam
@BrototypeMalayalam Жыл бұрын
will do soon
@ajmalbinnizam
@ajmalbinnizam 4 жыл бұрын
Haajar✌️
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
✌️
@JobinSelvanose
@JobinSelvanose 4 жыл бұрын
present sir
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
☺️
@abdulhakeemk2452
@abdulhakeemk2452 4 жыл бұрын
❤❤
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
❤️
@surjithsundaresan9175
@surjithsundaresan9175 4 жыл бұрын
Heyy
@afimohd7902
@afimohd7902 3 жыл бұрын
import function work aavuniila
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Connect to our team, we will help you 7034395811 ❤️
@adhilmuhammed2005
@adhilmuhammed2005 4 жыл бұрын
👍
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
👍
@Kannn14
@Kannn14 5 ай бұрын
Module kiliparannu..😮
@nishandms8886
@nishandms8886 4 жыл бұрын
🤗
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
😊
@techwithmohamed4889
@techwithmohamed4889 4 жыл бұрын
sir inn cash awardin ullath illalloo... njaan ennum oru 9:30 manikkaan kaanarullath pakshe inn njaan veruthe 9 mani aavunnath vare kaathu ninnnu
@abdulanzil5224
@abdulanzil5224 4 жыл бұрын
Ith aadyame parannath alle, cash award kittan aayitt varenda. Learningin idayil ith polulla enthenkilum interesting aakan tharum.
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Ys
@fayismahmood8612
@fayismahmood8612 4 жыл бұрын
Tkinter ?
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Cheyyam
@mashoodkkkarbala3739
@mashoodkkkarbala3739 4 жыл бұрын
Range കഴിഞ്ഞാൽ ഈ class ആണോ
@rayyanrasheed3985
@rayyanrasheed3985 4 жыл бұрын
no
@AninArafath
@AninArafath 4 жыл бұрын
Adi
@Noor-kq4rr
@Noor-kq4rr 4 жыл бұрын
inn cash prize onnu undaayilello. nirthiyo
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
Ennum cash prize undavunu parajit ellalo video follow cheyibo chila dhivasamgalil cash prize undavum bro ennum follow cheyithal mathi
@Noor-kq4rr
@Noor-kq4rr 4 жыл бұрын
@@BrototypeMalayalam first comment nu pagaram last live nu lot ittu publish cheydoode.
@shamseerpc8393
@shamseerpc8393 3 жыл бұрын
@@Noor-kq4rr ✨🎎
@thajudheen3466
@thajudheen3466 4 жыл бұрын
'''''''''''''
@sooryakriz2396
@sooryakriz2396 4 жыл бұрын
10:14 aa function mathrame import cheyyulloo enn parannitt ath full print aakunnundallo. (Welcome, hey etc)
@abbiethankachan6589
@abbiethankachan6589 Жыл бұрын
Same doubt
@THUNDER-wg7ig
@THUNDER-wg7ig 8 ай бұрын
Same doubt
@sathmedia8087
@sathmedia8087 4 жыл бұрын
Thanks bro...
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
♥️
@kibrobijunewfan
@kibrobijunewfan Жыл бұрын
c=str(input("+,-,*,/")) if c==("+"): a = float(input("1 namber? ")) b = float(input("2 namber? ")) sum = float(a+b) print(sum) elif c==("-"): a = float(input("1 namber? ")) b = float(input("2 namber? ")) sum = float(a - b) print(sum) elif c==("*"): b = float(input("2 namber? ")) a = float(input("1 namber? ")) sum = float(a * b) print(sum) elif c==("/"): a = float(input("1 namber? ")) b = float(input("1 namber? ")) sum = float(a / b) print(sum)
@aneesh.augustine
@aneesh.augustine 4 жыл бұрын
❤️❤️
@BrototypeMalayalam
@BrototypeMalayalam 4 жыл бұрын
♥️
Part 5 | OOPS | Python Malayalam Tutorial For Beginners | Python Coding Challenge
1:07:52
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
#63 Python Tutorial for Beginners | Exception Handling
15:59
Telusko
Рет қаралды 542 М.
AI & ML Explained in Malayalam
12:05
Brototype Malayalam
Рет қаралды 43 М.
File Handling in Python | Python Tutorials for Beginners #lec95
45:32
Jenny's Lectures CS IT
Рет қаралды 117 М.
Part 1 | Introduction To Programming | 3-Hour Coding Challenge
30:46
Brototype Malayalam
Рет қаралды 448 М.
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН