Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,143,277 members, 7,780,627 topics. Date: Thursday, 28 March 2024 at 06:04 PM

How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 (3028 Views)

Wrote My First JS Code On VS Code.... Lol (pics) / My Python Journey / Python IDE For Android Users(including Android Apps To Learn Python). (2) (3) (4)

(1) (2) (Reply) (Go Down)

How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 7:41pm On Apr 23, 2019
Hello guys! I 've been watching a python tutorial video lately but I'm not putting it into practice because I have not been able to make my python IDE run on vs code.
I 've watched some videos on YouTube on how to set or run Python IDE on my vs code but the videos were not the result I wanted. They were totally off topic.
I use windows 8, so I'm asking if anyone here can help me do it.
Thanks.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 7:46pm On Apr 23, 2019
U could just install Pycharm by Jetbean.......it gonna be easier to link ur python IDE to pycharm
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Dthinkerman: 6:58pm On Apr 24, 2019
Locate "Terminal" on VS Code and open it. Then each time you need to run your code, save the changes first and then on the terminal, type the Python version you are using, followed by a space, followed by the name of the file you want to run, on which you have written your code. For instance, if you are using Python 3 and the name of file is hello.py then type "python3 hello.py" then slab the Enter key.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Oem18(m): 7:24pm On Apr 24, 2019
Dthinkerman:
Locate "Terminal" on VS Code and open it. Then each time you need to run your code, save the changes first and then on the terminal, type the Python version you are using, followed by a space, followed by the name of the file you want to run, on which you have written your code. For instance, if you are using Python 3 and the name of file is hello.py then type "python3 hello.py" then slab the Enter key.
You can try it manually like he said which is very good or you can go configuration file and set it up or "Click on the extension tab of vscode and type in python ,you will see python runner install anyone and run your code" Goodluck
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by kensmoney(m): 6:47am On Apr 25, 2019
,
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by kensmoney(m): 6:49am On Apr 25, 2019
[quote author=Dthinkerman post=77824544]Locate "Terminal" on VS Code and open it. Then each time you need to run your code, save the changes first and then on the terminal, type the Python version you are using, followed by a space, followed by the name of the file you want to run, on which you have written your code. For instance, if you are using Python 3 and the name of file is hello.py then type "python3 hello.py" then slab the Enter key.

This method is the best, learn how to use CMD, it will help u when start developing large App
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 8:07pm On Apr 25, 2019
I'm sorry for the late response, I thought I will see notification on my dash board for this post I created. That's why I could reply back early enough.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 8:12pm On Apr 25, 2019
Hello guys thank you very much for your contribution.
I noticed something on my vs code. Even after downloading python IDE through vs code, it's still bringing out notification bar that I need to download linther, python and git. I think I need to install these first before getting back to you guys.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 8:17pm On Apr 25, 2019
Redeakaa:
U could just install Pycharm by Jetbean.......it gonna be easier to link ur python IDE to pycharm
OK let me quote this first. Is jetbean a python IDE software or application that work offline? Because that is the reason why I want to run my python IDE on vscode
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 9:11pm On Apr 25, 2019
Warripikin08:
OK let me quote this first. Is jetbean a python IDE software or application that work offline? Because that is the reason why I want to run my python IDE on vscode


the softwares name is pycharm, it was made by jetbean, and yes it is a python ide and it works offline too.....

It also supports other languages even html,css,js...etc, but its main compatiblity is for python


Jetbean org are also the once dah created android studio, atleast it looks like

1 Like

Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 9:16pm On Apr 25, 2019
Redeakaa:



the softwares name is pycharm, it was made by jetbean, and yes it is a python ide and it works offline too.....

It also supports other languages even html,css,js...etc, but its main compatiblity is for python


Jetbean org are also the once dah created android studio, atleast it looks like
Thanks for recommendation man. I would check that out and get back to you if I have any question.

1 Like

Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 10:12pm On Apr 25, 2019
Warripikin08:
Thanks for recommendation man. I would check that out and get back to you if I have any question.

