Python Machine Learning

I have a website just to look cool.
  • Home
  • Projects
  • Machine Learning Tips and Tricks
  • Python Tips and Tricks
  • Sklearn Tips and Tricks

Left Sidebar Content Goes Here

Useful Python Commands

  • pass, break and continue
  • Modifying lists
  • Print variable and string: print("Hello there,", name, "how are you?")
  • Beautiful Soup specific search: mydivs = soup.findAll("div", {"class": "stylelistrow"})
  • soup.a['name']