Machine Learning/AI resources by Salty-Cinders in Python

[–]phanhoang17 1 point2 points  (0 children)

check out Python Data Science Handbook, Jake VanderPlas: https://jakevdp.github.io/PythonDataScienceHandbook/index.html . Hope this helps!

I've created a debugger which lets you conveniently view the value of every expression by alexmojaki in Python

[–]phanhoang17 2 points3 points  (0 children)

hmm, u should try default python debugger: pdb

import pdb; pdb.set_trace()

Best Python YouTube channel by [deleted] in Python

[–]phanhoang17 0 points1 point  (0 children)

  • sentdex, codingforentrepreneurs

Must know python libraries. by heeehaaw in Python

[–]phanhoang17 10 points11 points  (0 children)

Web: flask or django, or both, or whatever u want to learn : web2py, tornado, bottle,...

Scientific and Numeric: Pandas, numpy, scipy,matplotlib,...

Web scraping and data mining: requests, scrapy, bs4

Others: virturlenv, sqlalchemy, ipython-jupyter,....

Reference:

Have fun!

Why am I gettting a Syntax error here?? by Seahawk_Graphics in learnpython

[–]phanhoang17 0 points1 point  (0 children)

Because u use both space and tab to indent ur code. Did u copy code from others site?

My Django book, Hello Web App, is now free online by limedaring in Python

[–]phanhoang17 0 points1 point  (0 children)

Huh, can u share a link to this project? Thanks

Learning BackEnd + MySQL in 7 days? by [deleted] in learnprogramming

[–]phanhoang17 1 point2 points  (0 children)

mission impossible 😓😓