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

  Рет қаралды 1,048,188

Telusko

Telusko

6 жыл бұрын

Check out our courses:
Spring and Microservices Weekend Live Batch : bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : bit.ly/java-spring-cloud
Udemy Courses:
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
Java For Programmers:- bit.ly/javaProgrammers
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusko.com/
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/navinreddy20/Python-
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
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

Пікірлер: 737
@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 .....
@manojgokhale9235
@manojgokhale9235 4 жыл бұрын
print("you are a good teacher of python")
@clutchkrate9165
@clutchkrate9165 3 жыл бұрын
>>> 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 3 жыл бұрын
@@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
@abigailnyarko2814
@abigailnyarko2814 Жыл бұрын
It's 4years now since you made this video but the content is still great! Thanks for the clear explanation. You're amazing!
@PBrokenShowsEtechyguy
@PBrokenShowsEtechyguy 3 жыл бұрын
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
@chinmaydas4053
@chinmaydas4053 6 жыл бұрын
Yes sir. waiting for this video because debugging, tracing etc are very important to learn the programmes 👍👍..
@rishwanthmyanapuri1301
@rishwanthmyanapuri1301 4 жыл бұрын
"love your teaching style" you are just awesome. thanks a lot
@nonsoamamchukwu9598
@nonsoamamchukwu9598 4 жыл бұрын
Awesome tutorial Telusko! Your simple and optimism make learning quite fun! Thanks.
@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!!
@Shubham851
@Shubham851 3 жыл бұрын
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
@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!!
@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
@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
@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💞..
@soumyadippaik2615
@soumyadippaik2615 3 жыл бұрын
The BEST TEACHER ON WHOLE OF EARTH.
@vishalkumbhar751
@vishalkumbhar751 3 жыл бұрын
Undoubtedly 🙌
@kamalraviteja9957
@kamalraviteja9957 4 жыл бұрын
Im mechanical and learnt basics of python from your videos, im very thankful to u mr.Navin reddy
@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 ...
@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.
@maheshjawalkar8709
@maheshjawalkar8709 5 жыл бұрын
This video is so interactive with Viewer. Keep posting these types of interactive videos which will help the viewers to take more interest
@subhadippatra7930
@subhadippatra7930 6 жыл бұрын
Just amazing.......... Great great great presentation...............
@noortusharkhan5034
@noortusharkhan5034 3 жыл бұрын
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.
@rohanram7197
@rohanram7197 5 жыл бұрын
No words can describe you’re effort sir Thanks a lotttt 🙏🏻😁
@shashikanth1182
@shashikanth1182 3 жыл бұрын
s
@nethmiwelgamvila
@nethmiwelgamvila 3 жыл бұрын
Amazing Teaching style you have❤️ Im new one to python and now I love to learn more and more python Thank you
@snehajitchandra2976
@snehajitchandra2976 6 жыл бұрын
Awesome teaching sir!!!! and pycharm use easy than notepad.
@antaradeb3962
@antaradeb3962 Жыл бұрын
I love the way you teach. I was a noob before bt now I m learning and loving Python. Thank you sir.
@nityaagrawal1024
@nityaagrawal1024 5 жыл бұрын
Than you sir! Thank you. You're doing more than just teaching. Glad I came across. :)
@tajuddinidrisi6610
@tajuddinidrisi6610 4 жыл бұрын
i am lucky to watch you python tutorial, thank for making this kind of videos
@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.
@motivatiadja
@motivatiadja 5 жыл бұрын
This man is genius ...I have joined classes for python..still I am learning new everyday from his videos.....Thanks a lot :)
@VishalkumarKH
@VishalkumarKH 2 жыл бұрын
hi bro
@AMAdet
@AMAdet Жыл бұрын
Something big in learning Python can just be about knowing how to use an IDE...Thank you Navin for this wonderful videos.
@126dres
@126dres 5 жыл бұрын
it is great series! I can't wait to see the code of first programme made by you here!
@jayasudharajendran5209
@jayasudharajendran5209 5 жыл бұрын
You are a great teacher.. if every teacher teaches the way just u do every student can become anything as they wish
@nihadzizaouibachir6443
@nihadzizaouibachir6443 Жыл бұрын
Thank you Navin Reddy, you are the best ! All your videos are incredibly useful and are helping a lot
@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!
@rrsk88_farming
@rrsk88_farming 6 жыл бұрын
Now it started to deepen... Thanks sir really learning a lot 🙏
@dash_food9699
@dash_food9699 4 жыл бұрын
Thank u sir for giving knowledge on pycharm in simply way...
@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!!
@dastonm.5762
@dastonm.5762 4 жыл бұрын
great video sir i did not know coding was this fun until u taught everyone. THANK YOU!
@monagulapa3022
@monagulapa3022 5 жыл бұрын
Shared this in facebook great teacher.
@kanikagoyal470
@kanikagoyal470 4 жыл бұрын
Great work sir. You are such an amazing teacher.
@anupamsrivastava7087
@anupamsrivastava7087 4 жыл бұрын
Sir am a big fan of your teachings, i clearly understood all the python topics.
@Alberta_Farmer
@Alberta_Farmer Жыл бұрын
I need teachers like you for every subject!
@albasitdanoon7211
@albasitdanoon7211 5 жыл бұрын
You are the best teacher, really thank you.
@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 .
@prioritysystems6531
@prioritysystems6531 3 жыл бұрын
Keep up the good job Navin !! I'am 45 and loving it ....
@workhard5751
@workhard5751 4 жыл бұрын
Wish , you were my teacher....you make me understand everything very clearly...Thank you so much
@seemagupta5716
@seemagupta5716 4 жыл бұрын
Thanks sir ,no one can teach python to us as you teach
@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
@abhishekprabhakar9025
@abhishekprabhakar9025 6 жыл бұрын
Wow..loving it😍😍👌
@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.
@yogendrasinghchauhan8397
@yogendrasinghchauhan8397 6 жыл бұрын
Now it's really fun to learn ...ty sir
@Fooddss
@Fooddss 4 жыл бұрын
Thanku for teaching so effectively. It is really helping us
@vikrantsharma366
@vikrantsharma366 5 жыл бұрын
just one word "awesomeeeeeeeeeeeeeeeeeeeeee"
@abhaysingh365
@abhaysingh365 3 жыл бұрын
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 3 жыл бұрын
if your saying python is hard .check out C or C++
@maedre9330
@maedre9330 3 жыл бұрын
@@angithkrishna2939 u try n learn c#, its so hard that it takes 1 month to just learn the basics
@DEBASISHDBETC-ASTU
@DEBASISHDBETC-ASTU 3 жыл бұрын
@@angithkrishna2939 bro he is just 14 years old
@sufiyanhamza
@sufiyanhamza 4 жыл бұрын
You are a star. Thank you so much.
@josephkimogele9988
@josephkimogele9988 4 жыл бұрын
this guy is so cool man, not biased on IdE's like some other guys.
@skylaroconnor2903
@skylaroconnor2903 4 жыл бұрын
You are amazingly helpful.
@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!
@shivambaghel9668
@shivambaghel9668 4 жыл бұрын
You are the best in your work.Thank you
@pmanojtvm
@pmanojtvm 5 жыл бұрын
good tutorials.. very helpful. Thanks
@adityabhambhani207
@adityabhambhani207 3 жыл бұрын
sir this series is absolute genius....hats off!!!!!!
@RandomGuy01947
@RandomGuy01947 2 жыл бұрын
I literally learnt DEBUGGING. Thanks.
@shankargope2475
@shankargope2475 9 ай бұрын
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
@nitishmahanand3994
@nitishmahanand3994 3 жыл бұрын
Thank you.. Sir for your contribution in my life. ❤️🙏
@harsiddhisinghdev4650
@harsiddhisinghdev4650 6 жыл бұрын
awsome sirrr......
@saranya3508
@saranya3508 5 жыл бұрын
Motivator :) Best explanation as usual sir
@manojjoshi2318
@manojjoshi2318 3 жыл бұрын
I am enjoying a lot of learning python. Thank you sir.
@thirugnanamm3062
@thirugnanamm3062 3 жыл бұрын
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)
@RishiKumar-nq7tj
@RishiKumar-nq7tj 2 жыл бұрын
Any combination of 26 alphabets cannot describe your way of teaching,loved that☺️
@dhapolapankaj
@dhapolapankaj 5 жыл бұрын
I don't understand how one can dislike this video!
@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
@rachitkumar1497
@rachitkumar1497 6 жыл бұрын
Excellent teaching sir,very nice job for those who cant afford paid courses.
@nayanadesai8914
@nayanadesai8914 5 жыл бұрын
Ohhhhh mmmmyyyyy gooooodddd!!!!! U r just amazing!!!!!!! Thank you so much !!!!!😊😊😊😊😊
@arupmaji9229
@arupmaji9229 3 жыл бұрын
Thanks a lot for this tutorial sir 😊
@althafkhan3690
@althafkhan3690 5 жыл бұрын
Cool.....clear explanation, keep carry on bro
@dharishpatil83
@dharishpatil83 4 жыл бұрын
You are an Amazing tutor
@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
@ankurgoel09
@ankurgoel09 5 жыл бұрын
Excellent tutorial Sir.
@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
@pak-china-girl376
@pak-china-girl376 5 жыл бұрын
Owww so nice to learn paython from u 🎓💆‍♀️
@pramitharyan5167
@pramitharyan5167 4 жыл бұрын
Very good videography and teching....thanks sir
@neetuupadhyay9556
@neetuupadhyay9556 4 жыл бұрын
Thanks a lot sir for your teachings
@vipin2872
@vipin2872 2 жыл бұрын
Tht ws really helpful sir.....appreciate 👍❤️
@ranapanguvamshi2580
@ranapanguvamshi2580 2 жыл бұрын
The way of teaching is awesome ♥️
@prajwalmp8583
@prajwalmp8583 4 жыл бұрын
Yay ✊ it's working 🔥💖
@aniruddhavaidya6337
@aniruddhavaidya6337 5 жыл бұрын
Very Nice way of Technical communication
@L-Prime
@L-Prime 4 жыл бұрын
Great work sir
@MANISHSHARMA-xk1su
@MANISHSHARMA-xk1su 6 жыл бұрын
Nice video sir....
@tirupathireddy390
@tirupathireddy390 Жыл бұрын
No paid course sir, start begginers in your channel is correct 💯 👍🏿👍🏿
@prabhudevbetsurmath7270
@prabhudevbetsurmath7270 4 жыл бұрын
this sir knows how to teach....best teaching i ever exprerienced
@kevinfeng6700
@kevinfeng6700 4 жыл бұрын
... . -. -.. -... --- -... ...
@Allha_lavdeka-786
@Allha_lavdeka-786 2 жыл бұрын
i am so so enjoying it thank you so much !!!!!
@jyotilipsamohanty8337
@jyotilipsamohanty8337 Жыл бұрын
Really you are an excellent teacher
@ramachalprajapati9409
@ramachalprajapati9409 4 жыл бұрын
Your great effort helped a lot and also ll be in future
@burugulakarthik5685
@burugulakarthik5685 5 жыл бұрын
Excellent Sir...!!!!
@ratnakumarsamanthula9472
@ratnakumarsamanthula9472 Жыл бұрын
thanks for your valuable free tutorials
@rohankhandelwal9482
@rohankhandelwal9482 3 жыл бұрын
So grateful for you🙏
@sreen9762
@sreen9762 5 жыл бұрын
really great...Navin
@ramanathmandal2519
@ramanathmandal2519 6 жыл бұрын
sir please prepare django series also, it will be very helpful!
@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
@shilpikanojia8429
@shilpikanojia8429 4 жыл бұрын
Sir is not only teach python but also improve our English thanks a lot sir........
Dictionary in Python
12:24
Telusko
Рет қаралды 1,3 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 110 МЛН
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 27 МЛН
#63 Python Tutorial for Beginners | Exception Handling
15:59
Telusko
Рет қаралды 499 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 362 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 383 М.
PyCharm Debug Tutorial | How to Debug Code in PyCharm!
14:59
Max on Tech
Рет қаралды 57 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 269 М.
#15 Python Tutorial for Beginners | Python BitWise Operators
12:42
#20 Python Tutorial for Beginners | While Loop in Python
12:43
Telusko
Рет қаралды 1,6 МЛН
Gizli Apple Watch Özelliği😱
0:14
Safak Novruz
Рет қаралды 4,6 МЛН
Simple maintenance. #leddisplay #ledscreen #ledwall #ledmodule #ledinstallation
0:19
LED Screen Factory-EagerLED
Рет қаралды 7 МЛН