首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[ DevCourseWeb.com ] Udemy - Learn Python in a Weekend - Beginner Programming Projects
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-4-8 13:14
2024-11-23 19:28
227
2.49 GB
62
磁力链接
magnet:?xt=urn:btih:f181dd088fcfe9a8de796d49d004f5053ce0d2e5
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmYxODFkZDA4OGZjZmU5YThkZTc5NmQ0OWQwMDRmNTA1M2NlMGQyZTVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
DevCourseWeb
com
Udemy
-
Learn
Python
in
a
Weekend
-
Beginner
Programming
Projects
文件列表
~Get Your Files Here !/1 - Introduction/1 - Introduction -- is this course for you.mp4
22.11MB
~Get Your Files Here !/1 - Introduction/2 - Project-based learning course --what you will build.mp4
38.4MB
~Get Your Files Here !/1 - Introduction/3 - Course Objectives and Goals.mp4
25.78MB
~Get Your Files Here !/1 - Introduction/4 - A story about how this course was developed.mp4
30.25MB
~Get Your Files Here !/1 - Introduction/5 - How to Succeed in this Course.mp4
23.89MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/41 - [Challenge] Message in a Bottle.mp4
16.99MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/42 - Working with Python Strings and retrieving values with ord.mp4
27.08MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/43 - The story of the Caesar Cipher.mp4
23.09MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/44 - [Challenge Setup] Preparing for the challenge.mp4
6.51MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/45 - [Challenge Solution] Message in a Bottle.mp4
72.66MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/46 - [Challenge] Sports Analytics -- Data Science Project.mp4
14.26MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/47 - The Dictionary Data Structure.mp4
73.66MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/48 - The Tuple.mp4
36.99MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/49 - Reading in data from a file into a dictionary.mp4
199.32MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/50 - Data Cleaning.mp4
27.8MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/51 - [Challenge] Sports Analytics Program Structure.mp4
28.06MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/52 - [Challenge Solution] Sports Analytics.mp4
146.92MB
~Get Your Files Here !/12 - Project 5 - Image Processing/53 - [Challenge] Mini-gram filters.mp4
26.25MB
~Get Your Files Here !/12 - Project 5 - Image Processing/54 - Installing and using the Pillow Image Processing Library.mp4
86.33MB
~Get Your Files Here !/12 - Project 5 - Image Processing/55 - [Theory] Object-Oriented Programming.mp4
55.79MB
~Get Your Files Here !/12 - Project 5 - Image Processing/56 - Building a custom data type - class.mp4
40.33MB
~Get Your Files Here !/12 - Project 5 - Image Processing/57 - [Theory] How color and images work.mp4
87.29MB
~Get Your Files Here !/12 - Project 5 - Image Processing/58 - Iterating through pixels with nested loops.mp4
64.9MB
~Get Your Files Here !/12 - Project 5 - Image Processing/59 - [Challenge] Build your mini-gram filter.mp4
16.26MB
~Get Your Files Here !/12 - Project 5 - Image Processing/60 - [Challenge Solution] Mini-gram filter.mp4
107.79MB
~Get Your Files Here !/12 - Project 5 - Image Processing/61 - Gray scale Filter.mp4
34.26MB
~Get Your Files Here !/13 - Conclusion/62 - Your programming journey has just begun Congratulations.mp4
25.22MB
~Get Your Files Here !/2 - Getting Setup/6 - Installing Python on Linux.mp4
15.84MB
~Get Your Files Here !/2 - Getting Setup/7 - Installing Python on Mac.mp4
15.01MB
~Get Your Files Here !/2 - Getting Setup/8 - Installing Python on Windows.mp4
14.66MB
~Get Your Files Here !/3 - Introduction to Python 3/10 - First Program.mp4
15.49MB
~Get Your Files Here !/3 - Introduction to Python 3/11 - How the Python 'interpreter' works.mp4
29.52MB
~Get Your Files Here !/3 - Introduction to Python 3/9 - What is programming.mp4
23.58MB
~Get Your Files Here !/4 - Data Representation and Variables/12 - The Data Types that Computers Understand.mp4
47.62MB
~Get Your Files Here !/4 - Data Representation and Variables/13 - Arithmetic with Ints and Floats.mp4
71.25MB
~Get Your Files Here !/4 - Data Representation and Variables/14 - More on Data Representation with Strings and Characters.mp4
37.97MB
~Get Your Files Here !/4 - Data Representation and Variables/15 - Boolean Data Type and a preview of conditional operators.mp4
31.37MB
~Get Your Files Here !/4 - Data Representation and Variables/16 - Variables.mp4
60.85MB
~Get Your Files Here !/5 - Our First Data Structure The List/17 - Introduction to the List.mp4
31.8MB
~Get Your Files Here !/5 - Our First Data Structure The List/18 - Introduction to Programming with a List.mp4
48.87MB
~Get Your Files Here !/5 - Our First Data Structure The List/19 - Lists within Lists.mp4
55.81MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/20 - How do cpus think.mp4
22.9MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/21 - if-statements.mp4
41.04MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/22 - Indentation.mp4
35.41MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/23 - if-else statement.mp4
15.45MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/24 - if-elif-else statement.mp4
24.81MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/25 - For Loops for iteration over a range.mp4
60.57MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/26 - While loops to repeat work.mp4
69.8MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/27 - Controlling while loops - continue and break.mp4
24.04MB
~Get Your Files Here !/7 - Project 1 - The Guest List/28 - Creating a python script.mp4
17.71MB
~Get Your Files Here !/7 - Project 1 - The Guest List/29 - [Challenge] The Guest List.mp4
15.2MB
~Get Your Files Here !/7 - Project 1 - The Guest List/30 - [Sample] Guest List Program Running.mp4
12.55MB
~Get Your Files Here !/7 - Project 1 - The Guest List/31 - [Challenge Solution] The Guest List.mp4
56.3MB
~Get Your Files Here !/8 - Project 2 - Guessing game/32 - [Challenge] Guessing Game.mp4
29.18MB
~Get Your Files Here !/8 - Project 2 - Guessing game/33 - [Sample] Guessing Game Program Running.mp4
8.89MB
~Get Your Files Here !/8 - Project 2 - Guessing game/34 - Generating Random Numbers.mp4
32.48MB
~Get Your Files Here !/8 - Project 2 - Guessing game/35 - Reading in user input.mp4
18.5MB
~Get Your Files Here !/8 - Project 2 - Guessing game/36 - Structuring the guessing game program.mp4
16.21MB
~Get Your Files Here !/8 - Project 2 - Guessing game/37 - [Challenge Solution] Guessing Game.mp4
66.02MB
~Get Your Files Here !/8 - Project 2 - Guessing game/38 - The power of algorithms -- logarithmic complexity.mp4
52.35MB
~Get Your Files Here !/9 - Functions and Scope/39 - Functions - Used to parameterize, compose, and repeat work.mp4
45.06MB
~Get Your Files Here !/9 - Functions and Scope/40 - Understanding the scope (i.e. lifetime) of your variables.mp4
30.94MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统