Introduction to Programming with Python: Reading Data from a File

Sdílet
Vložit
  • čas přidán 29. 06. 2022
  • This video provides examples of reading data from a file in Python. Specifically, it shows how to open a CSV (comma separated value) file, process its contents, and close the file. The following topics are covered when processing the file contents:
    -Read all lines from a file
    -Iterate through the file lines
    -Split each line into its individual values by using string split() with the comma delimiter
    -Store the values in a table format using a 2D list
    -Convert the numeric values from string to a numeric type like int or float
    This video is the twelfth video in a multi-part series on getting started with the Python programming language. Next video in the series on writing files: • Introduction to Progra...
    Source code on Github: github.com/gsprint23/Python-D...
  • Jak na to + styl

Komentáře • 4

  • @yassinech7824
    @yassinech7824 Před 2 lety +1

    Thanks you for such explanation! So elaborative are you going to get into Threading and multiprocessing in the future?

    • @GinaSprint
      @GinaSprint  Před 2 lety +2

      Thank you! I will try. I'd like to make a video on the ray library for parallelization 🙂

    • @yassinech7824
      @yassinech7824 Před 2 lety

      @@GinaSprint Ah ! Thanks I hope so