• Post category:StudyBullet-12
  • Reading time:5 mins read


Basics of python explained with simple examples + practical MySql interaction part

What you will learn

Learn the python language in a detailed way

Learn OOP concepts

Learn how to make queries on MySql database

Learn how to apply the python language to interact with MySql module

Description

Hello my audience;

I am a senior programmer

The aim of this course is to demistify the concepts of the python language

I will explain you all the related concepts you will need to develop each python application you will need to develop in your future programming career

Along with the basic concepts you need , I will append a practical part to this course that allows you to apply the basic concepts that you learned in the first part of the project

I structured this course such a way that every student will be able to understand each concept; so you don’t need any previous programming knowledge


Get Instant Notification of New Courses on our Telegram channel.


The program of the course is the following :

  • Basic Python Language features explained from the beginning:
    • Installation of visual studio code editor and of the python relevant packages
    • Basic Types in Python
    • Python Lists
    • Python dictionaries
    • Python tuples
    • Python sets
    • Python – if else conditional statement
    • Python while loops
    • Python for loops
    • Python Functions
    • Python lambda functions
  • OOP Concepts – Classes and objects explained with real life examples:
    • OOP concepts
    • Python classes definition and object instantation
    • Python Inheritance
  • Practical Part : interact with a mysql database instance to store datas:
    • Mysql database introduction
    • MySql – how to make a MySql query
    • Python – how to interact with MySql database
    • MySql INSERT statement create and fill cryptocurrencies-value tables

You can apply those concepts on the live python project of building a new cryptocurrency alert always on my page

Thank you for enrolling in my cours

and

enjoy !

English
language

Content

Installation hints for the visual studio python code editor

Python tutorial of visual studio code editor

Basic part of python language

Python basic types
Python lists
Python dictionaries
Python tuples
Python sets
Python – if else condition – code indentation
Python while loops – break keyword
Python for loops
Python functions
Python lambdas

Object oriented programming

OOP general concepts
Python class definition – object instantation
Python scopes of the variables
Python class inheritance
Python – instantiate an object outside of the module

Python practical part – create and mantain a MySql Database

MySql environment introduction
MySql database interaction
MySql – create and fill tables with cryptocurrencies value