排序
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...
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...
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 ...
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...
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...
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:...
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...
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...
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. ...
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....
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 ...
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...