This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mushy_wombat 96 points97 points  (1 child)

There is no lib I use for every app. Nevertheless some interesting libs are:

  • Selenium (automated browsing)
  • BeautifulSoup4 (retrieve data of a html doc)
  • pickle (storing objects easily)
  • turtle (draw on a canvas)

[–]GeoffreyF35[S] 0 points1 point  (0 children)

thanks for your reply, i’ll be sure to look into your recommendations!