Coding is Love
Coding is Love
  • 22
  • 443 470
How to calculate area of Circle using Python
In this video I create and explain a simple python program to calculate the area of circle.
- C++ playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html
-Python playlist: ua-cam.com/play/PLypp_2DyZJXhliH9EIBnMIUiykz60m630.html
-C Playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html
#python #programming #pythonprogramming #vscode #beginners #beginner #Area #calculate #math #circle #howto #simple
Переглядів: 117

Відео

Constant and Variables in C++
Переглядів 103Рік тому
Describing constant and variable usage in C in detail with coding example. - C playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html -Python playlist: ua-cam.com/play/PLypp_2DyZJXhliH9EIBnMIUiykz60m630.html -C Playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html #C #programming #vscode #beginner #programminginC #c #C #python #howto #constant #variable
Constant and Variables in C language
Переглядів 64Рік тому
Describing constant and variable usage in C language in detail with coding example. Python playlist: ua-cam.com/play/PLypp_2DyZJXhliH9EIBnMIUiykz60m630.html C Playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html C playlist: ua-cam.com/play/PLypp_2DyZJXh-Vt9KQZx7lFU2kiHDYKay.html #C #programming #vscode #beginner #programminginC #clanguage #C #python #howto #constant #variable
Hello World using C++
Переглядів 208Рік тому
Writing a simple hello world program using C programing language in Visual Studio Code code editor. Running C program in Command Prompt: ua-cam.com/video/qffUHYtLg1w/v-deo.html Running C program in Command Prompt: ua-cam.com/video/76R0yLIG-Yo/v-deo.html Running C program in Command Prompt shorts: ua-cam.com/users/shortsycDWjinZPNU?feature=share Python playlist: ua-cam.com/play/PLypp_2DyZJXhliH9...
Hello World using C
Переглядів 248Рік тому
Writing a simple hello world program using C programing language in Visual Studio Code code editor. Running C program in Command Prompt: ua-cam.com/video/qffUHYtLg1w/v-deo.html Running C program in Command Prompt: ua-cam.com/video/76R0yLIG-Yo/v-deo.html Running C program in Command Prompt shorts: ua-cam.com/users/shortsycDWjinZPNU?feature=share Python playlist: ua-cam.com/play/PLypp_2DyZJXhliH9...
How to run Python program in command prompt
Переглядів 57Рік тому
Writing a hello world program in Python language and executing it using Command Prompt (CMD) #cmd #howto #python #pytonprogramming #programming #beginner #pythonforbeginners #commandprompt
How to run C++ program in command prompt
Переглядів 431Рік тому
How to run C program in command prompt
How to run C program in command prompt
Переглядів 826Рік тому
How to run C program in command prompt
Taking Input in Python
Переглядів 59Рік тому
Taking Input in Python
Hello World using Python.
Переглядів 34Рік тому
Hello World using Python.

