Python - The complete guide

A complete practical Python course in which you will learn to create your own Web & Desktop App with MySQL database

Ratings: 4.81 / 5.00




Description

A complete practical Python course in which you will learn to create your own web/desktop app with MySQL database. The course covers everything to start with and to be a professional in Python. Understand very useful libraries such as: 

  • NumPy - to work faster with multidimensional arrays

  • Matplotlib - present your data graphically

  • Pandas - analyze, clean and plot your data

  • Scikit-learn - get a large overview on Machine Learning, know how to split your dataset to training & testing data

Use Django frameworks with other great libraries to create very quickly real-world web application. Learn how to use Urls, Views, Models, Templates, and Forms. Learn how to upload file to your server.

Use PyQt5 to create your own multi-platform desktop application with modern design. Know how to create that with or without using Qt Designer. Present your data (either from SQL database, CSV, JSON, list, dictionary, set, tuple) using Matplotlib to your desktop app.

Use either SQLite or MySQL to store your data and manipulate them, either with simple Python, or with Django, or with PyQt5. (CRUD) Create, Read, Update, Delete.


In the course, very very less theoretical things are used. Learning with exemples and exercices is the most effective way!!!! However, during typing the codes, we explain everything from start to finish so you understand the theory while coding.

In case you missed the big sale, please visit our website or our facebook/instagram.

What You Will Learn!

  • Python basics & advanced
  • Python must used libraries
  • Use MySQL databases with Python
  • Django with MySQL (CRUD)
  • PyQt5 with MySQL (CRUD)
  • NumPy - work with multi-dimensional arrays
  • Matplotlib - bar chart, pie chart, etc
  • Pandas - manage CSV, manage JSON, clean data
  • Machine Learning overview
  • Build Web, Desktop & Mobile App with Python

Who Should Attend!

  • Python developers curious to learn
  • Web App developers
  • Desktop App developers