my pleasure.......am lookoing forward to hearing from you
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Dthinkerman: 9:40pm On Apr 28, 2019
You can use VS CODE as I suggested above, as it will subject you to the need to use the Command Line. You can use the traditional Windows CMD if you know how to, as it will require you to maneuver paths whenever you want to use it to run your code written on VS CODE. Alternatively, you can download the Git bash which is a more fanciful shelling tool by the way, and run your VS CODE code on it.
If you become familiar with the Command Line, trust me, you won't want to use the GUI like the Windows Explorer or Mac Finder again.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Thegospelman(m): 11:55pm On Apr 28, 2019
Learning to use command line programming can be very effective and rewarding. I would advise you to dual-install Ubuntu with your Windows 8. You can now understand the power of Command Line programming with Genome terminal. But when you are working on larger projects there is need to turn to IDE.
If you insist on using Windows. It would be better if you switch to Wingware IDLE 1.0.1. It's an intelligent python IDE that supports auto corrections and has its own powerful console. Windows itself has a poor console.
Just Google python WingIDLE and download it to your system, during installation it will prompt you to allow the IDE setup python path, just check the option and proceed to installation.
I have Wing IDE on both my Windows 8 and Ubuntu. I also have VS Code but it has some bugs. It seems that Microsoft focuses on their dotnet programming languages like C#. When it comes to other programming languages, VS code is full of bugs.
Several times I have tried to compile and run java codes using VS code , but it's producing errors.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 8:59pm On May 16, 2019
Redeakaa:


my pleasure.......am lookoing forward to hearing from you
Good day, I have finished downloading the pycharm IDE for python. The pycharm IDE I installed is 2019, and I was asked to submit activation code for it OR a license. I don't know how to go about it because I was not given any license nor activation code.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 11:03pm On May 16, 2019
Warripikin08:
Good day, I have finished downloading the pycharm IDE for python. The pycharm IDE I installed is 2019, and I was asked to submit activation code for it OR a license. I don't know how to go about it because I was not given any license nor activation code.

Hlo......whati usually do Is I go to YouTube and search for the software I wanna download there.....instead of just using google.....dat wet ur gonna get a cracked versions for sure....and a video tutorial on how to install it......its just the best way....so I'd advice u do the same
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 11:11pm On May 16, 2019
Redeakaa:


Hlo......whati usually do Is I go to YouTube and search for the software I wanna download there.....instead of just using google.....dat wet ur gonna get a cracked versions for sure....and a video tutorial on how to install it......its just the best way....so I'd advice u do the same
awwh my bad I never knew of this bro. Please can give me a link to that? Help a brother.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 11:24pm On May 16, 2019
Warripikin08:
awwh my bad I never knew of this bro. Please can give me a link to that? Help a brother.
Alright.....iyam coming
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 11:31pm On May 16, 2019
Warripikin08:
awwh my bad I never knew of this bro. Please can give me a link to that? Help a brother.
Try this one


https://www.youtube.com/watch?v=FJkBmphoH8Q
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 9:24am On May 17, 2019
Redeakaa:

Try this one


https://www.youtube.com/watch?v=FJkBmphoH8Q
Bro nor vex oo, I nor see any link to take download crack file of pycharm for the YouTube link when you give me.

Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 9:34am On May 17, 2019
Warripikin08:
Bro nor vex oo, I nor see any link to take download crack file of pycharm for the YouTube link when you give me.

Lol smiley.....u see dat arrow button in the top right of ur screen dat is after the video itself......beside the title

Yeah.....click on it....u will see the description section there

The link is contained there.... I think the first one
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by makavele: 10:26pm On May 17, 2019
Warripikin08:
awwh my bad I never knew of this bro. Please can give me a link to that? Help a brother.

PM me and I'll give you licence to use the whole JetBean product software for 1 yr

Stop using cracks, as most of them, contain malware a d spywares
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 11:32am On May 24, 2019
makavele:


