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