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

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Check out our courses:
    Spring Boot and Microservices Live Course : go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Complete Java Developer Course Batch-3: go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    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 роки тому +251

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

  • @abigailnyarko2814
    @abigailnyarko2814 2 роки тому +24

    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 роки тому +237

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

    • @clutchkrate9165
      @clutchkrate9165 4 роки тому +37

      >>> 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 роки тому +13

      @@clutchkrate9165 Grammatical mistake --- the best*

    • @priyansh2821
      @priyansh2821 3 роки тому +2

      it should be While True :
      print("great teacher")

    • @rajeshsagar3912
      @rajeshsagar3912 3 роки тому +2

      Arey wah....kya Bola Bhai...
      Hamesha iyse he kahthe oo...nayitho Kabhi kabhi

    • @darshangaikwad8626
      @darshangaikwad8626 3 роки тому +3

      You should also watch his java tutorials he is java guru

  • @pratikmore1201
    @pratikmore1201 4 роки тому +12

    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.

  • @Shubham851
    @Shubham851 4 роки тому +42

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

    • @nishantmarkad4519
      @nishantmarkad4519 3 роки тому +2

      yes who is that person that dislikes it he or she is mad

  • @tarunsani448
    @tarunsani448 4 роки тому +35

    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

  • @soumyadippaik2615
    @soumyadippaik2615 4 роки тому +20

    The BEST TEACHER ON WHOLE OF EARTH.

  • @yashkhanna2602
    @yashkhanna2602 6 років тому +133

    5 functions from math module:
    1. floor
    2. ceil
    3. sqrt
    4. pow
    5. factorial

  • @PBrokenShowsEtechyguy
    @PBrokenShowsEtechyguy 4 роки тому +10

    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

  • @motivatiadja
    @motivatiadja 6 років тому +13

    This man is genius ...I have joined classes for python..still I am learning new everyday from his videos.....Thanks a lot :)

  • @rohanram7197
    @rohanram7197 5 років тому +36

    No words can describe you’re effort sir
    Thanks a lotttt 🙏🏻😁

  • @archanakatha7323
    @archanakatha7323 4 роки тому +3

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

  • @kamalraviteja9957
    @kamalraviteja9957 4 роки тому +1

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

  • @maheshjawalkar8709
    @maheshjawalkar8709 6 років тому +11

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

  • @antaradeb3962
    @antaradeb3962 2 роки тому +1

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

  • @rishwanthmyanapuri1301
    @rishwanthmyanapuri1301 4 роки тому +7

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

  • @suvarnasuvi20
    @suvarnasuvi20 4 роки тому +2

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

  • @abhaysingh365
    @abhaysingh365 4 роки тому +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 роки тому +3

      if your saying python is hard .check out C or C++

    • @maedre9330
      @maedre9330 4 роки тому +2

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

  • @Salinda_desilva
    @Salinda_desilva 4 роки тому +1

    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

  • @mohammmadishaque
    @mohammmadishaque 6 років тому +35

    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

  • @thirugnanamm3062
    @thirugnanamm3062 4 роки тому +17

    teacher="Best teacher of python"
    print(teacher)

    • @pegasus3642
      @pegasus3642 3 роки тому

      faku = "you just got jebaited"
      print(faku)

    • @quantumpak
      @quantumpak 3 роки тому +1

      teacher = "Navin Reddy is a best teacher!"
      print(teacher)

  • @nonsoamamchukwu9598
    @nonsoamamchukwu9598 4 роки тому +7

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

  • @noortusharkhan5034
    @noortusharkhan5034 4 роки тому +2

    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.

  • @chinmaydas4053
    @chinmaydas4053 6 років тому +6

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

  • @mehulrathore19
    @mehulrathore19 6 років тому +4

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

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

  • @Alberta_Farmer
    @Alberta_Farmer 2 роки тому

    I need teachers like you for every subject!

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

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

  • @jayalakshmic5683
    @jayalakshmic5683 8 місяців тому +2

    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

  • @tirupathireddy390
    @tirupathireddy390 Рік тому

    No paid course sir, start begginers in your channel is correct 💯 👍🏿👍🏿

  • @workhard5751
    @workhard5751 4 роки тому

    Wish , you were my teacher....you make me understand everything very clearly...Thank you so much

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

  • @prioritysystems6531
    @prioritysystems6531 3 роки тому +2

    Keep up the good job Navin !! I'am 45 and loving it ....

  • @josephkimogele9988
    @josephkimogele9988 4 роки тому

    this guy is so cool man, not biased on IdE's like some other guys.

  • @seemagupta5716
    @seemagupta5716 4 роки тому +2

    Thanks sir ,no one can teach python to us as you teach

  • @RandomGuy01947
    @RandomGuy01947 3 роки тому

    I literally learnt DEBUGGING. Thanks.

  • @RJRajnish
    @RJRajnish 4 роки тому +1

    hi sir in command prompt when i am typing
    cd Desktop (it works)
    Desktop> cd "python codes"
    it is giving me the error the system cannot find the path specified
    i got a output in idle
    plss help
    please help me to resolve this issue

  • @ManthanDubal
    @ManthanDubal 6 років тому +4

    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.

  • @nityaagrawal1024
    @nityaagrawal1024 5 років тому +3

    Than you sir! Thank you. You're doing more than just teaching. Glad I came across. :)

  • @shilpikanojia8429
    @shilpikanojia8429 4 роки тому

    Sir is not only teach python but also improve our English thanks a lot 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.

  • @bhogadikrishnajaydev1991
    @bhogadikrishnajaydev1991 3 місяці тому +1

    print('you are best teacher of python')

  • @tharippayilsarath6480
    @tharippayilsarath6480 4 роки тому

    Dear Teacher Naveen reddy. It wuld be great to see timestamps within your description of 'In this video we will see'

  • @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?

  • @Thereal_effeckt
    @Thereal_effeckt 6 місяців тому

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

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

  • @anupamsrivastava7087
    @anupamsrivastava7087 4 роки тому

    Sir am a big fan of your teachings, i clearly understood all the python topics.

  • @nethmiwelgamvila
    @nethmiwelgamvila 4 роки тому +1

    Amazing Teaching style you have❤️ Im new one to python and now I love to learn more and more python Thank you

  • @anjalijoshi7167
    @anjalijoshi7167 4 роки тому +2

    I can see that step over or f8 is not enabled for me.. is there any specific setting for that?

  • @dhapolapankaj
    @dhapolapankaj 6 років тому

    I don't understand how one can dislike this video!

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

  • @ramyaragalla5749
    @ramyaragalla5749 2 роки тому +1

    Ur are the best teacher sir thank you sir

  • @avraamavramopoulos5567
    @avraamavramopoulos5567 5 років тому +1

    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

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

  • @prabhudevbetsurmath7270
    @prabhudevbetsurmath7270 4 роки тому

    this sir knows how to teach....best teaching i ever exprerienced

  • @snehajitchandra2976
    @snehajitchandra2976 6 років тому +6

    Awesome teaching sir!!!! and pycharm use easy than notepad.

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

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

  • @umeshkumarnishad5106
    @umeshkumarnishad5106 6 років тому +7

    Sir ur flow of explanation in too good

  • @vaishalikunjir9258
    @vaishalikunjir9258 4 роки тому

    Best teacher ever seen for python

  • @ajaykharat660
    @ajaykharat660 5 років тому +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

  • @adityabhambhani207
    @adityabhambhani207 3 роки тому

    sir this series is absolute genius....hats off!!!!!!

  • @ranapanguvamshi2580
    @ranapanguvamshi2580 2 роки тому

    The way of teaching is awesome ♥️

  • @softwareengineer.9992
    @softwareengineer.9992 5 років тому +4

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

  • @manojgokhale9235
    @manojgokhale9235 4 роки тому +1

    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

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

  • @nikhileshharde7204
    @nikhileshharde7204 4 роки тому +1

    Hi Navin . I am following this tutorial regularly and is very awesome to lear with you. My pycharm debugger is not working , so am not able to debug the code , what would be the steps to resolve it .

    • @ankitminz5872
      @ankitminz5872 4 роки тому

      Please explain the error which you get.

  • @rajukumarkhaniya3383
    @rajukumarkhaniya3383 6 років тому +17

    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 років тому +2

      @@harshavardhandsh5190 Alt+shift+F10

    • @harshavardhandsh5190
      @harshavardhandsh5190 5 років тому

      Thanks Veeeeeeeeeeeeeeeeeeeeeeeeeeeery much sir

  • @ridhav0423
    @ridhav0423 4 роки тому

    What environment to select when starting new project? Pipenv or virtualenv?

  • @dastonm.5762
    @dastonm.5762 4 роки тому

    great video sir i did not know coding was this fun until u taught everyone. THANK YOU!

  • @brito809
    @brito809 2 роки тому

    Do you still suggest to start with Pycharm or VSCode?

  • @niteshmalviya492
    @niteshmalviya492 6 років тому +2

    Sir agar apke jaise sab hote toh ajj kisko coding itni difficult nhi lagti

  • @harshabasavaraju4609
    @harshabasavaraju4609 5 років тому

    The only one UA-cam video's I will like without cing is urs!!!!

  • @gauripriyakakati9950
    @gauripriyakakati9950 4 роки тому

    I also want to refer to book as just watching the video and making notes is not working out with me cause I want to get thorough with PYTHON language. So please can you suggest me which is the best book to refer to ?

  • @BarredTitan
    @BarredTitan 3 роки тому

    i use visual studios, there shouldint be that big of a difference right?

  • @rachitkumar1497
    @rachitkumar1497 6 років тому

    Excellent teaching sir,very nice job for those who cant afford paid courses.

  • @brosebg4012
    @brosebg4012 4 роки тому +1

    Debug is also available on IDLE Python right?. Can't we use it

  • @manojjoshi2318
    @manojjoshi2318 3 роки тому

    I am enjoying a lot of learning python.
    Thank you sir.

  • @monagulapa3022
    @monagulapa3022 5 років тому +2

    Shared this in facebook great teacher.

  • @mahajanamratnasanthoshi1326
    @mahajanamratnasanthoshi1326 4 роки тому +1

    1. sqrt
    2 .powerof
    3. pie
    4.floor
    5.ceil

  • @NeerajNagra
    @NeerajNagra 5 років тому

    Thank you for your effort, Can you please tell us what books should we refer for python ?

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

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

  • @prajaktaauti5422
    @prajaktaauti5422 Рік тому

    Breakpoint explained so nicely

  • @RishiKumar-nq7tj
    @RishiKumar-nq7tj 2 роки тому

    Any combination of 26 alphabets cannot describe your way of teaching,loved that☺️

  • @Gunjalabhijit
    @Gunjalabhijit 3 роки тому

    that dubugging is impressive!!!

  • @GeekyGagan
    @GeekyGagan 6 років тому +2

    yes we are enjoying this series , you should recreate all your java tuts like this

  • @shreehari9500
    @shreehari9500 3 роки тому

    I Love your Teaching Sir!!

  • @VictorMonday-lq3xs
    @VictorMonday-lq3xs 9 місяців тому +1

    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

  • @ratnakumarsamanthula9472
    @ratnakumarsamanthula9472 Рік тому

    thanks for your valuable free tutorials

  • @alkeshpanchal3113
    @alkeshpanchal3113 4 роки тому +1

    Wonderful teaching sir, I can learn it very easily, And this is the best series for enjoying the lockdown.

  • @Mohan-ii1on
    @Mohan-ii1on 3 роки тому

    Hi nice video to initiate Pycharm, Can we debug in IDLE ? Thanks

  • @apoorvasingh1253
    @apoorvasingh1253 4 роки тому +2

    I am not able to debug my code.There is no option of stop over and F8 key is also not working.

  • @OfficialChandanAkela
    @OfficialChandanAkela 5 років тому

    can python independently able to build any web application or it need support of Java or any another language for its execution

  • @karatugba
    @karatugba 4 роки тому

    Hi,I am using Visual Studio code for debugs or something but I am confused VSC is a sort of IDLE, right? And if it is which one have more advantages?

  • @harshitkothari15
    @harshitkothari15 3 роки тому

    Can I use this "New File" and running program things instead of PyCharm? Because I have organization's laptop so I can not install PyCharm.

  • @siddharthkhemani1666
    @siddharthkhemani1666 4 роки тому

    HI, what if I were to use Visual Studio Code? Should I continue there or download Pycharm?

  • @Fooddss
    @Fooddss 4 роки тому

    Thanku for teaching so effectively. It is really helping us

  • @nihadzizaouibachir6443
    @nihadzizaouibachir6443 Рік тому

    Thank you Navin Reddy, you are the best ! All your videos are incredibly useful and are helping a lot