Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.37 KB

File metadata and controls

71 lines (44 loc) · 1.37 KB

Ideas for presentations and deeper research

Python language

Libraries

Lists of Python Libraries

General Computational

  • NumPy (will be covered in class)
  • SciPy
  • Pandas

Graphs

  • NetworkX

Web Frameworks

  • Flask
  • Django

Web Scraping Tools / Parsers

  • Beautiful Soup
  • Selenium

Machine Learning / Data Mining / AI

Image processing

  • openCV
  • PIL

Visualizations

  • mathplotlib
  • plotly

GUI

  • PyQT, PySide (recommend PySide)
  • wxWidgets
  • tkinter

The above are just suggestions, you find an interesting library, show it to us! :)

Projects

  • Peter Norvig's Sudoku solver : http://norvig.com/sudoku.html (explain how it works), learn how the head of Google AI research solves problems

  • Your own program presented