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

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO20 (20% Discount)

Coupon: TELUSKO20 (20% Discount)

Udemy Courses:

For More Queries WhatsApp or Call on : +919008963671

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
-- 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

----------
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

More Learning :

Donation:
PayPal Id : navinreddy20
Рекомендации по теме
Комментарии
Автор

I'm from mechanical back made feel like coding is damn easy everyone gets a teacher like u🤓

roshands
Автор

print("you are a good teacher of python")

manojgokhale
Автор

It's 4years now since you made this video but the content is still great! Thanks for the clear explanation. You're amazing!

abigailnyarko
Автор

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.

pratikmore
Автор

Who the heck disliked this? He explains everything so effortlessly!

Shubham
Автор

From the bottom of my heart, I'm saying that your lectures are damn 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

tarunsani
Автор

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

PBrokenShowsEtechyguy
Автор

Im mechanical and learnt basics of python from your videos, im very thankful to u mr.Navin reddy

kamalraviteja
Автор

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

Salinda_desilva
Автор

not a noob now after watching few videos till now...thank you for making such easy to learn python lessons! you are great!!

suvarnasuvi
Автор

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!!

ramutalari
Автор

Really...No words are there in English to describe ur teaching etc.. etc...
Ur channel is very much useful and u r the trouble shooter in
U r my life saver tooo💞..

archanakatha
Автор

Yes sir.
waiting for this video because debugging, tracing etc are very important to learn the programmes 👍👍..

chinmaydas
Автор

I love the way you teach. I was a noob before bt now I m learning and loving Python. Thank you sir.

antaradeb
Автор

"love your teaching style"
you are just awesome.
thanks a lot

rishwanthmyanapuri
Автор

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.

noortusharkhan
Автор

Awesome tutorial Telusko! Your simple and optimism make learning quite fun! Thanks.

nonsoamamchukwu
Автор

Something big in learning Python can just be about knowing how to use an IDE...Thank you Navin for this wonderful videos.

AMAdet
Автор

This video is so interactive with Viewer. Keep posting these types of interactive videos which will help the viewers to take more interest

maheshjawalkar
Автор

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 ...

mehulrathore