#16 Python Tutorial for Beginners | Working with PyCharm | Run | Debug | Trace | py file

  Рет қаралды 1,074,300

Telusko

Telusko

Күн бұрын

Check out our courses:
Enterprise Java Spring Microservices: go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : go.telusko.com...
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
Spring: go.telusko.com...
Java:- go.telusko.com...
Java Spring:- go.telusko.com...
Java For Programmers:- go.telusko.com...
Python : go.telusko.com...
Git : go.telusko.com...
Docker : go.telusko.com...
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusk...
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
In this lecture we are discussing:
#1 how to save file instead of running in idle console
#2 how to run the file in terminal or command prompt
#3 use of pychram to run the code
#4 how to debug the code in pycharm
-- idle is interactive console
-- when you work on project you are not using console
-- you need to write on a file
#1 how to save file instead of running in idle console
-- open idle
-- write the code
-- save the file e.g main.py , navin.py
-- for python we have file extension with .py
-- you can save the file anywhere
#2 how to run the file in terminal or command prompt or in idle using run button
a) using run button in idle
-- before runnig the code you need to save
-- then you can run the code
-- using run button which are available in idle
b) using terminal or command prompt
-- navigate to folder where you have saved the file
-- in terminal or command prompt
write python file name
e.g python main.py
e.g python navin.py
----------
print("Hello")
x=5
y=6
z=x+y
print(z)
save the file
run the file
---------------
#3 use of pychram to run the code
-- you can use ide like pycharm:
-- first time
-- click on create new project
-- give the name of the project
-- then
click on create
click on create new file
give name MyCode
write the code inside the file
------------
x=5
y=6
z=x+y
print(z)
--------------
save the file
go to run directly in pycharm
click on run
#4 how to debug the code in pycharm
you can debug the code
add breakpoint
go to run
click on debug
click on step over or f8 key
you can see the value of x,y,z in debug mode
Github :- github.com/nav...
Java:- bit.ly/JavaUde...
Spring:- bit.ly/SpringU...
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 741
@roshands1604
@roshands1604 4 жыл бұрын
I'm from mechanical back ground.....u made feel like coding is damn easy .....wish everyone gets a teacher like u🤓
@kamalraviteja9957
@kamalraviteja9957 4 жыл бұрын
Same here bro im.mechanical too
@higherthangods
@higherthangods 4 жыл бұрын
@@kamalraviteja9957 lol I just reached 11th and really scared :(
@prasadmohite4225
@prasadmohite4225 4 жыл бұрын
Same
@anhad7001
@anhad7001 4 жыл бұрын
what mechanical guys will do with coding.
@prajwaladhav3297
@prajwaladhav3297 4 жыл бұрын
@@anhad7001 mat maan .....
@abigailnyarko2814
@abigailnyarko2814 2 жыл бұрын
It's 4years now since you made this video but the content is still great! Thanks for the clear explanation. You're amazing!
@manojgokhale9235
@manojgokhale9235 4 жыл бұрын
print("you are a good teacher of python")
@clutchkrate9165
@clutchkrate9165 4 жыл бұрын
>>> you are a good teacher of python >>> syntax error >>> print("you are a best teacher of python") >>>you are a best teacher of python
@muhammadsalman5183
@muhammadsalman5183 4 жыл бұрын
@@clutchkrate9165 Grammatical mistake --- the best*
@priyansh2821
@priyansh2821 3 жыл бұрын
it should be While True : print("great teacher")
@rajeshsagar3912
@rajeshsagar3912 3 жыл бұрын
Arey wah....kya Bola Bhai... Hamesha iyse he kahthe oo...nayitho Kabhi kabhi
@darshangaikwad8626
@darshangaikwad8626 3 жыл бұрын
You should also watch his java tutorials he is java guru
@pratikmore1201
@pratikmore1201 4 жыл бұрын
5 math functions : 1. sqrt() : Used to find the square root of a given number. 2. pow() : Used to find the power o/p of a number (eg. 2^2 = 4) 3. ceil() : Used to round off the decimal bits to the next number(eg. ceil(2.1) = 3 ) 4. floor() : Used to round off the decimal bits to the its integer number(eg. ceil(2.6) = 2 ) 5. factorial() : Used to find the factorial of a given number.
@tarunsani448
@tarunsani448 4 жыл бұрын
From the bottom of my heart, I'm saying that your lectures are damn awesome......no one can beat you in teaching seriously. I had taken several lectures of others, but never fruitful to me. This is your classes which make me more confident. Thank you sir
@khushalthelittleartist
@khushalthelittleartist 3 жыл бұрын
it is better than wasting money in paid teachers
@soumyadippaik2615
@soumyadippaik2615 4 жыл бұрын
The BEST TEACHER ON WHOLE OF EARTH.
@vishalkumbhar751
@vishalkumbhar751 4 жыл бұрын
Undoubtedly 🙌
@PBrokenShowsEtechyguy
@PBrokenShowsEtechyguy 4 жыл бұрын
You are just a fantabulous teacher! I have always faced coding difficult to understand but your teaching proved me wrong. I am 15 and I'd love to learn python, you made it come true
@Shubham851
@Shubham851 4 жыл бұрын
Who the heck disliked this? He explains everything so effortlessly!
@nishantmarkad4519
@nishantmarkad4519 3 жыл бұрын
yes who is that person that dislikes it he or she is mad
@yashkhanna2602
@yashkhanna2602 6 жыл бұрын
5 functions from math module: 1. floor 2. ceil 3. sqrt 4. pow 5. factorial
@vinayakkulkarni1303
@vinayakkulkarni1303 4 жыл бұрын
Can we include matrices??
@seemalasunil
@seemalasunil Жыл бұрын
Tq
@rohanram7197
@rohanram7197 5 жыл бұрын
No words can describe you’re effort sir Thanks a lotttt 🙏🏻😁
@shashikanth1182
@shashikanth1182 4 жыл бұрын
s
@motivatiadja
@motivatiadja 6 жыл бұрын
This man is genius ...I have joined classes for python..still I am learning new everyday from his videos.....Thanks a lot :)
@VishalkumarKH
@VishalkumarKH 3 жыл бұрын
hi bro
@maheshjawalkar8709
@maheshjawalkar8709 6 жыл бұрын
This video is so interactive with Viewer. Keep posting these types of interactive videos which will help the viewers to take more interest
@archanakatha7323
@archanakatha7323 4 жыл бұрын
Really...No words are there in English to describe ur teaching skills,efforts..... etc.. etc... Ur channel is very much useful and u r the trouble shooter in python🔥..... U r my life saver tooo💞..
@suvarnasuvi20
@suvarnasuvi20 4 жыл бұрын
not a noob now after watching few videos till now...thank you for making such easy to learn python lessons! you are great!!
@rishwanthmyanapuri1301
@rishwanthmyanapuri1301 4 жыл бұрын
"love your teaching style" you are just awesome. thanks a lot
@kamalraviteja9957
@kamalraviteja9957 4 жыл бұрын
Im mechanical and learnt basics of python from your videos, im very thankful to u mr.Navin reddy
@antaradeb3962
@antaradeb3962 2 жыл бұрын
I love the way you teach. I was a noob before bt now I m learning and loving Python. Thank you sir.
@Salinda_desilva
@Salinda_desilva 4 жыл бұрын
best python teacher, I've watched many youtube videos.they are good,but you are excellent.i'm very happy to tell every one you are my python teacher
@thirugnanamm3062
@thirugnanamm3062 4 жыл бұрын
teacher="Best teacher of python" print(teacher)
@pegasus3642
@pegasus3642 3 жыл бұрын
faku = "you just got jebaited" print(faku)
@quantumpak
@quantumpak 3 жыл бұрын
teacher = "Navin Reddy is a best teacher!" print(teacher)
@mohammmadishaque
@mohammmadishaque 6 жыл бұрын
5 math functions: math.sqrt(25.0) = 5.0 #finds square root of 25.0 math.pi = 3.142...... #returns constant value of "pi" math.sin(π / 6) = 0.5 #find sine value of passed argument which is in radian math.cos(π / 3) = 0.5 #find cosine value of passed argument which is in radian math.log10(100) = 2 #returns the degree of 100 with respect to power of base which is 10 here
@skaterope
@skaterope 5 жыл бұрын
CAN YOU MAKE AI WITH THESE FUNCTIONS ?
@anononymousarora9929
@anononymousarora9929 4 жыл бұрын
Can't we just use this :- from math import *
@mohammmadishaque
@mohammmadishaque 4 жыл бұрын
@@skaterope can you elaborate on that
@abhaysingh365
@abhaysingh365 4 жыл бұрын
I am just 14 years old and was finding python a difficult language but when I began to watch your videos I am feeling that my coding and maths skills have been improved!
@angithkrishna2939
@angithkrishna2939 4 жыл бұрын
if your saying python is hard .check out C or C++
@maedre9330
@maedre9330 4 жыл бұрын
@@angithkrishna2939 u try n learn c#, its so hard that it takes 1 month to just learn the basics
@DEBASISHDBETC-ASTU
@DEBASISHDBETC-ASTU 4 жыл бұрын
@@angithkrishna2939 bro he is just 14 years old
@noortusharkhan5034
@noortusharkhan5034 4 жыл бұрын
Thank you so much Sir. You have given me a new motivation to learn programming. I knew nothing. But you have inspired me to learn programming and pursue it in my career and become independent.
@nonsoamamchukwu9598
@nonsoamamchukwu9598 4 жыл бұрын
Awesome tutorial Telusko! Your simple and optimism make learning quite fun! Thanks.
@chinmaydas4053
@chinmaydas4053 6 жыл бұрын
Yes sir. waiting for this video because debugging, tracing etc are very important to learn the programmes 👍👍..
@mehulrathore19
@mehulrathore19 6 жыл бұрын
sir its seems here you are working a lot on editing .. i love the point where you put a emoji on your face... really appreciable work done by you sir ...
@jayasudharajendran5209
@jayasudharajendran5209 6 жыл бұрын
You are a great teacher.. if every teacher teaches the way just u do every student can become anything as they wish
@Alberta_Farmer
@Alberta_Farmer Жыл бұрын
I need teachers like you for every subject!
@seemagupta5716
@seemagupta5716 4 жыл бұрын
Thanks sir ,no one can teach python to us as you teach
@ManthanDubal
@ManthanDubal 6 жыл бұрын
New videos looks very nice with new skins👌 I already started leaning Python 2 months back, still I like to see the whole series. Please continue the series and also make some series on Python web development.
@Er.Sumaiyya
@Er.Sumaiyya 4 жыл бұрын
sir thank you so much i am from computer science branch, i hate coding , i feel coding is difficult in exam i just byhart but when i saw your python tutorial wow!now coding is my fvrt now i am writing my own code.........very happy thank you sir!
@josephkimogele9988
@josephkimogele9988 4 жыл бұрын
this guy is so cool man, not biased on IdE's like some other guys.
@prioritysystems6531
@prioritysystems6531 3 жыл бұрын
Keep up the good job Navin !! I'am 45 and loving it ....
@nityaagrawal1024
@nityaagrawal1024 5 жыл бұрын
Than you sir! Thank you. You're doing more than just teaching. Glad I came across. :)
@ramutalari8473
@ramutalari8473 4 жыл бұрын
Feeling Python is so easy because of the way you are explaining. You are so good in the explanation and the way you are covering each concept indetailed with examples. Keep doing the same. Cheers!!
@shankargope2475
@shankargope2475 Жыл бұрын
Awesome, you have nicely explained the differences between writing a code in an interactive environment and in an IDE, how to trace code line by line and debug it which is really important from foundation building point of view👍. Just loved it🥰 Five functions from math module --> math.pow() = calculates the power of something like 2**3 = 8 math.sqrt() = calculates the square root of something like sqrt(64) = 8 math.pi = Gives us the constant value of PI math.ceil() = gives max value of a given number ex.- ceil value of 3.6 is 4 math.floor() = gives min value of a given number ex.- floor value of 3.6 is 3
@workhard5751
@workhard5751 4 жыл бұрын
Wish , you were my teacher....you make me understand everything very clearly...Thank you so much
@tirupathireddy390
@tirupathireddy390 Жыл бұрын
No paid course sir, start begginers in your channel is correct 💯 👍🏿👍🏿
@jayalakshmic5683
@jayalakshmic5683 8 ай бұрын
List any 5 functions from math module with there working 1. sqrt 2. floor 3. ceil 4. pow 5. pi import math math.sqrt(25) # 5 math.floor(2.9) # 2 math.ceil(2.2) # 3 math.pow(2,3) # 8 math.pi # 3.14
@shabbasaikia
@shabbasaikia 3 жыл бұрын
I'm SOO happy that we're going to learn CODES!!!!!!!!!!!! I'm also thanking god for a person like you! Thanks!
@umeshkumarnishad5106
@umeshkumarnishad5106 6 жыл бұрын
Sir ur flow of explanation in too good
@RandomGuy01947
@RandomGuy01947 3 жыл бұрын
I literally learnt DEBUGGING. Thanks.
@shilpikanojia8429
@shilpikanojia8429 4 жыл бұрын
Sir is not only teach python but also improve our English thanks a lot sir........
@snehajitchandra2976
@snehajitchandra2976 6 жыл бұрын
Awesome teaching sir!!!! and pycharm use easy than notepad.
@nethmiwelgamvila
@nethmiwelgamvila 4 жыл бұрын
Amazing Teaching style you have❤️ Im new one to python and now I love to learn more and more python Thank you
@adityabhambhani207
@adityabhambhani207 3 жыл бұрын
sir this series is absolute genius....hats off!!!!!!
@vaishalikunjir9258
@vaishalikunjir9258 4 жыл бұрын
Best teacher ever seen for python
@ramyaragalla5749
@ramyaragalla5749 2 жыл бұрын
Ur are the best teacher sir thank you sir
@AMAdet
@AMAdet 2 жыл бұрын
Something big in learning Python can just be about knowing how to use an IDE...Thank you Navin for this wonderful videos.
@gangasantosh2247
@gangasantosh2247 3 жыл бұрын
i love you bro .your way of teaching is awesome .usually while learning something i fall asleep but your content is so interesting and fun to learn .will refer friends and family .
@subhadippatra7930
@subhadippatra7930 6 жыл бұрын
Just amazing.......... Great great great presentation...............
@Thereal_effeckt
@Thereal_effeckt 5 ай бұрын
great teacher of python..i will watch this over and oer til i get it
@anupamsrivastava7087
@anupamsrivastava7087 4 жыл бұрын
Sir am a big fan of your teachings, i clearly understood all the python topics.
@ranapanguvamshi2580
@ranapanguvamshi2580 2 жыл бұрын
The way of teaching is awesome ♥️
@monagulapa3022
@monagulapa3022 5 жыл бұрын
Shared this in facebook great teacher.
@ajaykharat660
@ajaykharat660 5 жыл бұрын
Amazing..I have started with your series and all works good yet..thanks..just problem is I am unable to set path in command prompt in windows8.1..but comfortably working in pychatm
@ghostknight91
@ghostknight91 4 жыл бұрын
You can add the path in Win 8.1, by clicking New in Environment Variables from System Properties. Then type name is python and add the corresponding path. Then save it. When you reopen cmd. type py not python and it will work
@rajukumarkhaniya3383
@rajukumarkhaniya3383 6 жыл бұрын
Awesome series and explanations.. Please use pycharm in all upcoming video's
@harshavardhandsh5190
@harshavardhandsh5190 5 жыл бұрын
Sir the run process looks little lengthy in pycharm, is there any shortcut like F5 to run the code from pycharm please
@ankitbalodia
@ankitbalodia 5 жыл бұрын
@@harshavardhandsh5190 Alt+shift+F10
@harshavardhandsh5190
@harshavardhandsh5190 5 жыл бұрын
Thanks Veeeeeeeeeeeeeeeeeeeeeeeeeeeery much sir
@prabhudevbetsurmath7270
@prabhudevbetsurmath7270 4 жыл бұрын
this sir knows how to teach....best teaching i ever exprerienced
@kevinfeng6700
@kevinfeng6700 4 жыл бұрын
... . -. -.. -... --- -... ...
@dhapolapankaj
@dhapolapankaj 5 жыл бұрын
I don't understand how one can dislike this video!
@avraamavramopoulos5567
@avraamavramopoulos5567 5 жыл бұрын
sir very kind of you to teach us. In the future try to speak more slowly so we can understand you more. Not all watchers are english natives. thank you
@GeekyGagan
@GeekyGagan 6 жыл бұрын
yes we are enjoying this series , you should recreate all your java tuts like this
@alkeshpanchal3113
@alkeshpanchal3113 4 жыл бұрын
Wonderful teaching sir, I can learn it very easily, And this is the best series for enjoying the lockdown.
@vikrantsharma366
@vikrantsharma366 6 жыл бұрын
just one word "awesomeeeeeeeeeeeeeeeeeeeeee"
@boringhuman9427
@boringhuman9427 5 жыл бұрын
please add a working project from scratch end of all videos for wonderful understanding...we all of our friends are watching your videos in college for the better understanding of python...thanks a lot for creating a wonderful concept
@ankurgupta288
@ankurgupta288 4 жыл бұрын
1- pow(x,y)- return x raised to the power y 2-ceil(x)- return the smallest integer greater than or equal to x 3- pi- 3.14 4-sqrt(x)- return the square root of x 5-floor(x)- return the largest interger less than or equal to x
@dastonm.5762
@dastonm.5762 4 жыл бұрын
great video sir i did not know coding was this fun until u taught everyone. THANK YOU!
@softwareengineer.9992
@softwareengineer.9992 5 жыл бұрын
math.pow(30,2) to get the 2nd power of 30 math.floor(22.9)to get the value before dot math.ceil(28.1)to get the rounded off the value math.sqrt(144)to get the square root of value math.pi to get the actual pi value
@HKClasher
@HKClasher 5 жыл бұрын
also for trig and log we can do..
@tharippayilsarath6480
@tharippayilsarath6480 4 жыл бұрын
Dear Teacher Naveen reddy. It wuld be great to see timestamps within your description of 'In this video we will see'
@manojjoshi2318
@manojjoshi2318 3 жыл бұрын
I am enjoying a lot of learning python. Thank you sir.
@prajaktaauti5422
@prajaktaauti5422 Жыл бұрын
Breakpoint explained so nicely
@nihadzizaouibachir6443
@nihadzizaouibachir6443 Жыл бұрын
Thank you Navin Reddy, you are the best ! All your videos are incredibly useful and are helping a lot
@bhogadikrishnajaydev1991
@bhogadikrishnajaydev1991 3 ай бұрын
print('you are best teacher of python')
@manojgokhale9235
@manojgokhale9235 4 жыл бұрын
No one can teach as awesome as you. God is correct, Each person has his or her special ability. Other thing is Some Superheroes wear capes, While some teach as good python as you for free, never thought i'll get a so good teacher of python. Even shared your channel with my friends. They said you're a fascinating, fabulous, And very fun teacher of Python, Reccomend your channel to others as well :-D :-P
@harshabasavaraju4609
@harshabasavaraju4609 5 жыл бұрын
The only one KZbin video's I will like without cing is urs!!!!
@Gunjalabhijit
@Gunjalabhijit 3 жыл бұрын
that dubugging is impressive!!!
@Fooddss
@Fooddss 4 жыл бұрын
Thanku for teaching so effectively. It is really helping us
@jyotilipsamohanty8337
@jyotilipsamohanty8337 Жыл бұрын
Really you are an excellent teacher
@rachitkumar1497
@rachitkumar1497 6 жыл бұрын
Excellent teaching sir,very nice job for those who cant afford paid courses.
@Rajadahana
@Rajadahana 2 жыл бұрын
Answer to the question 5 functions from math module (got this from help > math) ceil(x, /) - Return the ceiling of x as an Integral. This is the smallest integer >= x. floor(x, /) - Return the floor of x as an Integral. This is the largest integer
@shreehari9500
@shreehari9500 2 жыл бұрын
I Love your Teaching Sir!!
@mayankthakur5927
@mayankthakur5927 2 жыл бұрын
1. sqrt function: used to obtain a square root of a number. 2. power function: used for a number to obtain a power (raise to). 3. floor function: used to round off the number to its lowest possible integer form. Eg: 2.9 rounds of to 2 using floor fn. 4. ceil function: used to round off the number to its highest possible integer form. Eg: 2.1 rounds of to 3 using floor fn. 5. factorial function: used to obatin the factorial of a number.
@danielkamau8436
@danielkamau8436 4 жыл бұрын
Good job keep up the good work bruh, mother Teresa of Calcutta said if you can't do great things, then do small things with great love. Exactly what you are doing
@ratnakumarsamanthula9472
@ratnakumarsamanthula9472 Жыл бұрын
thanks for your valuable free tutorials
@karankeraliya6771
@karankeraliya6771 5 жыл бұрын
very nice series i have seen every episode till this and commented on it that its very fine and for providing it for free i hAVE even contritude to u
@RishiKumar-nq7tj
@RishiKumar-nq7tj 2 жыл бұрын
Any combination of 26 alphabets cannot describe your way of teaching,loved that☺️
@niteshmalviya492
@niteshmalviya492 5 жыл бұрын
Sir agar apke jaise sab hote toh ajj kisko coding itni difficult nhi lagti
@aniruddhavaidya6337
@aniruddhavaidya6337 5 жыл бұрын
Very Nice way of Technical communication
@RajaBanerjee
@RajaBanerjee 4 жыл бұрын
will you teach pygame because most people do not explain nicely. I am fan of yours because you teach so fluidly please do teach pygame?
@mr.curious1329
@mr.curious1329 4 жыл бұрын
Superb sir! Well done!. Pls upload some videos in which you discuss some good coding problems(python based) , may be some competitive stuff also. Thanks 😊 Looking forward to it!!
@vmm4610
@vmm4610 5 жыл бұрын
IT , LOOKS ,THAT YOU ARE A GREAT TEACHER
@sufiyanhamza
@sufiyanhamza 4 жыл бұрын
You are a star. Thank you so much.
@shivambaghel9668
@shivambaghel9668 4 жыл бұрын
You are the best in your work.Thank you
@harshmodi7112
@harshmodi7112 3 жыл бұрын
FANTASTIC "SIRJI"
@mrlokeshkumar76
@mrlokeshkumar76 3 жыл бұрын
REALLY ENJOYING THIS COURSE SIR! ANSWER TO THE QUIZ QUESTION- SQRT- USED TO GET A SQUARE ROOT OF A NUMBER. POW- USED TO THE SQUARE OR CUBE OF A NUMBER CEIL- CEILING. USED TO GET THE NEXT WHOLE NUMBER AFTER THE GIVEN NUMBER. FLOOR- USED TO GET THE PREVIOUS WHOLE NUMBER AFTER THE GIVEN NUMBER
@a.y.making931
@a.y.making931 3 жыл бұрын
REALLY LOVING THE COURSE! ANSWER TO THE QUESTION- SQRT- USED TO GET A SQUARE ROOT OF A NUMBER. POW- USED TO DO SQUARE OR CUBE OF A NUMBER CEIL- CEILING. USED TO GET THE NEXT WHOLE NUMBER AFTER THE GIVEN NUMBER. FLOOR- USED TO GET THE PREVIOUS WHOLE NUMBER AFTER THE GIVEN NUMBER
@s.baskaravishnu22
@s.baskaravishnu22 5 жыл бұрын
your videos are excellent. Your videos are very much useful to me, Many thanks for that. My warm regards to you.
@rohansinha6309
@rohansinha6309 4 жыл бұрын
Math function - pow - power of some number floor - max value of the integer ceil - min value of integer sqrt - square root of given number pi - gives the value of pi
@albasitdanoon7211
@albasitdanoon7211 5 жыл бұрын
You are the best teacher, really thank you.
@riyaagarwal4038
@riyaagarwal4038 4 жыл бұрын
Its really great that you teach in this way, but just focusing of the things which we will be working on doesnt gives us a clear picture. So please make us understand the basic/various options available in Pycharm
@tajuddinidrisi6610
@tajuddinidrisi6610 5 жыл бұрын
i am lucky to watch you python tutorial, thank for making this kind of videos
@_mr.keys_2057
@_mr.keys_2057 4 жыл бұрын
congrats for 1M subscribers sir.....!!!!
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 76 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 45 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
DaMus
Рет қаралды 1,4 МЛН
PyCharm Debug Tutorial | How to Debug Code in PyCharm!
14:59
Max Rohowsky (Max on Tech)
Рет қаралды 62 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 396 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 277 М.
#26 Python Tutorial for Beginners | Array in Python
15:57
Telusko
Рет қаралды 1,3 МЛН
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 150 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 416 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 76 МЛН