#visual studio code python
Explore tagged Tumblr posts
jonatgan-official · 3 months ago
Text
do any programmers know any vscode themes that are not dark enough to put me to sleep but also are high enough contrast that the icons are easily distinguishable and also preferably nice colors like perhaps pastels.
4 notes · View notes
codinguntilgoodlol · 2 months ago
Text
Tumblr media
Started following Bro codes tutorial, i'm liking the teaching style but the whole brand like his usually puts me on edge a little, like the alpha type pf and shit just gives weird feels as a trans girlie but were here to lean so its whatevs
2 notes · View notes
ariestu · 1 year ago
Text
Tumblr media
Coding a bare-bones Snake in Tkinter has made me age 20 years minimum (still learning) but I made it yay!
Tumblr media
Spaghetti code ✨✨
7 notes · View notes
code-es · 1 year ago
Note
how do I set up vsc correctly? I always get project file not found error and I can't find a solution on the internet. Lmk if you have a fix :(
Hi! Thank you for the ask! I wonder in what situation this happens to you? When trying to open the file? Or when trying to run some command? Could be different reasons so maybe my answer won't really help you... But! I've had this issue sometimes; for example, once, I was trying to run a python script, but it wouldn't let me.
Tumblr media
Here, the issue is that the folder I have open in VS code is a parent folder to the folder where the file I'm trying to run is located. Here, I'm running the script with the help of the "play" button on the top right.
What it does, I suppose, is try to run the file day-3.py in the directory/folder that is currently open in VS code, but! In the folder advent_of_code_23, there is no file called day-3.py!
So, your issue could potentially be that you are accidentally running your script in a parent folder where it can't be located, since it's in a child folder.
If you still want to have a parent folder up and running, and see all your children folders, you could use the terminal to manually access and run your script.
Step 1: open a new terminal (top option)
Tumblr media
Step 2: in the terminal, type ls (stands for list) to see all the folders in your parent folder
Tumblr media
Step 3: type cd (stands for change directory) and then the name of the folder you want to navigate into, where the file you want to run is located. (TIP! You can use the tab button on your keyboard to autofill the folder name)
Tumblr media
Step 4: Now you can see that your location has changed to be <C:\...\parent-folder-name\child-folder-name>, which means you are now in another folder! So for me, now the location is <C:\...\advent_of_code_23\day-3>, which means I can now directly access everything in this folder! In my screenshot I also typed LS to see what the contents of my folder is.
Tumblr media
Step 5: In here, I can now run my python file by typing python day-3.py
Tumblr media
If you're working in another language, I would recommend googling "how to start a [language name] in the terminal". Or, if you're running for example a React project, you may want to look in your package.json to see what scripts are available, and run those with your preferred package manager, such as yarn or npm.
Tumblr media
In my case, this project is set up with yarn, so I would run this using the yarn dev command.
I hope this has been somewhat helpful, and if it didn't resolve your issue feel free to reach out to me personally and I'd be happy to take a look at your specific case. I can't promise a definite fix, but I can promise that I'll try! 🩷
14 notes · View notes
dokidokikitty · 11 months ago
Text
Tumblr media
(Lying through gritted teeth) I love learning how to use Ren'py
3 notes · View notes
darrenpeace-shitpost · 2 years ago
Text
Visual Studio Code got offended because I used PyCharm to code and now refuses to push files to git… 😭
Tumblr media
8 notes · View notes
sevicia · 1 year ago
Text
I wanted to make a cleaner summary of last week's classes and also review the classes I have this week since the material is already uploaded beforehand but I was feeling so horrible throughout the day that when I sat down I was just gonna look at the ones for tomorrow but I think I'm just gonna go to bed because I just gave my little numbers game a few tries and not even the joy of tribial elementary school-level math games is bringing my brain cells and/or full sentience back
#diary#accessing it through the CMD thing and not just running it from the IDE made me realize a few things about it though so I'll hav#I'll have to maybe jot them down somewhere when I'd normally just be rly excited and try to fix them straight away like I am truly fucked r#I do wanna make an eng version of it sometime soon so I can share it even tho it's literally the simplest little thing. it's fun if you're#an easily amused nerd that loves playing with numbers in a truly useless manner. if that makes sense#also very obviously text-only I am NOT torturing myself with any graphics of ANY kind rn#it closes immediatly as they do and also when it comes to having double/triple digit starting numbers it becomes a lot less fun I think tho#though I haven't used it much with those yet#I still wanna figure out a way of making it better when it comes to 2/3 digit starters. and my original idea included maybe keeping track#keeping track of how many steps you took even between different rounds but I made the simplest version for now. I also think making like a#''this was the least amount of steps possible!'' type thing would be very very cool but that is FAR too big brained for me rn#cause I can figure out how to do the record keeping thing but that last one is like. let's stop talking for a little while.................#oh but adding an actual interface sounds so fun even though I have very little clue on how to do that rn I could probably STOP typing becau#because I can feel my stupid ass self start getting excited about this which will make it so I start working on it instead of going to bed#NO. DOWN !!!!!!!!!!!!!! auhgh............ oh man I had a lame joke to make but I completely forgot what it was#I have coding class tomorrow in which I normally just do the exercises as fast as possible before playing around but the only Python editor#I could find installed on the school computers was Visual Studio Code and I have no clue how to use that shit like I don't need so many#so many buttons. probz. OKAY GOODNIGHT
3 notes · View notes
Text
Tumblr media
This is really a very helpful and big tutorial to learn the use of the code editor "Visual Studio Code" by Microsoft. You can watch it on the learning platform "Udemy" and if you are waiting for some time, it will be possible to purchase only around 15 Euros for this excellent tutorial.
Post #107: Udemy, Estefania Cassingena Navone, Visual Studio Code for Developers 2024, Beginner to Advanced, 2023.
4 notes · View notes
recreationaldivorce · 1 year ago
Text
man i love the jetbrains ides but they take up soooo much memory i wish they would just rewrite their ides in a native language...
3 notes · View notes
mobilesuitzetagundam · 2 years ago
Text
Zoom meeting was a success and things look promising, only downside is that I’ve not coded shit in like 3 years and now I have to jump back into the battlefield...
Tumblr media
5 notes · View notes
nubecolectiva · 3 months ago
Text
16 Best Extensions Used By Senior Python Developers !
16 Mejores Extensiones Para Devs Senior en Python !
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/16-best-extensions-used-by-senior-python-developers/
Tumblr media
0 notes
avertigo · 4 months ago
Text
Tutorial: Cómo usar R en Visual Studio Code
Visual Studio Code (VS Code) es un editor de código fuente muy popular por su versatilidad, ligereza y capacidad de personalización. Si trabajas con R y deseas usar VS Code como tu entorno de desarrollo, este tutorial te guiará paso a paso para configurar VS Code para que puedas ejecutar código R de manera eficiente. Paso 1: Instalar R Antes de usar R en VS Code, asegúrate de tener R instalado…
1 note · View note
eduitfree · 7 months ago
Text
0 notes
techdirectarchive · 8 months ago
Text
Create a web page to visualize the output of BitLocker Script
In this article, we will create Create a web page to visualize the output of BitLocker Script. This sample web page creation assumes you already have your scripts saved. We will be utilizing the Virtual Studio Code which is a  a powerful and versatile code editor. Please see how to ​​​​​Install HTML Web Client for Microsoft RDS, How to Migrate Azure Web Apps, and “RDS client access licenses: How…
0 notes
butterworthd · 9 months ago
Text
after about three hours i finished a big coding sesh. I'm starting from nothing and learning with the help of of the Python Crash Course book by Eric Matthes. It has helped me a lot i feel like I actually know some stuff. I learned all about strings variables resolve syntax errors how to display using upper, lower and title case, i used white space to organize output, also integers and floats and learned how to explain the code in comments. sorry for bad grammar and spelling its 3:35 am rn and I'm tired. time to go to bed for the night...
TL;DR
I learned code/python Day 2
1 note · View note
kenzingmedia · 9 months ago
Text
0 notes