vscode 第7页
Learning is damn hard-拾光赋

Learning is damn hard

Learning is damn hard,Do you want to understand resistance to change? Have you heard the sentence 'death by a thousand papercuts'? Think about this for a moment: learning new thing...
kity的头像-拾光赋kity2年前
0495
Linting Python in VS Code [Video]-拾光赋

Linting Python in VS Code [Video]

Linting Python in VS Code [Video], One of the most important parts of writing code is making sure your code is readable. There are so many positive downstream effects of clean code...
kity的头像-拾光赋kity2年前
03711
Detect Human Faces Using Python ( Part 2 )-拾光赋

Detect Human Faces Using Python ( Part 2 )

Detect Human Faces Using Python ( Part 2 ),Welcome my readers! This post is a continuation from my previous post. This post is all about how to actually implement openCV and write ...
kity的头像-拾光赋kity2年前
02414
if we compare Conda and Pip - what are the differences?-拾光赋

if we compare Conda and Pip – what are the differences?

if we compare Conda and Pip - what are the differences?,Conda and Pip are two popular package managers used in Python development. While both are used to install and manage package...
kity的头像-拾光赋kity2年前
02715
how to install Miniconda on a Linux Notebook?-拾光赋

how to install Miniconda on a Linux Notebook?

how to install Miniconda on a Linux Notebook?,You can install Miniconda on a Linux notebook by following these steps: Download the appropriate Miniconda installation script for you...
kity的头像-拾光赋kity2年前
0349
install VSCode on EndeavourOS and set up a Python developement environment-拾光赋

install VSCode on EndeavourOS and set up a Python developement environment

install VSCode on EndeavourOS and set up a Python developement environment,To install VSCode on EndeavourOS and set up a Python developement environment, we can follow these steps:...
kity的头像-拾光赋kity2年前
0416
Set up Spring Boot Java app with Maven in VS Code-拾光赋

Set up Spring Boot Java app with Maven in VS Code

Set up Spring Boot Java app with Maven in VS Code, Useful Links Lets start with the links to some useful resources: What is REST? Setting up Run/debug configurations in IntelliJ Se...
kity的头像-拾光赋kity2年前
0446
AI powered code debugging extensions-拾光赋

AI powered code debugging extensions

AI powered code debugging extensions,GitHub Copilot is nice for autocompletion, but 80% of the coding is debugging. @musabshakil shares a quick demo in his DEV post, which I encour...
kity的头像-拾光赋kity2年前
0365
Python setup on vscode: venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?-拾光赋

Python setup on vscode: venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?

Python setup on vscode: venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?,Es gibt mehrere Möglichkeiten, um VSCode für Python auf einem Linux-System einzurichten. ...
kity的头像-拾光赋kity2年前
05213
how to use Python virtual environments with conda - some notes-拾光赋

how to use Python virtual environments with conda – some notes

how to use Python virtual environments with conda - some notes,how to use Python virtual environments with conda, you can follow these steps: Open your terminal or Anaconda prompt....
kity的头像-拾光赋kity2年前
05211
Instalando o Visual Studio Code para programar em Java no Windows-拾光赋

Instalando o Visual Studio Code para programar em Java no Windows

Instalando o Visual Studio Code para programar em Java no Windows,Antes de começarmos, certifique-se de ter instalado o JDK (Java Development Kit). Você pode seguir meu tutorial ...
kity的头像-拾光赋kity2年前
0487
What are you Missing by Debugging in VS Code?-拾光赋

What are you Missing by Debugging in VS Code?

What are you Missing by Debugging in VS Code?,In the first chapter of my debugging book, I discuss IDE debugging. In that chapter, I mostly talk about IntelliJ/IDEA. People often a...
kity的头像-拾光赋kity2年前
0518