WRITE FILES using Python! (.txt, .json, .csv) ✍

  Рет қаралды 6,334

Bro Code

Bro Code

Күн бұрын

Пікірлер: 15
@BroCodez
@BroCodez 4 ай бұрын
# Python writing files (.txt, .json, .csv) # --------- .txt --------- txt_data = "I like pizza!" file_path = "output.txt" try: with open(file_path, 'w') as file: file.write(txt_data) print(f".txt file '{file_path}' has been created successfully") except FileExistsError: print("That file already exists") # --------- .json --------- import json employee = { "name": "Spongebob", "age": 30, "job": "Cook" } file_path = "output.json" try: with open(file_path, 'w') as file: json.dump(employee, file, indent=4) print(f"JSON file '{file_path}' has been created successfully") except FileExistsError: print("That file already exists!") # --------- .csv--------- import csv employees = [["Name", "Age", "Job"], ["Spongebob", 30, "Cook"], ["Patrick", 37, "Unemployed"], ["Sandy", 27, "Scientist"]] file_path = "output.csv" try: with open(file_path, "w", newline="") as file: writer = csv.writer(file) for row in employees: writer.writerow(row) print(f"csv file '{file_path}' was created") except FileExistsError: print("That file already exists!")
@rayhan5537
@rayhan5537 4 ай бұрын
Been learning python through your 12 hr vid and its helped alot
@Stephen47
@Stephen47 4 ай бұрын
Nuke codes folder lmao, bro is the cultured teacher xD
@hybridsimrig
@hybridsimrig 3 ай бұрын
Literally the best python teacher on KZbin!
@rajushah8748
@rajushah8748 4 ай бұрын
Thank you bro code . I know nothing about python yet , I'm currently learning JavaScript through your free JavaScript course. And I'm here to thank you ❤❤❤❤
@YuttanaNoiphlai-k5w
@YuttanaNoiphlai-k5w 4 ай бұрын
Лаба твои инсайды просто бомба! Жду новых идей.
@AbelFikadu-lt1ei
@AbelFikadu-lt1ei 4 ай бұрын
Thank you bro code that was very helpful!!!
@PrinceVegeta2710
@PrinceVegeta2710 2 ай бұрын
3:18 Nuclear Launch Codes 😂😂😂😂😂😂😂😂 FBI OPEN UP ! 🚓🚓
@morrixbongs8996
@morrixbongs8996 4 ай бұрын
New in here... Eager to learn about coding
@MarianoBustos-i1f
@MarianoBustos-i1f 4 ай бұрын
much appreciated Bro
@hoanginh1437
@hoanginh1437 4 ай бұрын
thats useful bro can you do a free course about data structures and algorithms java pls bro i beg you
@OldSoulSerenade750
@OldSoulSerenade750 4 ай бұрын
Thanks bro
@_MEga_Bit
@_MEga_Bit 4 ай бұрын
Bro is a souls player
@t.o.x.i.cplayers2095
@t.o.x.i.cplayers2095 4 ай бұрын
Hi this video is 🎉🎉
@theherok_plays
@theherok_plays 4 ай бұрын
I was gonna like the video but it has 69 likes so i wont ruin it, anyways W vid
READ FILES using Python! (.txt, .json, .csv) 🔍
6:56
Bro Code
Рет қаралды 4,8 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 412 М.
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 74 МЛН
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 22 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 49 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 14 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 597 М.
It’s time to move on from Agile Software Development (It's not working)
11:07
The World Depends on 60-Year-Old Code No One Knows Anymore
9:30
Coding with Dee
Рет қаралды 948 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 204 М.
Let's code a beginner's Python BANK PROGRAM 💰
15:01
Bro Code
Рет қаралды 245 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 856 М.
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 645 М.
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
Learn Python MULTITHREADING in 8 minutes! 🧵
8:43
Bro Code
Рет қаралды 11 М.
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 74 МЛН