Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
908 results
Want to keep your **API keys, database credentials, and sensitive configurations secure** in your Python projects? 🛡️ In this ...
6,285 views
10 months ago
Still hardcoding your Django SECRET_KEY or API keys? That's risky, messy, and not how pros build Django apps. In this 20 ...
2,876 views
8 months ago
Get a 25% discount using the code TWT25 for SEOWriting at ...
78,747 views
6 months ago
Find out how to resolve the "Import 'dotenv' could not be resolved" error in Python and ensure your environment variables are ...
235 views
11 months ago
This is a tutorial on how to use .env files in your Python projects to store sensitive data, instead of storing them in your .py scripts.
44 views
Managing sensitive data like API keys, passwords, and configuration settings securely is crucial in any Python project. In this ...
282 views
4 months ago
Still storing API keys in your Python files? Here's how to protect them using a .env file, keep them out of GitHub with .gitignore, and ...
1,162 views
7 months ago
Learn how to send emails from a Python application using the Resend SDK. Key steps we'll cover: - Install Resend SDK and ...
184 views
10 days ago
How to Work with Environment Variables and Configuration Files in FastAPI In this tutorial, you'll learn how to securely manage ...
1,453 views
Discover how to efficiently load environment variables from more than one `.env` file in Python, while keeping sensitive ...
13 views
Learn why using a .env file in Python is important to keep your API keys and secrets safe! Perfect for beginners in Python and ...
3,293 views
Discover why `python-dotenv` is essential for managing environment variables in Python, and how it simplifies the process of ...
3 views
Before you push your code to GitHub, let's hide those sensitive credentials. In this mission, we install python-dotenv, move secrets ...
114 views
Curso de Python Completo https://academify.com.br/python-completo (link também fixado no canal ) Gostou do vídeo?
2,696 views
2 months ago
Lecture 2 – Environment Setup for Python Telegram Bot Development In this tutorial, we'll prepare your development environment ...
124 views
Secure your Python API keys the right way — in 2025 and beyond. OpenWeatherMap (Free API): ...
343 views
Learn how to read environment variables from a .env file within a bash script using Python. Combine the power of Python's dotenv ...
28 views
9 months ago
Discover why `os.getenv` and `os.environ` might not access your environment variables defined in `.env` files, and learn how to fix ...
27 views
Uh hi and welcome I hope you're good uh in this video I'll talk about how to install uh python hy. Library uh it's quite simple uh the ...
691 views
Learn how to effectively manage environment variables with the `dotenv` package in Python by creating and modifying a local ...