PM me and I'll give you licence to use the whole JetBean product software for 1 yr

Stop using cracks, as most of them, contain malware a d spywares
Oh thanks brother, will the license be valid for 2019 pycharm IDE?
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 11:33am On May 24, 2019
Redeakaa:


Lol smiley.....u see dat arrow button in the top right of ur screen dat is after the video itself......beside the title

Yeah.....click on it....u will see the description section there

The link is contained there.... I think the first one
Bro I tried it, but I still did not see any link bro.
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 11:42am On May 24, 2019
Hello guys! I later find out I was the one making the mistake. I never had any python IDE at all. That is I never downloaded the Python IDE from python.org. that was why I was having problem running on vs code.
The problem started when I was trying to install python IDE through vs code. I never knew that was not a python IDE. So it was giving me issues not knowing its not a python IDE. So later I downloaded python IDE from python.org. But my problem now is that i can't run my python code straight on the terminal without copying and pasting my code on vs code terminal on Python cmd.
Its kind of stressful and annoying.

1 Like

Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 2:51pm On May 24, 2019
Warripikin08:
Bro I tried it, but I still did not see any link bro.

Lol....u rili be warripikin

Here you go..

Python Software Download Link: https://www.python.org/downloads/

Pycharm Software Download Link:
https://www.dropbox.com/s/lw5vcwknru3... OR https://www.jetbrains.com/pycharm/dow...

Crack win 64 bit Download Link: https://www.dropbox.com/s/veire3d9bys...
Crack win 32 bit Download Link: https://www.dropbox.com/s/aia2ks7c0vq...
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 2:52pm On May 24, 2019
Warripikin08:
Hello guys! I later find out I was the one making the mistake. I never had any python IDE at all. That is I never downloaded the Python IDE from python.org. that was why I was having problem running on vs code.
The problem started when I was trying to install python IDE through vs code. I never knew that was not a python IDE. So it was giving me issues not knowing its not a python IDE. So later I downloaded python IDE from python.org. But my problem now is that i can't run my python code straight on the terminal without copying and pasting my code on vs code terminal on Python cmd.
Its kind of stressful and annoying.

U wouldn't have to worry about that problem if u use pycharm.....cuz once u set it up once.....daz all
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 4:00pm On May 24, 2019
Redeakaa:


Lol....u rili be warripikin

Here you go..

Python Software Download Link: https://www.python.org/downloads/

Pycharm Software Download Link:
https://www.dropbox.com/s/lw5vcwknru3... OR https://www.jetbrains.com/pycharm/dow...

Crack win 64 bit Download Link: https://www.dropbox.com/s/veire3d9bys...
Crack win 32 bit Download Link: https://www.dropbox.com/s/aia2ks7c0vq...
Thanks for this bro. My PC is 64 bit , do you think it's better I go for the 64 bit link?
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Warripikin08(m): 4:08pm On May 24, 2019
Redeakaa:


U wouldn't have to worry about that problem if u use pycharm.....cuz once u set it up once.....daz all
I still get problem sha, when it comes to pycharm configuration. Well I go search that one YouTube. But if you get your personal YouTube link concerning that configuration you fit post am here
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 4:31pm On May 24, 2019
Warripikin08:
Thanks for this bro. My PC is 64 bit , do you think it's better I go for the 64 bit link?

Ah of course na......that's why they specified
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by Redeakaa(m): 4:32pm On May 24, 2019
Warripikin08:

I still get problem sha, when it comes to pycharm configuration. Well I go search that one YouTube. But if you get your personal YouTube link concerning that configuration you fit post am here

Lol.....from correct English to broken....

I'll check for u
Re: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by makavele: 5:16pm On May 24, 2019
Warripikin08:
Oh thanks brother, will the license be valid for 2019 pycharm IDE?

Valid for everything . . .

(1) (2) (Reply)

How To Auto Install & Configure Mysql Along With Dotnet Setup / Can You Solve GCHQ Xmas Puzzle? / C++ Helpline

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 60
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.