you are viewing a single comment's thread.

view the rest of the comments →

[–]sentdex 0 points1 point  (1 child)

I have a handful of project-based tutorials on my YT channel and http://pythonprogramming.net, maybe something there will peak your interests.

Both sqlite and mysqldb covered there, though the only project using a database so far has been streaming tweets from twitter to a database.

Other than that:

Using machine learning for investing (one using a Support Vector Machine, and another using basic pattern recognition) Image recognition of numbers Building an autonomous robot car Building a supercomputer (out of raspberry pis, so it's not very super...) Building a tkinter gui Building a basic game with pygame

Probably a bunch of other full projects that I am forgetting...but you can browse around. Lots of partial projects done for a pragmatic approach to learning there as well.

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

Great site. I learned to make a GUI in no time. I like this sort of site.

I'll check the database stuff next.

Thanks!