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

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

Telusko

6 лет назад

1,087,264 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@alibi.hotline
@alibi.hotline - 22.12.2022 22:28

I've been using Sublime instead of PyCharm, is it okay?

Ответить
@ratnakumarsamanthula9472
@ratnakumarsamanthula9472 - 25.12.2022 09:53

thanks for your valuable free tutorials

Ответить
@janszelmo612
@janszelmo612 - 13.01.2023 06:14

Excellent Course

Ответить
@meaninglessnowadays
@meaninglessnowadays - 01.02.2023 19:05

Answer: floor(), ceil(), sqrt(), pow(), remainer()

Ответить
@transmissiontelecom6139
@transmissiontelecom6139 - 06.02.2023 14:59

Can i use VS code editor

Ответить
@Mrinformant9
@Mrinformant9 - 10.02.2023 16:54

thank you for the video

Ответить
@abettertruth1198
@abettertruth1198 - 12.02.2023 11:58

thank navin Reddy sir

Ответить
@adiworld1983
@adiworld1983 - 27.02.2023 20:03

>>>help('math') not open showing error- squeezed text(301 lines).
pls help and clear the doubt

Ответить
@oooo0O0oooo
@oooo0O0oooo - 04.03.2023 20:26

Ответить
@mahendrabella2377
@mahendrabella2377 - 11.03.2023 16:59

Anna nuvvu Telugu kada

Ответить
@saniyashaikh3628
@saniyashaikh3628 - 22.03.2023 09:02

In my IDLE there is no File option to save or create new file
....
Plz any one help me to that

Ответить
@kh-technoskidsnmore2108
@kh-technoskidsnmore2108 - 27.03.2023 09:26

VS code is also a good option

Ответить
@anuragpathak9216
@anuragpathak9216 - 07.04.2023 09:43

i am little bit confuse

Ответить
@sandhyaprakashyj9488
@sandhyaprakashyj9488 - 24.04.2023 08:36

I'm not getting the file option

Ответить
@hendroheng9336
@hendroheng9336 - 24.04.2023 11:52

I have the error of the following when I run the command prompt. May I know why?
C:\Users\hendr>cd Desktop
The system cannot find the path specified.

Ответить
@chandrakanth6330
@chandrakanth6330 - 02.05.2023 19:49

Proud our Telugu person is in it ❤❤❤

Ответить
@deepaknarang9869
@deepaknarang9869 - 07.06.2023 06:49

You are amazing sir

Ответить
@richachaudhary5049
@richachaudhary5049 - 16.06.2023 19:10

This is the only video I didn't get :' The pycharm window shows Something else

Ответить
@Uchiha_38
@Uchiha_38 - 16.07.2023 13:32

the debug is not working in python IDLE

Ответить
@Uchiha_38
@Uchiha_38 - 16.07.2023 13:33

plss tell or make a video for that

Ответить
@bidishamisra3221
@bidishamisra3221 - 29.07.2023 18:01

Math functions- sqrt (finds the square root of a no), factorial (finds factorial of a no), pow (a,n) (computes a^n), sin(x) (computes sin of the input in radians), ceil( finds the upper approximation of a no)

Ответить
@sayma619
@sayma619 - 20.08.2023 08:50

when i write cd Desktop, it says "the system cannot find the path specified". what should i do to solve this problem? my laptop is ASUS.

Ответить
@prajaktaauti5422
@prajaktaauti5422 - 21.08.2023 21:53

Breakpoint explained so nicely

Ответить
@shruts_thegirl
@shruts_thegirl - 01.09.2023 14:57

.

Ответить
@farheenejaz8567
@farheenejaz8567 - 04.09.2023 21:33

Your content is great, its just that for me f8 is not working. Any suggestion.

Ответить
@keikoo3282
@keikoo3282 - 20.09.2023 23:27

Navin its not working on window 11

cd Onedrive/

Ответить
@Kummari_Anil_1730
@Kummari_Anil_1730 - 28.09.2023 14:58

