Learn Python FILE DETECTION in 7 minutes! 🕵️‍♂️

preview_player
Показать описание
# Python file detection

import os

print(f"The location '{file_path}' exists")

print("That is a file")
print("That is a directory")
else:
print("That location doesn't exist")

#pythontutorial #python #pythonprogramming
Рекомендации по теме
Комментарии
Автор

# Python file detection

import os

file_path = "test.txt"

if os.path.exists(file_path):
print(f"The location '{file_path}' exists")

if os.path.isfile(file_path):
print("That is a file")
elif os.path.isdir(file_path):
print("That is a directory")
else:
print("That location doesn't exist")

BroCodez
Автор

you are the best man ever you deserver to have millions of dollars thank you for sharing the knowledge for free

KnKmi-hmzm
Автор

YOU ARE THE GIGA CHAD OF PROGRAMMING!!!! 👍🏻👍🏻👍🏻👍🏻

fahdalabrah
Автор

hello bro code i just tried this very simple code wich is
from math import e

print(f"{e:.2f}")

and in the output
is 2.72 instead of 2.71 can you explane it to me and how to do it 2.71 please?

S_Y_R_Falcon
Автор

* casually has nuclear launch codes on desktop *

manavkumar
Автор

You asked best teacher, I heard bro code ❤

anshikaagrawal
Автор

Please make a video on python generators and asynchronous programming also threading

PinkyBarai-vv
Автор

Hi bro, do u have LinkedIn or any profile on socials? You r the best coding teacher I have ever seen like damn I had my last day for preparation for my exam and I came to your channel and saw the respective videos and I aced the exam being a topper among 150 students. Bro❤

venky
Автор

We need a playlist about Golang please !

musiceveer
Автор

have you covered regex in python before? It may be my 13th reason

Love the vids

ProfShibe
Автор

Please please post video on DSA in C++ .Without your videos I am not able to understand anything :(

anshikaagrawal
Автор

Bro, I'm learning Java libGDX and i want to ask you if you can prepare a tutorial playlist?

etgasaglam
Автор

Bro Make a Python (Machine Learning) Road Map Video

ltzsttp
Автор

What's the point of doing this when you can do it by double-clicking with the left mouse button instead?

mohamedcoufi
Автор

helo how to fix?? an element appaers named "advertContinue" and it has delay before you can click it and i want to make a script to automatically click it and remvoe the delay. (function() {
'use strict';
const advertContinue =
function a() {



return;
}

LSM
Автор

I had to unsubscribe and subscribe again🎉 because of your great content ❤❤❤

TheCreativeGuyGmb