17:23
Python Dependency Confusion (Demystified)
Dependency confusion has been a hot topic for the last couple of weeks. While this spans over literally every single programming ...
11:34
Python - Checking Package Dependencies!
Brief tutorial on how to check Python package dependencies using pip, conda and third-party packages. GitHub repo containing ...
32:37
Stop Hardcoding Everything: Use Dependency Injection
Check out Thesys here: https://www.thesys.dev/?utm_source=youtube&utm_medium=creators&utm_campaign=arjan In this video ...
3:05
Using pip-tools to manage Python dependencies
Today a quick 3 minute demo how you can make a requirements.txt file from a requirements.in file using pip-tools / pip-compile.
9:03
Dependency Inversion: Write BETTER PYTHON CODE Part 2
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, you'll learn how to write better Python ...
2:26
Use pipdeptree to Check Package Dependencies in Python (Python | pip | Dependency)
Use pipdeptree to Check Package Dependencies in Python: ...
21:38
Practice Running Python Scripts with Dependencies: A Step-by-Step Guide
Downloading a Python script and running it seems simple until you hit "Module Not Found". In this video, we walk through the ...
13:32
Course Schedule (Detecting Cycles in a Graph) - Leetcode 207 - Graphs (Python)
Master Data Structures & Algorithms for FREE at https://AlgoMap.io/ Code solutions in Python, Java, C++ and JS for this can be ...
8:27
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll guide you through the ins and outs ...
38:10
Checking Project Dependencies & Python Dev Resource Collections | Real Python Podcast #155
How can you ensure that you've appropriately declared your project's required dependencies? How do you determine what ...
34:02
SCA - OWASP Dependency-Check: Securing Your Open-Source Dependencies with Ease
OWASP Dependency-Check is an open-source tool designed to identify known vulnerabilities in third-party libraries used within ...
41:12
Maria Knorps - FawltyDeps - dependency checker
Maria Knorps - FawltyDeps - dependency checker FawltyDeps will help you find undeclared and unused dependencies in your ...
6:08
Dependency Scanning: Securing Your Software Supply Chain** Welcome to this essential tutorial on **Dependency ...
1:20:17
"Python Dependency Security; best practices and learnings along the way" by Justin Womersley CEO of PyUp.io. At IndyPy's ...
0:43
OWASP Dependency Check suppressing
... from OWASP Dependency Check Gradle plugin (https://jeremylong.github.io/DependencyCheck/dependency-check-gradle/) to ...
0:57
Dependency Scanning - Advanced Security Testing (HD)
The Dependency Scanning feature can automatically find security vulnerabilities in your software dependencies while you're ...
53:38
KaiCode #2: pip-license-checker by @pilosus
It's a license compliance tool. It detects license names and types for Python PyPI packages. Identifies license types for given ...
18:53
How to Use PDM to Manage Python Dependencies without a Virtual Environment
I show how to use PDM to manage your Python dependencies and publish python packages all without the need for a virtual ...
24:49
Mastering API Testing with FastAPI: Databases, Dependencies, and More!
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this tutorial, I'll guide you through API ...
19:57
Resolving problems in Python dependencies | DevNation Day 2021
One of the most difficult problems to diagnose and fix in programs is when a library misbehaves because of incompatibilities with ...