zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[GigaCourse.Com] Udemy - SQLite Databases Python Programming (Build App and API )
magnet:?xt=urn:btih:2e9210d71dcf65539267947f42fbb2ee67972006&dn=[GigaCourse.Com] Udemy - SQLite Databases Python Programming (Build App and API )
磁力链接详情
Hash值:
2e9210d71dcf65539267947f42fbb2ee67972006
点击数:
276
文件大小:
2.57 GB
文件数量:
93
创建日期:
2021-7-15 12:18
最后访问:
2024-12-19 14:24
访问标签:
GigaCourse
Com
Udemy
-
SQLite
Databases
Python
Programming
Build
App
and
API
文件列表详情
01 SQLIte Database Server Setup/001 Introduction.mp4 2.14 MB
01 SQLIte Database Server Setup/002 What is SQLite.mp4 20.56 MB
01 SQLIte Database Server Setup/003 Download and install SQLite.mp4 43.15 MB
01 SQLIte Database Server Setup/004 What is SQLite Studio.mp4 24.2 MB
01 SQLIte Database Server Setup/005 Attaching Sample Database.mp4 36.18 MB
01 SQLIte Database Server Setup/006 Connecting to SQLite Database.mp4 23.95 MB
01 SQLIte Database Server Setup/007 Database Concepts.mp4 35.13 MB
01 SQLIte Database Server Setup/008 SQLite3 Tool.mp4 9.3 MB
01 SQLIte Database Server Setup/009 Common SQLite3 Commands.mp4 36.45 MB
01 SQLIte Database Server Setup/010 SQLite Dump Command.mp4 45.89 MB
02 SQLite Data Manipulation/001 SQLite SELECT Statement.mp4 19.25 MB
02 SQLite Data Manipulation/002 Querying all columns in a table.mp4 19.68 MB
02 SQLite Data Manipulation/003 Querying specific columns in a table.mp4 22.69 MB
02 SQLite Data Manipulation/004 Sorting Data.mp4 32.07 MB
02 SQLite Data Manipulation/005 Removing duplicate records.mp4 23.15 MB
02 SQLite Data Manipulation/006 Filtering Records.mp4 30.69 MB
02 SQLite Data Manipulation/007 Identifying NULL Values.mp4 17.44 MB
02 SQLite Data Manipulation/008 SQLite Data Types.mp4 24.14 MB
03 Creating Database Objects/001 SQLite Constraints.mp4 18.35 MB
03 Creating Database Objects/002 SQLite Create Table Statements - Part 1.mp4 26.61 MB
03 Creating Database Objects/003 SQLite Create Table Statements - Part 2.mp4 42.58 MB
03 Creating Database Objects/004 SQLite INSERT INTO Table Statement.mp4 38.89 MB
03 Creating Database Objects/005 SQLite UPDATE Statement.mp4 16.19 MB
03 Creating Database Objects/006 SQLite DELETE Statement.mp4 12.04 MB
04 SQLite Operators/001 SQLite BETWEEN Operator.mp4 20.49 MB
04 SQLite Operators/002 SQLite IN Operator.mp4 24.7 MB
04 SQLite Operators/003 SQLite LIKE Operator.mp4 31.75 MB
04 SQLite Operators/004 SQLite GLOB Operator.mp4 25.3 MB
05 Setting Up Python Programming Environment/001 What is Python.mp4 16.77 MB
05 Setting Up Python Programming Environment/002 What is Jupyter Notebook.mp4 4.57 MB
05 Setting Up Python Programming Environment/003 Installing Jupyter Notebook Server.mp4 30.51 MB
05 Setting Up Python Programming Environment/004 Running Jupyter Server.mp4 42.33 MB
05 Setting Up Python Programming Environment/005 Notebook Dashboard.mp4 21.76 MB
05 Setting Up Python Programming Environment/006 Jupyter Notebook Interface.mp4 16.57 MB
05 Setting Up Python Programming Environment/007 Creating a new notebook.mp4 20.54 MB
06 Python Programming Fundamentals/001 Expressions.mp4 10.25 MB
06 Python Programming Fundamentals/002 Statements.mp4 14.58 MB
06 Python Programming Fundamentals/003 Comments.mp4 13.24 MB
06 Python Programming Fundamentals/004 Data Types.mp4 15.18 MB
06 Python Programming Fundamentals/005 Casting Data Types.mp4 7.86 MB
06 Python Programming Fundamentals/006 Variables.mp4 25.04 MB
06 Python Programming Fundamentals/007 Python List.mp4 35.84 MB
06 Python Programming Fundamentals/008 Python Dictionary.mp4 41.75 MB
06 Python Programming Fundamentals/009 Python Operators.mp4 54.92 MB
06 Python Programming Fundamentals/010 Python Conditional Statements.mp4 25.02 MB
06 Python Programming Fundamentals/011 Python Loops.mp4 30.36 MB
06 Python Programming Fundamentals/012 Python Functions.mp4 22.38 MB
07 Build a Database App with SQLite and Python - The Setup/001 Installing Python on Windows.mp4 23 MB
07 Build a Database App with SQLite and Python - The Setup/002 Installing Python on Macs.mp4 29.87 MB
07 Build a Database App with SQLite and Python - The Setup/003 Installing Python on Linux.mp4 38.43 MB
07 Build a Database App with SQLite and Python - The Setup/004 installing Text Editor.mp4 9.94 MB
07 Build a Database App with SQLite and Python - The Setup/005 Installing DB Browser for SQlite.mp4 30.57 MB
07 Build a Database App with SQLite and Python - The Setup/006 Create a database and table.mp4 30.16 MB
08 Building The Application Interface/001 What we will create.mp4 6.01 MB
08 Building The Application Interface/002 Application design sketch.mp4 11.9 MB
08 Building The Application Interface/003 What is Tkinter.mp4 13.68 MB
08 Building The Application Interface/004 Creating a logo image.mp4 24.26 MB
08 Building The Application Interface/005 Creating a project directory.mp4 4.92 MB
08 Building The Application Interface/006 Importing tkinterModule.mp4 20.67 MB
08 Building The Application Interface/007 Creating a Python Class.mp4 35.83 MB
08 Building The Application Interface/008 Adding Widgets _ Part 1.mp4 36.03 MB
08 Building The Application Interface/009 Adding Widgets _ Part 2.mp4 81.64 MB
08 Building The Application Interface/010 Adding Widgets _ Part 3.mp4 83.5 MB
08 Building The Application Interface/011 Adding Widgets _ Part 4.mp4 60.57 MB
09 Connecting App to Database/001 Setup database connectivity from Python.mp4 41.76 MB
09 Connecting App to Database/002 Creating Functions _ Part 1.mp4 122.11 MB
09 Connecting App to Database/003 Creating Functions _ Part 2.mp4 72.13 MB
09 Connecting App to Database/004 Creating Functions _ Part 3.mp4 156.56 MB
09 Connecting App to Database/005 Setting a size for the application window.mp4 17.68 MB
09 Connecting App to Database/070 contacts.py 7.14 KB
10 Build an API with Python + Django + SQLite/001 What is an API.mp4 5.18 MB
10 Build an API with Python + Django + SQLite/002 What is Django.mp4 7.4 MB
10 Build an API with Python + Django + SQLite/003 Create a virtual environment.mp4 21.67 MB
10 Build an API with Python + Django + SQLite/004 Install Django.mp4 9.61 MB
10 Build an API with Python + Django + SQLite/005 Install REST Framework.mp4 4.51 MB
10 Build an API with Python + Django + SQLite/006 Install Corsheaders.mp4 18.5 MB
10 Build an API with Python + Django + SQLite/007 Create Django Project.mp4 19.96 MB
10 Build an API with Python + Django + SQLite/008 Create Django App.mp4 8.24 MB
10 Build an API with Python + Django + SQLite/009 Register Applications.mp4 20.48 MB
10 Build an API with Python + Django + SQLite/010 SQLite Database Setup.mp4 14.59 MB
10 Build an API with Python + Django + SQLite/011 Applying Django Migrations.mp4 12.51 MB
10 Build an API with Python + Django + SQLite/012 Create a model.mp4 27.71 MB
10 Build an API with Python + Django + SQLite/013 Create and apply new migration.mp4 28.21 MB
10 Build an API with Python + Django + SQLite/014 Create a serializer class.mp4 16.77 MB
10 Build an API with Python + Django + SQLite/015 Start and stop development server.mp4 13.6 MB
10 Build an API with Python + Django + SQLite/016 Create a superuser account.mp4 13.7 MB
10 Build an API with Python + Django + SQLite/017 Create views_ Part 1.mp4 63.54 MB
10 Build an API with Python + Django + SQLite/018 Create views_ Part 2.mp4 44.91 MB
10 Build an API with Python + Django + SQLite/019 Map views to URLS.mp4 52.36 MB
10 Build an API with Python + Django + SQLite/020 Register Model.mp4 11.77 MB
10 Build an API with Python + Django + SQLite/021 Create Model Objects.mp4 21.94 MB
10 Build an API with Python + Django + SQLite/022 Install Postman.mp4 23.17 MB
10 Build an API with Python + Django + SQLite/023 Test API.mp4 45.23 MB
其他位置