👌

Ответить
@shankargope2475
@shankargope2475 - 04.10.2023 22:09

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

Ответить
@shivaraokandukuri-db2fq
@shivaraokandukuri-db2fq - 21.11.2023 18:14

is pycharm safe sir

Ответить
@neresapattie3313
@neresapattie3313 - 29.11.2023 02:17

I wish you were my teacher. I am do lost in python is really not safe. Worst I have an exam coming up. 😢

Ответить
@VictorMonday-lq3xs
@VictorMonday-lq3xs - 29.12.2023 13:37

Pls Sir, l tried to code with the CMD. I typed cd Desktop but it replies. The system cannot find the path specified. And then for "python codes" it states " python codes" is not recognized as an internal or external command, operable program or batch file. Pls help sir

Ответить
@jammusuresh9756
@jammusuresh9756 - 25.01.2024 08:14

sir could you please make videos on python datastrucutres ?

Ответить
@mohitbudgaya5537
@mohitbudgaya5537 - 02.02.2024 12:34

when i am trying to run code in pycharm it is sying configuration is still incorrect

Ответить
@jayalakshmic5683
@jayalakshmic5683 - 07.02.2024 13:38

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

Ответить
@btsarmyforever9112
@btsarmyforever9112 - 15.02.2024 17:28

print("thank you for this lesson")

Ответить
@rituparnaswain7015
@rituparnaswain7015 - 16.03.2024 21:11

C:\Users\ritup>C:\Python Codes
'C:\Python' is not recognized as an internal or external command,
operable program or batch file. ( can anyone help?)

I am getting this error.

Ответить
@Zombsslife
@Zombsslife - 31.03.2024 09:33

sir while running the code it shows please select a valid interpretor

Ответить
@rajput2301
@rajput2301 - 10.04.2024 10:45

import statistics as s
print(s.mode[2,3,6,1,8,44,36,2,])
print(s.median[2,3,6,1,8,44,36,2,])
print(s.mean[2,3,6,1,8,44,36,2,])
import math as m
print(m.log(10))
print(m.exp(10))
print(m.factorial(10))
print(m.sin(10))
print(m.cos(10))
print(m.tan(10))
print(m.asin(10))
print(m.acos(10))
print(m.atan(10))

Ответить
@Thereal_effeckt
@Thereal_effeckt - 14.04.2024 06:10

great teacher of python..i will watch this over and oer til i get it

Ответить
@tejrajsenapati45
@tejrajsenapati45 - 22.05.2024 16:10

I am facing problem in python interpreter in running the code

Ответить
@sandeepvarma8453
@sandeepvarma8453 - 12.06.2024 18:23

pow,sqrt,e,pi,floor.ceil

Ответить
@bhogadikrishnajaydev1991
@bhogadikrishnajaydev1991 - 25.06.2024 11:57

print('you are best teacher of python')

Ответить
@manitechcreations163
@manitechcreations163 - 25.06.2024 18:58

sir in my laptop f8 key is turning on for airplane mode ,its not getting X ={int} 5

Ответить
@icey6811
@icey6811 - 03.07.2024 14:20

Hello mr robbins:)

Ответить
@charantejasakavarapu4433
@charantejasakavarapu4433 - 05.07.2024 21:50

floor
ceil
sqrt
pow
factorial

Ответить
@umar155
@umar155 - 13.07.2024 10:27

if "Welcome back Aliens" in everyvideo@Telusko:
print("Enjoy 😄 the session')
else:
pass

Ответить
@bablubhaii927
@bablubhaii927 - 06.08.2024 16:30

Why didn't you take name of vd code for ride ?

Ответить
@zakiasmaa6834
@zakiasmaa6834 - 12.08.2024 17:54

thanks a loooooooooooooooooooot

Ответить
@YashwanthS-fy7gs
@YashwanthS-fy7gs - 25.09.2024 17:16

Can we do vs code sir

Ответить