Sentdex
Python 3 Basics Tutorial Series
This is a Python 3 tutorial series, covering the basics of Python 3 programming.
- YouTube
- 68 videos, 9 hours
- Self-paced
- Free video
YouTube channel
Courses and full video lessons from Sentdex.
112 coursesTier 3 · 72/100US
Sentdex
This is a Python 3 tutorial series, covering the basics of Python 3 programming.
Sentdex
Learn how to visualize data in the form of line graphs, bar charts, pie charts, 3D graphs, and more with Python 3 and Matplotlib.
Sentdex
Learn how to create, use, and manage a simple database with Python 3's standard library, SQLite3.
Sentdex
How to use Scikit-learn (sklearn) with the python programming language to do Machine Learning with Support Vector Machines. Covered specifically here, we learn how to use Linear SVC to see if we can determine, based on fundamental information, whether a stock is likely to outperform the market or n…
Sentdex
the journey of developing on the Unitree G1
Sentdex
Using Python with MySQL tutorial. MySQL is one of the most popular choices for web development databases. We can interact with MySQL using Python with the MySQLdb module.
Sentdex
How to generate graphs and charts in python
Sentdex
Using python for Sentiment analysis / Opinion mining. This involves parsing / scraping / spidering of websites / webpages, followed by using NLTK for natural language processing. Then, you are shown how to can incorporate some machine learning practices to train your natural language processing.