9:54
VSCode Features Python Devs NEED To Know
In this video, I'll be sharing with you a few powerful VSCode features that all Python devs should learn. If you're a Python ...
1:01
The BEST Way to Refactor in VS Code #vscode
This shortcut can save you lots of time when refactoring! **Newsletter** Newsletter - https://www.jamesqquick.com/newsletter ...
5:07
In this Python Tutorial I show you 8 quick Python refactoring tips for cleaner and more Pythonic code. ✓ Sourcery - Free VS Code ...
5:13
Super Quick Python Refactoring Tips
In this Python Tutorial I show you another 8 quick Python refactoring tips for cleaner and more Pythonic code. This is part 2 of my ...
35:47
Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code Quality
In this Python tutorial, we'll be learning how to use Ruff, a super-fast Python linter and formatter written in Rust. We'll cover how to ...
1:58
VS Code tips — Extract constant refactoring
Today's VS Code refactoring: extract constant Extract the currently selected expression to a local variable. Works out of the box for ...
23:23
From Spaghetti Code to Clean Python
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Untangling deeply nested if/else logic is one of the ...
15:50
Powerful VSCode Tips And Tricks For Python Development And Design
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video I talk you through my VSCode setup, ...
9:51
10 Essential VS Code Extensions for Python Developers
Boost your Python development efficiency with our top 10 VS Code extensions, handpicked to streamline coding, debugging, and ...
6:58
Simplify Your Python Code: Refactoring Made Easy!
Refactoring Python Code: Make It Clean, Clear, and Powerful! Tired of messy Python functions that do too much and are hard to ...
12:59
You’re Using the WRONG VS Code… Here’s Why Green Wins
Green vs Blue Visual Studio Code, local models, and even a trillion-parameter beast wired straight into your editor. Try out ...
24:19
Refactor an Existing Codebase using Prompt Driven Development
Learn how to refactor an existing e-commerce codebase with the help of GitHub Copilot. In this video, we'll walk through a FastAPI ...
22:59
Refactoring Object-Oriented to AWESOME Functional Code
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I want to show you that ...
11:35
25 VS Code Productivity Tips and Speed Hacks
Learn 25 VS Code tips and tricks that will help you write code faster. Try out awesome new features and extensions that turn your ...
17:35
Here are 5 good habits you should consider building in Python. ▷ Become job-ready with Python: https://www.indently.io ...
3:08
VS Code Tips — Moving Python functions, classes, and variables between files
The 'Move symbol' refactoring lets you quickly move functions, classes, and variables between Python files. This refactoring also ...
1:05:45
Python Pulse - Getting the most out of Python with VS Code and Azure
Join Dawn Wages and Luciana Abud discuss tips, tools and resources for getting the most out of your Python experience in VS ...
15:10
Test-Driven Development In Python // The Power of Red-Green-Refactor
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Test-driven development (TDD), also known as ...
0:16
Quick Look: Flutter Code Refactor in VSCode
Just a quick clip of extracting out some layout code into a class method and then replicating the call to get two items. Then a ...