Working with Files in Python #1 - Opening & Reading Files

preview_player
Показать описание
In this mini series, you'll learn how to read and write to files in a few different ways, as well as how to use the Pathlib module.

🧠🥷🏼 Get instant access to the full Python Masterclass:

➡️ Use promo code PYTHONMC to get the course half price (first 500 people only).

🔥🥷🏼Join Net Ninja Pro (membership) to access all Masterclass courses:
Рекомендации по теме
Комментарии
Автор

Hi your courses are awesome as always. Can you please make a masterclass for React Native as well. I will be the first one to buy!

prajyotbhujbal
Автор

Always great! Thank you so much Sean. And always great to hear your voice, when you directly teach here! 💯😊

angelosorte
Автор

I was wondering. Would you teach us Python for digital marketing?

andersonfguia
Автор

Can we get something like this for nestjs?

Wavywahid
Автор

Awesome, can You make a vídeo of working with bar codes or Qr, 😅

eduardsanchez
Автор

ps: purchased the course! Thanks Sean, and also you truly deserve it! Going to start it!

angelosorte
Автор

you have the method with open to not to have to close the file
with open("fichier.txt", "r") as f:
contenu = f.read()

consciencedimension
Автор

Hi ninja, thanks for the great knowledge you are giving, pls do a react 2024 video series.

nuwanchandrasekara