I just launched my third course on Teach Me Python. This course is called Python 103 - Practical Python
In this new course, you will learn about the following:
Part I - Python Use Cases
- Lesson 1 - How to Create a Command Line Application with
argparse
- Lesson 2 - How to Parse XML
- Lesson 3 - How to Parse JSON
- Lesson 4 - How to Scrape a Website
- Lesson 5 - How to Work with CSV files
- Lesson 6 - How to Work with a Database Using
sqlite3
- Lesson 7 - How to Create an Excel Document
- Lesson 8 - How to Generate a PDF
- Lesson 9 - How to Create Graphs
- Lesson 10 - How to Work with Images in Python
- Lesson 11 - How to Create a GUI
Part II - Distributing Your Code
- Lesson 12 - How to Create a Python package
- Lesson 13 - How to Create an Exe for Windows
- Lesson 14 - How to Create an Installer for Windows
- Lesson 15 - How to Create an "exe" for Mac
This course is based on my popular book, Python 101 - 2nd Edition, which is available on Leanpub or Amazon.
The post Python 103 - Practical Python Course Now Available appeared first on Mouse Vs Python.