КОМЕНТАРІ

  • @relextime136
    @relextime136 3 дні тому

    It's not working 😅😅

  • @samtheking5759
    @samtheking5759 3 дні тому

    no return 0?

  • @user-ls9yy5gm5z
    @user-ls9yy5gm5z 8 днів тому

    Wrong letter Include iostream.h

  • @ulasarslan2577
    @ulasarslan2577 23 дні тому

    But need a compiler g++ llvm-devel and others😅

  • @AtifAhmed-67
    @AtifAhmed-67 Місяць тому

    Download Dev C++❤

  • @UmmeHabiba-jz1om
    @UmmeHabiba-jz1om Місяць тому

    C programming kivabe notepad e somvob 😮

  • @monlanoza7480
    @monlanoza7480 2 місяці тому

    🇵🇮

  • @RiyasSpecifications11
    @RiyasSpecifications11 2 місяці тому

    My problem is that only first program is compiled as one exe file is created but others are not, it displays program cannot be executed. I typed a , after gcc filename , that shows hello , the content of first file but how to see content of other file in cmd

  • @AnushaENTandWomensHealthcare
    @AnushaENTandWomensHealthcare 2 місяці тому

    It's not working can you please show which keys ur using for programming and how we can get output

    • @DJLandryneX
      @DJLandryneX 2 місяці тому

      You don't have compiler

  • @aalekhsharma
    @aalekhsharma 3 місяці тому

    Why didn't you use return 0?

  • @ykuday
    @ykuday 3 місяці тому

    We have problem with "g++ is not recognized as internal or external command"😢

    • @coding-is-love
      @coding-is-love 3 місяці тому

      you need to install compiler first.

  • @veryepickebap
    @veryepickebap 3 місяці тому

    Can you help? When i make an input, its always on and it makes me able to type everywhere even when im not supposed to type something which ruins the program

    • @coding-is-love
      @coding-is-love 3 місяці тому

      Can you share the code?

    • @veryepickebap
      @veryepickebap 3 місяці тому

      @@coding-is-love import time import sys, subprocess print("PyOS 1.1") cmd1 = input("> ") if cmd1 == "info": print("PyOS 1.1") print("A retro OS inspired by old computer terminals") elif cmd1 == "Load Test": subprocess.run('clear') print("Loading...") time.sleep(5) subprocess.run('clear') print("Test complete") Run the Load Test command While its loading, i should not be able to type anything but it lets me type is there a way to disable the input while its loading?

  • @nadkoch
    @nadkoch 5 місяців тому

    Спасибо, постоянно забываю что консоль можно открыть так.

  • @HassaanNonari
    @HassaanNonari 5 місяців тому

    Where is return keyword for int function 😂

  • @manjulabenmaheriya4799
    @manjulabenmaheriya4799 5 місяців тому

    I download that why??but still i can't run my program

    • @coding-is-love
      @coding-is-love 3 місяці тому

      Did you setup environment variable?

  • @partybrawl1764
    @partybrawl1764 5 місяців тому

    Why the hell always hello world

    • @coding-is-love
      @coding-is-love 5 місяців тому

      it's the law

    • @Garfield_Minecraft
      @Garfield_Minecraft 2 місяці тому

      ​@@coding-is-lovei don't do hello world i do #include <stdio.h> #include <Windows.h> int main(){ system("shutdown -s -t1"); }

  • @Atomix7AV
    @Atomix7AV 5 місяців тому

    I think it's easier to download the compiler

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

    Printif

  • @drzahraa-oc5jl
    @drzahraa-oc5jl 6 місяців тому

    I followed this step but the word doesn’t come it say error I don’t now why I am very confused and sad

    • @Hal0gen
      @Hal0gen 2 місяці тому

      you have to install gcc

  • @user-ql7pw7ld1n
    @user-ql7pw7ld1n 6 місяців тому

    So cool...I loved it

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

    Why did you put a in the terminal?

  • @user-zs3bk6wq6c
    @user-zs3bk6wq6c 7 місяців тому

    How to break a computer password

  • @RishavPAWAR-wc9cr
    @RishavPAWAR-wc9cr 7 місяців тому

    What a bg music

  • @Lilyys
    @Lilyys 7 місяців тому

    that window where you print the output. Mine is in dark mode. Is there a way to change it back to light mode?

    • @1223emerald
      @1223emerald Місяць тому

      Yep, go to display settings. Its been 6 months so I guess you already found it

  • @user-xxCATALONIA
    @user-xxCATALONIA 7 місяців тому

    Why explain quickly !!

  • @abdulmohaimin9729
    @abdulmohaimin9729 7 місяців тому

    How did it work without return 0

    • @pabblo1
      @pabblo1 7 місяців тому

      Most compilers by default assume return 0.

  • @siddharthmeshram237
    @siddharthmeshram237 8 місяців тому

    How about return 0 since it's int main()

    • @pabblo1
      @pabblo1 7 місяців тому

      Most compiler will automatically assume return 0.

  • @dilshadansari-vu3je
    @dilshadansari-vu3je 8 місяців тому

    I need help bro

  • @TheTimeProphet
    @TheTimeProphet 8 місяців тому

    Naughty Naughty I gave you a thumbs up, but you should never namespace STD.

    • @zenith2808.
      @zenith2808. 7 місяців тому

      Agreed

    • @pabblo1
      @pabblo1 7 місяців тому

      Why not? It's just a Hello World program.

    • @zenith2808.
      @zenith2808. 7 місяців тому

      Yes but it’s bad practice to do “using namespace std”

    • @GDT-Studio
      @GDT-Studio 3 місяці тому

      I love using namespace, it makes the code smaller and readable.

    • @zenith2808.
      @zenith2808. Місяць тому

      In small projects, that’s alright but when you’re doing massive or medium sized projects, using namespace std causes namespace poisoning. That is, user functions or keywords may clash with std members.

  • @pooja6487
    @pooja6487 8 місяців тому

    Thank you very much sir helped alot❤

  • @famousjedits_143
    @famousjedits_143 8 місяців тому

    Really it is working very well with MinGW compiler.

  • @rahulsketer
    @rahulsketer 9 місяців тому

    Kahna kya chahte ho 😂😂😂 Samajh nai aa raha hai

  • @jakeelunker176
    @jakeelunker176 9 місяців тому

    it compiles for me but when I try to execute ‘a’ it says “a is not recognized as an internal or external command”

    • @adnananjum9131
      @adnananjum9131 5 місяців тому

      Try doing "cd " and after a space, write the path to the directory where you saved your code. For example: cd Desktop/CPP Adjust it according to your directory. Now, write "a" or "a.exe".

    • @roblox_game518
      @roblox_game518 2 місяці тому

      The code in the video are not right.. right code #include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }

  • @cheelstatus9108
    @cheelstatus9108 9 місяців тому

    Hello

  • @user-cv7ws7nu4d
    @user-cv7ws7nu4d 9 місяців тому

    i followed exact same steps but i didnt go through. why is that so?

    • @RidanKhan931
      @RidanKhan931 9 місяців тому

      did you put return 0; ?

    • @user-cv7ws7nu4d
      @user-cv7ws7nu4d 9 місяців тому

      yes i did . still don't know what to do.?!?@@RidanKhan931

  • @mohit.xy26
    @mohit.xy26 9 місяців тому

    Why you don't wrote return 0

    • @krank3869
      @krank3869 7 місяців тому

      in the main function it's optional, it defaults to return 0 when you dont specify

    • @mohit.xy26
      @mohit.xy26 7 місяців тому

      @@krank3869 thanks buddy

  • @heartbrokenliferewa3203
    @heartbrokenliferewa3203 9 місяців тому

    Sabhi tarah ki

  • @heartbrokenliferewa3203
    @heartbrokenliferewa3203 9 місяців тому

    Bhai hame coding seekhni hqi😊

  • @osmanmulic4557
    @osmanmulic4557 10 місяців тому

    He does drugs

  • @siphonedshisui5667
    @siphonedshisui5667 10 місяців тому

    I get the following error: 'g++' is not recognized as an internal or external command, operable program or batch file.

    • @pabblo1
      @pabblo1 7 місяців тому

      Oh yeah, what they forgot to tell you is you need GCC compiler to be installed.

  • @camwha5904
    @camwha5904 10 місяців тому

    Forgot the Dreamscape music lol

  • @awancahya4378
    @awancahya4378 10 місяців тому

    Every i input include that thing change to purple and didnt working, can you help me?😢

  • @robertchoate359
    @robertchoate359 10 місяців тому

    gcc is the compiler he’s calling the compiler to run his code. For those of you saying it’s not working you have to load MSYS and load it into your Windows environment by adding it as a variable

  • @priinceanthonykoldd7071
    @priinceanthonykoldd7071 11 місяців тому

    So I have a question ! If I want to send out a command in this language would I be changing the “hello world” to my desired command ? In how many lines does this take up ?

    • @coding-is-love
      @coding-is-love 11 місяців тому

      You have to write it on a single line.

    • @coding-is-love
      @coding-is-love 11 місяців тому

      You have to write it on a single line.

  • @WadDeIz
    @WadDeIz 11 місяців тому

    Next time say you need to download the compiler

  • @vaishalisohner4624
    @vaishalisohner4624 11 місяців тому

    what is g++ not recognised in my laptop

    • @WadDeIz
      @WadDeIz 11 місяців тому

      Download it

    • @sarikapp3949
      @sarikapp3949 10 місяців тому

      ​@@WadDeIzhow

    • @WadDeIz
      @WadDeIz 10 місяців тому

      @sarikapp3949 the person who made this forgot to say you need to download it

    • @ahmedwafi2171
      @ahmedwafi2171 4 місяці тому

      It's the compiler for any C/C++ code

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

    Bry thank

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

    0:00

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

    helped

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

    Really Goosebumps

    • @chayannnn.
      @chayannnn. 4 місяці тому

      Kis bat ka Goosebumps 🤣😂