首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeTutorials.us] the-complete-python-postgresql-developer-course
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2019-1-8 23:03
2024-11-3 11:47
151
3.58 GB
162
磁力链接
magnet:?xt=urn:btih:feaa81bd98fe376cd06ee0676c913f290dff139f
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmZlYWE4MWJkOThmZTM3NmNkMDZlZTA2NzZjOTEzZjI5MGRmZjEzOWZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeTutorials
us
the-complete-python-postgresql-developer-course
文件列表
01 Installing Python/001 Introduction.mp4
6.89MB
01 Installing Python/002 Installing Python on Windows.mp4
6.76MB
01 Installing Python/003 Installing Python on Mac.mp4
4.01MB
02 Python 101/006 The Python interactive shell IDLE.mp4
6.74MB
02 Python 101/007 Numbers and Strings in Python.mp4
9.88MB
02 Python 101/008 Variables in Python.mp4
11.33MB
02 Python 101/009 The str method to convert to Strings.mp4
7.6MB
02 Python 101/010 Running a Python file from the IDLE.mp4
11.73MB
02 Python 101/011 Getting user input in Python.mp4
10.54MB
02 Python 101/012 The int method to convert to Integers.mp4
5.44MB
02 Python 101/013 The format method to simplify String formatting.mp4
14.8MB
03 Magic Numbers in Python/015 Lists in Python.mp4
9.9MB
03 Magic Numbers in Python/016 The for loop in Python.mp4
6.98MB
03 Magic Numbers in Python/017 Boolean expressions True and False.mp4
10.99MB
03 Magic Numbers in Python/018 If statements in Python.mp4
9.41MB
03 Magic Numbers in Python/019 The in keyword to check whether a list contains an element.mp4
9.93MB
03 Magic Numbers in Python/020 Giving the user multiple chances in our program.mp4
19.47MB
03 Magic Numbers in Python/021 Generating random integers in Python.mp4
19.35MB
03 Magic Numbers in Python/022 Defining our own methods in Python.mp4
16.93MB
03 Magic Numbers in Python/023 Returning values from our methods in Python.mp4
12.37MB
04 A Lottery app/025 The String split method.mp4
7.42MB
04 A Lottery app/026 List comprehension in Python.mp4
13.21MB
04 A Lottery app/027 Python Sets what is a Set.mp4
14.68MB
04 A Lottery app/028 Set comprehension in Python.mp4
11.97MB
04 A Lottery app/029 Creating our lottery numbers.mp4
17.85MB
04 A Lottery app/030 Calculating the lottery winnings.mp4
15.82MB
05 More complex applications a student registration system/032 Installing PyCharm a professional Python tool.mp4
10.87MB
05 More complex applications a student registration system/033 Setting up PyCharm on Mac.mp4
32.7MB
05 More complex applications a student registration system/034 Setting up PyCharm on Windows.mp4
13.91MB
05 More complex applications a student registration system/035 Dictionaries in Python.mp4
21.9MB
05 More complex applications a student registration system/036 Advanced Dictionary usage in Python.mp4
18.66MB
05 More complex applications a student registration system/037 Methods returning dictionaries.mp4
18.38MB
05 More complex applications a student registration system/038 Appending to a list in Python.mp4
14.04MB
05 More complex applications a student registration system/039 Adding marks to our student data structure.mp4
21.97MB
05 More complex applications a student registration system/040 The sum method in Python.mp4
21.14MB
05 More complex applications a student registration system/041 Iterating over a dictionarys keys and values.mp4
17.47MB
05 More complex applications a student registration system/042 Creating the application menu.mp4
42.73MB
06 Object-Oriented Programming a movie rental system/044 What are classes Classes in Python.mp4
36.06MB
06 Object-Oriented Programming a movie rental system/045 The Movie Class.mp4
26.95MB
06 Object-Oriented Programming a movie rental system/046 The User Class and the __repr__ method.mp4
16.62MB
06 Object-Oriented Programming a movie rental system/047 The filter method in Python.mp4
23.89MB
06 Object-Oriented Programming a movie rental system/048 More Movie operations and methods.mp4
18.17MB
06 Object-Oriented Programming a movie rental system/049 Writing to a file in Python.mp4
11.2MB
06 Object-Oriented Programming a movie rental system/050 Saving CSV files with our data.mp4
26.32MB
06 Object-Oriented Programming a movie rental system/051 Loading our data from CSV files.mp4
35.79MB
06 Object-Oriented Programming a movie rental system/052 Saving JSON files with our data.mp4
18.88MB
06 Object-Oriented Programming a movie rental system/053 Loading our data from JSON files.mp4
24.01MB
06 Object-Oriented Programming a movie rental system/054 Argument unpacking in Python the two asterisks.mp4
16.33MB
06 Object-Oriented Programming a movie rental system/055 Creating the menu for our application.mp4
48.31MB
07 Introduction to PostgreSQL/057 Introduction to databases.mp4
23.9MB
07 Introduction to PostgreSQL/058 Installing PostgreSQL on Windows.mp4
11.54MB
07 Introduction to PostgreSQL/059 Using PostgreSQL on Windows.mp4
15.93MB
07 Introduction to PostgreSQL/060 Executing SQL queries on Windows.mp4
5.39MB
07 Introduction to PostgreSQL/061 Installing PostgreSQL on Mac.mp4
12.79MB
07 Introduction to PostgreSQL/062 Using PostgreSQL on Mac.mp4
18.44MB
07 Introduction to PostgreSQL/063 Executing SQL commands on Mac.mp4
3.78MB
07 Introduction to PostgreSQL/064 Using the sample data provided.mp4
8.52MB
07 Introduction to PostgreSQL/065 SQL The SELECT command.mp4
14.33MB
07 Introduction to PostgreSQL/066 SQL filtering with WHERE.mp4
8.52MB
07 Introduction to PostgreSQL/067 SQL LIMIT for limiting the number of results.mp4
4.03MB
07 Introduction to PostgreSQL/068 SQL UPDATE data in a table.mp4
10.73MB
07 Introduction to PostgreSQL/069 SQL DELETE data from a table.mp4
9.2MB
07 Introduction to PostgreSQL/070 SQL Wildcards for filtering unknowns.mp4
9.71MB
07 Introduction to PostgreSQL/071 What is a JOIN.mp4
26.06MB
07 Introduction to PostgreSQL/072 SQL JOINs and JOIN examples.mp4
19.08MB
07 Introduction to PostgreSQL/073 SQL GROUP BY for aggregation of data.mp4
17.89MB
07 Introduction to PostgreSQL/074 SQL ORDER BY for sorting data.mp4
9.85MB
07 Introduction to PostgreSQL/075 SQL CREATE TABLE.mp4
20.75MB
07 Introduction to PostgreSQL/076 SQL INSERT INTO for adding data to a table.mp4
18.01MB
07 Introduction to PostgreSQL/077 SQL SEQUENCE for auto-incrementing fields.mp4
12.69MB
07 Introduction to PostgreSQL/078 SQL CREATE INDEX and advanced information about indexes.mp4
21.07MB
07 Introduction to PostgreSQL/079 SQL DROP TABLE for deleting tables and data.mp4
11.68MB
08 Advanced PostgreSQL/080 SQL VIEWs and what they are used for.mp4
36.64MB
08 Advanced PostgreSQL/081 SQL built-in functions and the HAVING construct.mp4
21.71MB
08 Advanced PostgreSQL/082 Dates in SQL an old problem.mp4
25.5MB
08 Advanced PostgreSQL/083 Other data types in SQL including JSON in PostgreSQL.mp4
19.56MB
08 Advanced PostgreSQL/084 Nested SELECT statements for complex queries.mp4
18.23MB
08 Advanced PostgreSQL/085 The PostgreSQL SERIAL type.mp4
6.6MB
09 Python and PostgreSQL/086 Installing psycopg2 on Windows.mp4
40.04MB
09 Python and PostgreSQL/087 Installing psycopg2 on Mac.mp4
10.29MB
09 Python and PostgreSQL/088 Verifying everything worksdont proceed if it doesnt.mp4
7.61MB
09 Python and PostgreSQL/089 Mac OS X Fixing psycopg2 library not loaded error.mp4
12MB
09 Python and PostgreSQL/090 What is a virtual environment.mp4
81.01MB
09 Python and PostgreSQL/091 Psycopg2 on a virtualenv on Windows.mp4
16.58MB
09 Python and PostgreSQL/092 Setting up the app structure pip and requirements.txt.mp4
11.57MB
09 Python and PostgreSQL/093 Recap on classes and object-oriented programming.mp4
24.38MB
09 Python and PostgreSQL/094 Saving to database from Python.mp4
48.94MB
09 Python and PostgreSQL/095 Loading from the database from Python.mp4
45.96MB
09 Python and PostgreSQL/096 Removing some duplicate code from our app.mp4
15.19MB
09 Python and PostgreSQL/097 Connection pooling and why it is important.mp4
41.34MB
09 Python and PostgreSQL/098 Creating the ConnectionPool class.mp4
30.54MB
09 Python and PostgreSQL/099 Creating the ConnectionFromPool class.mp4
30.21MB
09 Python and PostgreSQL/100 Obtaining a cursor from the ConnectionFromPool class.mp4
26.21MB
09 Python and PostgreSQL/101 The Database class and selective initialisation.mp4
57.25MB
09 Python and PostgreSQL/102 Cleaning up the Database class.mp4
21.18MB
09 Python and PostgreSQL/103 End of section review.mp4
13.41MB
10 Python Web and APIs/105 What is an API.mp4
51.66MB
10 Python Web and APIs/106 Making requests in Python.mp4
29.57MB
10 Python Web and APIs/107 What is OAuth.mp4
17.3MB
10 Python Web and APIs/108 Creating a Twitter app.mp4
11.56MB
10 Python Web and APIs/109 Setting up Twitter login.mp4
15.2MB
10 Python Web and APIs/110 Getting the OAuth request token.mp4
46.92MB
10 Python Web and APIs/111 More on the Python debuggeran essential tool.mp4
19.34MB
10 Python Web and APIs/112 Getting authorization by the user.mp4
26.66MB
10 Python Web and APIs/113 Getting the OAuth access token.mp4
24.23MB
10 Python Web and APIs/114 Performing Twitter requests getting images.mp4
69.63MB
10 Python Web and APIs/115 Reusing code from the last section to save users.mp4
39MB
10 Python Web and APIs/116 Creating users in our app.mp4
32.73MB
10 Python Web and APIs/117 Retrieving users in our app.mp4
117.8MB
10 Python Web and APIs/118 Cleaning up the codeextremely important.mp4
78.78MB
10 Python Web and APIs/119 Introduction to Flask and Python Web Development.mp4
42.36MB
10 Python Web and APIs/120 Adding a Twitter login endpoint.mp4
31.6MB
10 Python Web and APIs/121 Adding Twitter authorization.mp4
79.45MB
10 Python Web and APIs/122 Creating the user profile.mp4
30.51MB
10 Python Web and APIs/123 The Flask before_request decorator.mp4
32.21MB
10 Python Web and APIs/124 Checking if a user is already logged in.mp4
11.05MB
10 Python Web and APIs/125 Searching tweets and displaying them.mp4
25.59MB
10 Python Web and APIs/126 Searching for different things.mp4
13.36MB
10 Python Web and APIs/127 What is Bootstrap.mp4
33.19MB
10 Python Web and APIs/128 Writing our own CSS.mp4
19.78MB
10 Python Web and APIs/129 Allowing users to perform custom searches.mp4
21.88MB
10 Python Web and APIs/130 Adding sentiment analysis with another API.mp4
48.22MB
11 Introduction to Git and GitHub/132 What is Git.mp4
16.14MB
11 Introduction to Git and GitHub/133 Installing Git on Mac and Windows.mp4
23.03MB
11 Introduction to Git and GitHub/134 Introduction to the UNIX terminal.mp4
14.83MB
11 Introduction to Git and GitHub/135 The VIM text editor a powerful terminal editor.mp4
10.91MB
11 Introduction to Git and GitHub/136 Dealing with files in the UNIX terminal.mp4
7.74MB
11 Introduction to Git and GitHub/137 What is a Git repository.mp4
13.57MB
11 Introduction to Git and GitHub/138 git init create a Git repository.mp4
7.91MB
11 Introduction to Git and GitHub/139 git add and git commit staging and committing.mp4
18.21MB
11 Introduction to Git and GitHub/140 git log viewing past commits.mp4
4.93MB
11 Introduction to Git and GitHub/141 Creating a repository on GitHub.mp4
7.74MB
11 Introduction to Git and GitHub/142 git remote managing remote repositories.mp4
7.01MB
11 Introduction to Git and GitHub/143 Adding your SSH key to GitHub.mp4
14.02MB
11 Introduction to Git and GitHub/144 What is a README file Introduction to Markdown.mp4
16.02MB
11 Introduction to Git and GitHub/145 git pull pulling others changes.mp4
6.27MB
12 Advanced Python/147 OOP Inheritance.mp4
36.82MB
12 Advanced Python/148 OOP Multiple Inheritance in Python.mp4
14.88MB
12 Advanced Python/149 OOP What is composition.mp4
12.13MB
12 Advanced Python/150 OOP What is encapsulation.mp4
50.07MB
12 Advanced Python/151 Introduction to Exceptions in Python.mp4
33.05MB
12 Advanced Python/152 Creating our own Exceptions.mp4
21.38MB
12 Advanced Python/153 Some of the available built-in Exceptions.mp4
19.39MB
12 Advanced Python/154 Python built-in methods.mp4
58.23MB
12 Advanced Python/155 Assertions in Python.mp4
18.93MB
12 Advanced Python/156 Lambda expressions in Python.mp4
20.17MB
12 Advanced Python/157 More uses of lambda expressions.mp4
25.42MB
12 Advanced Python/158 Lambda expressions in the wild.mp4
50.85MB
12 Advanced Python/159 Introduction to unit testing with unittest.mp4
62.32MB
13 Data Structures and Algorithms/162 What are data structures.mp4
13.75MB
13 Data Structures and Algorithms/163 What is a Linked List.mp4
21.51MB
13 Data Structures and Algorithms/164 Introduction to Linked List Assignment.mp4
30.43MB
13 Data Structures and Algorithms/166 Programming our own Linked List in Python.mp4
25.27MB
13 Data Structures and Algorithms/167 Creating a Queue.mp4
16.3MB
13 Data Structures and Algorithms/168 Introduction to Queue Assignment.mp4
33.13MB
13 Data Structures and Algorithms/170 Programming our own Queue in Python.mp4
42.01MB
13 Data Structures and Algorithms/171 Creating a Stack.mp4
9.67MB
13 Data Structures and Algorithms/172 Introduction to Stack Assignment.mp4
18.07MB
13 Data Structures and Algorithms/174 Programming our own Stack in Python.mp4
22.48MB
13 Data Structures and Algorithms/175 Creating a Binary Tree.mp4
19.35MB
13 Data Structures and Algorithms/176 Introduction to Binary Tree Assignment.mp4
23.54MB
13 Data Structures and Algorithms/178 Programming our own Binary Tree in Python.mp4
27.18MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统