Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Developer: Python/Django/Flask/PostgreSQL/MySQL/API
Rating: 3.9 out of 5(411 ratings)
29,498 students

Python Developer: Python/Django/Flask/PostgreSQL/MySQL/API

Develop Applications with Python step by step
Last updated 3/2026
English

What you'll learn

  • Develop Applications with Python
  • Interacting with databases with Python
  • Develop application with Django and Python and PostgreSQL
  • Develop application with Flask and Python and PostgreSQL
  • Develop application with Python and MySQL
  • Create an API with Python
  • Interacting with database applications using Python

Course content

15 sections196 lectures18h 52m total length
  • Introduction0:29
  • What is Python5:16
  • High and low level programming languages3:34
  • Compilers and interpreters5:25
  • Installing Python on Windows4:34
  • Installing Python 3 on Macs6:57
  • Installing Pycharm for Windows4:24
  • PyCharm Windows Configuration: Part 17:18
  • PyCharm Windows Configuration: Part 28:04
  • Changing Pycharm Theme2:37
  • Installing PyCharm for macs3:30
  • PyCharm Mac Configuration11:17
  • Installing ATOM Text Editor3:57

Requirements

  • Free Software has to be installed. ( This is covered in the course)

Description

Python is a dynamic modern object -oriented programming language  and can be used to do a lot of things both big and small.   Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer.It is also known as a general purpose programming language due to it's flexibility. Python is an interpreted language that does not need to be complied like for example java programming language. It is interpreted and run on the fly the same time.


Python has been used in a lot of places like in creating games, for statistical data and visualization,speech and face recognition.

Some of the biggest websites on this planet earth use python in one way or another. Examples include:

  • Google

  • Youtube

  • Facebook

  • Nasa

  • Disney

  • Pixar

  • Reddit

  • Pinterest

  • Instagram

  • Spotify

  • Survey Monkey

  • Yahoo Maps


Topics covered include:

  • Interacting with Python in various ways

  • Python Operators

  • Python Data Types

  • Data type casting

  • Python String Methods and Formatting

  • Python Data Structures

  • Python Functions

  • Python DocStrings

  • Python Decorators

  • Python Control Flow Statements

  • Python Modules and Packages

  • Working with external files in Python

  • Working with dates and times

  • Working with calendars

  • Handling exception errors

  • Version control system with Git and Github

  • Web scrapping with Python

  • Python and Machine Learning

  • Web development with Django

  • Creating a database driven application

  • Python Object Oriented Programming


Projects we will create:

  • Create a web based todo app and deploy to cloud

  • Database CRUD  app with SQL Server and Python

  • MP3 Player

  • Lottery Number Simulator

  • Loan calulator

  • Create a basic calculator

  • Create a digital clock

  • Create a number guessing game

  • Create a random number generator

  • Create a countdown timer

  • Create a lottery number simulator



Who this course is for:

  • Beginners to Python