ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

908 results

ProgrammingKnowledge
How to Use Python Dotenv (python-dotenv) to Manage Environment Variables (2025)

Want to keep your **API keys, database credentials, and sensitive configurations secure** in your Python projects? 🛡️ In this ...

5:27
How to Use Python Dotenv (python-dotenv) to Manage Environment Variables (2025)

6,285 views

10 months ago

Pyplane
🛑 STOP Hardcoding settings.py in Django! Use python-dotenv Like a Pro 🔐🔥

Still hardcoding your Django SECRET_KEY or API keys? That's risky, messy, and not how pros build Django apps. In this 20 ...

0:19
🛑 STOP Hardcoding settings.py in Django! Use python-dotenv Like a Pro 🔐🔥

2,876 views

8 months ago

Tech With Tim
PLEASE Learn These 4 Python Tools

Get a 25% discount using the code TWT25 for SEOWriting at ...

13:01
PLEASE Learn These 4 Python Tools

78,747 views

6 months ago

blogize
How to Resolve the Import 'dotenv' Could Not Be Resolved Error in Python

Find out how to resolve the "Import 'dotenv' could not be resolved" error in Python and ensure your environment variables are ...

0:53
How to Resolve the Import 'dotenv' Could Not Be Resolved Error in Python

235 views

11 months ago

Zipux
Python: dotenv

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.

2:43
Python: dotenv

44 views

6 months ago

ProgrammingKnowledge2
How to Load Environment Variables from .env Files in Python (2025)

Managing sensitive data like API keys, passwords, and configuration settings securely is crucial in any Python project. In this ...

5:30
How to Load Environment Variables from .env Files in Python (2025)

282 views

4 months ago

NDC
Stop Leaking Your API Keys in Python! 🔐  (.env + Git Ignore Tips)

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:02
Stop Leaking Your API Keys in Python! 🔐 (.env + Git Ignore Tips)

1,162 views

7 months ago

Resend
How to Send Emails with Python

Learn how to send emails from a Python application using the Resend SDK. Key steps we'll cover: - Install Resend SDK and ...

7:44
How to Send Emails with Python

184 views

10 days ago

ProgrammingKnowledge
How to work with Environment variables and Configuration Files in FastAPI

How to Work with Environment Variables and Configuration Files in FastAPI In this tutorial, you'll learn how to securely manage ...

5:40
How to work with Environment variables and Configuration Files in FastAPI

1,453 views

6 months ago

vlogize
How to Read Environment Variables from Multiple .env Files in Python

Discover how to efficiently load environment variables from more than one `.env` file in Python, while keeping sensitive ...

1:44
How to Read Environment Variables from Multiple .env Files in Python

13 views

8 months ago

Code Bhadra
What is a .env File? | How to Create and Use?

Learn why using a .env file in Python is important to keep your API keys and secrets safe! Perfect for beginners in Python and ...

0:58
What is a .env File? | How to Create and Use?

3,293 views

6 months ago

vlogize
Understanding the Need for python-dotenv to Load Environment Variables in Python

Discover why `python-dotenv` is essential for managing environment variables in Python, and how it simplifies the process of ...

1:43
Understanding the Need for python-dotenv to Load Environment Variables in Python

3 views

6 months ago

KakashiDota
Secure Your MongoDB Credentials with python-dotenv

Before you push your code to GitHub, let's hide those sensitive credentials. In this mission, we install python-dotenv, move secrets ...

5:44
Secure Your MongoDB Credentials with python-dotenv

114 views

8 months ago

Leandro Hirt | Academify
Nunca exponha senhas no código! Use dotenv 🔒

Curso de Python Completo https://academify.com.br/python-completo (link também fixado no canal ) Gostou do vídeo?

1:22
Nunca exponha senhas no código! Use dotenv 🔒

2,696 views

2 months ago

MANOJ SHARMA
Python Telegram Bot Setup – Install pytelegrambotapi & dotenv (L-2)

Lecture 2 – Environment Setup for Python Telegram Bot Development In this tutorial, we'll prepare your development environment ...

4:37
Python Telegram Bot Setup – Install pytelegrambotapi & dotenv (L-2)

124 views

4 months ago

NDC
The Ultimate Guide to Python API Keys (2025)

Secure your Python API keys the right way — in 2025 and beyond. OpenWeatherMap (Free API): ...

13:45
The Ultimate Guide to Python API Keys (2025)

343 views

7 months ago

vlogommentary
How to Read Environment Variables from a .env File in a Bash Script Using Python

Learn how to read environment variables from a .env file within a bash script using Python. Combine the power of Python's dotenv ...

2:54
How to Read Environment Variables from a .env File in a Bash Script Using Python

28 views

9 months ago

vlogize
Resolving os.getenv and os.environ Issues with .env Files in Python

Discover why `os.getenv` and `os.environ` might not access your environment variables defined in `.env` files, and learn how to fix ...

1:40
Resolving os.getenv and os.environ Issues with .env Files in Python

27 views

8 months ago

Xperimental Learning
How to install and use `python-dotenv` library

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 ...

3:21
How to install and use `python-dotenv` library

691 views

11 months ago

vlogize
How to Set Environment Variables in a Local .env File Using dotenv in Python

Learn how to effectively manage environment variables with the `dotenv` package in Python by creating and modifying a local ...

1:48
How to Set Environment Variables in a Local .env File Using dotenv in Python

27 views

8 months ago