We use cookies to improve the Bookmate website experience and our recommendations.
To learn more, please read our Cookie Policy.
Accept All Cookies
Cookie Settings
Svg Vector Icons : http://www.onlinewebfonts.com/icon Something went wrong. Try again.
Victor R.Volkman

Learn Python in One Hour

26 printed pages
Original publication
2017
Publication year
2017
Have you already read it? How did you like it?
👍👎

Impressions

  • b2097177997shared an impressionlast year
    👎Give This a Miss
    💩Utter Crap

    Много воды

  • alexff9184427shared an impression7 years ago
    👍Worth reading

    Еще бы отступы правильно отображались

  • Nikolashared an impression2 years ago
    👎Give This a Miss

Quotes

  • Pmhas quoted5 years ago
    If you prefer old-school backslashes (e.g. "c:\temp"), you’ll have to double them up
  • marilyukhas quoted5 years ago
    # Exercise 1: opening and using a file
    2:
    3:fh = open("c:/temp/input.txt", "r", encoding="ascii")
    4:for line in fh:
    5:print("read: %s" % line)
    6:fh.close(
  • marilyukhas quoted5 years ago
    Ralph Almer, once said to me: “When you break it down, most computing boils down to: read a file, do some processing, and write out another file

On the bookshelves

fb2epub
Drag & drop your files (not more than 5 at once)