Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай How to create CRUD Application with Python and PostgreSQL, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:49
    Introduction
  2. Урок 2. 00:02:03
    What is CRUD
  3. Урок 3. 00:03:45
    What is PostgreSQL
  4. Урок 4. 00:05:05
    Install PostgreSQL for Windows
  5. Урок 5. 00:03:16
    Install PostgreSQL on Macs
  6. Урок 6. 00:05:08
    Create database and table
  7. Урок 7. 00:03:35
    Create sequence and alter table column
  8. Урок 8. 00:06:58
    Installing Python 3 on Macs
  9. Урок 9. 00:04:35
    Installing Python on Windows
  10. Урок 10. 00:02:58
    What is tkinter
  11. Урок 11. 00:03:58
    Install Atom text editor
  12. Урок 12. 00:02:15
    What we will create
  13. Урок 13. 00:01:38
    Project design and sketch
  14. Урок 14. 00:02:27
    Create Project directory and Python File
  15. Урок 15. 00:08:57
    Create Application GUI - Part 1
  16. Урок 16. 00:15:18
    Create Application GUI - Part 2
  17. Урок 17. 00:03:47
    Create and activate a virtual environment
  18. Урок 18. 00:02:05
    Install Psycopg2 database adapter
  19. Урок 19. 00:04:36
    Create database configuration file
  20. Урок 20. 00:06:17
    Connect to PostgreSQL Database from Python file
  21. Урок 21. 00:13:56
    Create a class and methods
  22. Урок 22. 00:12:52
    Create standalone functions
  23. Урок 23. 00:04:07
    Binding button widgets to functions
  24. Урок 24. 00:07:50
    Testing the application
  25. Урок 25. 00:01:43
    Viewing database data with SQL