zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[ DevCourseWeb.com ] Udemy - Learn Python in a Weekend - Beginner Programming Projects
magnet:?xt=urn:btih:f181dd088fcfe9a8de796d49d004f5053ce0d2e5&dn=[ DevCourseWeb.com ] Udemy - Learn Python in a Weekend - Beginner Programming Projects
磁力链接详情
Hash值:
f181dd088fcfe9a8de796d49d004f5053ce0d2e5
点击数:
221
文件大小:
2.49 GB
文件数量:
62
创建日期:
2023-4-8 13:14
最后访问:
2024-10-28 05:33
访问标签:
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.11 MB
~Get Your Files Here !/1 - Introduction/2 - Project-based learning course --what you will build.mp4 38.4 MB
~Get Your Files Here !/1 - Introduction/3 - Course Objectives and Goals.mp4 25.78 MB
~Get Your Files Here !/1 - Introduction/4 - A story about how this course was developed.mp4 30.25 MB
~Get Your Files Here !/1 - Introduction/5 - How to Succeed in this Course.mp4 23.89 MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/41 - [Challenge] Message in a Bottle.mp4 16.99 MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/42 - Working with Python Strings and retrieving values with ord.mp4 27.08 MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/43 - The story of the Caesar Cipher.mp4 23.09 MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/44 - [Challenge Setup] Preparing for the challenge.mp4 6.51 MB
~Get Your Files Here !/10 - Project 3 - Message in a Bottle/45 - [Challenge Solution] Message in a Bottle.mp4 72.66 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/46 - [Challenge] Sports Analytics -- Data Science Project.mp4 14.26 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/47 - The Dictionary Data Structure.mp4 73.66 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/48 - The Tuple.mp4 36.99 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/49 - Reading in data from a file into a dictionary.mp4 199.32 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/50 - Data Cleaning.mp4 27.8 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/51 - [Challenge] Sports Analytics Program Structure.mp4 28.06 MB
~Get Your Files Here !/11 - Project 4 - Data Science with Sports/52 - [Challenge Solution] Sports Analytics.mp4 146.92 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/53 - [Challenge] Mini-gram filters.mp4 26.25 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/54 - Installing and using the Pillow Image Processing Library.mp4 86.33 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/55 - [Theory] Object-Oriented Programming.mp4 55.79 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/56 - Building a custom data type - class.mp4 40.33 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/57 - [Theory] How color and images work.mp4 87.29 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/58 - Iterating through pixels with nested loops.mp4 64.9 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/59 - [Challenge] Build your mini-gram filter.mp4 16.26 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/60 - [Challenge Solution] Mini-gram filter.mp4 107.79 MB
~Get Your Files Here !/12 - Project 5 - Image Processing/61 - Gray scale Filter.mp4 34.26 MB
~Get Your Files Here !/13 - Conclusion/62 - Your programming journey has just begun Congratulations.mp4 25.22 MB
~Get Your Files Here !/2 - Getting Setup/6 - Installing Python on Linux.mp4 15.84 MB
~Get Your Files Here !/2 - Getting Setup/7 - Installing Python on Mac.mp4 15.01 MB
~Get Your Files Here !/2 - Getting Setup/8 - Installing Python on Windows.mp4 14.66 MB
~Get Your Files Here !/3 - Introduction to Python 3/10 - First Program.mp4 15.49 MB
~Get Your Files Here !/3 - Introduction to Python 3/11 - How the Python 'interpreter' works.mp4 29.52 MB
~Get Your Files Here !/3 - Introduction to Python 3/9 - What is programming.mp4 23.58 MB
~Get Your Files Here !/4 - Data Representation and Variables/12 - The Data Types that Computers Understand.mp4 47.62 MB
~Get Your Files Here !/4 - Data Representation and Variables/13 - Arithmetic with Ints and Floats.mp4 71.25 MB
~Get Your Files Here !/4 - Data Representation and Variables/14 - More on Data Representation with Strings and Characters.mp4 37.97 MB
~Get Your Files Here !/4 - Data Representation and Variables/15 - Boolean Data Type and a preview of conditional operators.mp4 31.37 MB
~Get Your Files Here !/4 - Data Representation and Variables/16 - Variables.mp4 60.85 MB
~Get Your Files Here !/5 - Our First Data Structure The List/17 - Introduction to the List.mp4 31.8 MB
~Get Your Files Here !/5 - Our First Data Structure The List/18 - Introduction to Programming with a List.mp4 48.87 MB
~Get Your Files Here !/5 - Our First Data Structure The List/19 - Lists within Lists.mp4 55.81 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/20 - How do cpus think.mp4 22.9 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/21 - if-statements.mp4 41.04 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/22 - Indentation.mp4 35.41 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/23 - if-else statement.mp4 15.45 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/24 - if-elif-else statement.mp4 24.81 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/25 - For Loops for iteration over a range.mp4 60.57 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/26 - While loops to repeat work.mp4 69.8 MB
~Get Your Files Here !/6 - Control Flow -- Making our programs Think/27 - Controlling while loops - continue and break.mp4 24.04 MB
~Get Your Files Here !/7 - Project 1 - The Guest List/28 - Creating a python script.mp4 17.71 MB
~Get Your Files Here !/7 - Project 1 - The Guest List/29 - [Challenge] The Guest List.mp4 15.2 MB
~Get Your Files Here !/7 - Project 1 - The Guest List/30 - [Sample] Guest List Program Running.mp4 12.55 MB
~Get Your Files Here !/7 - Project 1 - The Guest List/31 - [Challenge Solution] The Guest List.mp4 56.3 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/32 - [Challenge] Guessing Game.mp4 29.18 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/33 - [Sample] Guessing Game Program Running.mp4 8.89 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/34 - Generating Random Numbers.mp4 32.48 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/35 - Reading in user input.mp4 18.5 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/36 - Structuring the guessing game program.mp4 16.21 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/37 - [Challenge Solution] Guessing Game.mp4 66.02 MB
~Get Your Files Here !/8 - Project 2 - Guessing game/38 - The power of algorithms -- logarithmic complexity.mp4 52.35 MB
~Get Your Files Here !/9 - Functions and Scope/39 - Functions - Used to parameterize, compose, and repeat work.mp4 45.06 MB
~Get Your Files Here !/9 - Functions and Scope/40 - Understanding the scope (i.e. lifetime) of your variables.mp4 30.94 MB
其他位置