本站已收录 番号和无损神作磁力链接/BT种子 

python-the-complete-python-developer-course

种子简介

种子名称: python-the-complete-python-developer-course
文件类型: 视频
文件数目: 123个文件
文件大小: 5.64 GB
收录时间: 2017-3-6 12:24
已经下载: 3
资源热度: 99
最近下载: 2024-10-3 21:44

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:cfbebc2480c2417b752e32faabee5a4a6079163a&dn=python-the-complete-python-developer-course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

python-the-complete-python-developer-course.torrent
  • 01 Introduction/001 Introduction to the course.mp426.42MB
  • 02 Setup for Windows/002 Introduction.mp46MB
  • 02 Setup for Windows/003 Downloading And Installing Python For Windows.mp413.82MB
  • 02 Setup for Windows/004 Using IDLE On Windows.mp423.83MB
  • 02 Setup for Windows/006 Downloading and Installing IntelliJ on Windows.mp453.04MB
  • 02 Setup for Windows/007 Configuring Python in IntelliJ on Windows.mp420.29MB
  • 03 Setup for Mac/008 Introduction.mp45.3MB
  • 03 Setup for Mac/009 Downloading And Installing Python On Mac OS X.mp49.09MB
  • 03 Setup for Mac/010 Using IDLE on Mac OS X.mp448.3MB
  • 03 Setup for Mac/012 Downloading and Installing IntelliJ for a Mac.mp455.6MB
  • 03 Setup for Mac/013 Configuring Python in IntelliJ on a Mac.mp463.21MB
  • 04 Setup for Linux/014 Introduction.mp47.62MB
  • 04 Setup for Linux/015 Downloading And Installing Python On Ubuntu Linux.mp413.19MB
  • 04 Setup for Linux/016 Using IDLE on Ubuntu Linux.mp414.23MB
  • 04 Setup for Linux/017 Installing IntelliJ on Ubuntu Linux.mp425.84MB
  • 04 Setup for Linux/018 IntelliJ Python Configuration For Ubuntu Linux.mp412.64MB
  • 05 The Basics/020 Introduction.mp47.08MB
  • 05 The Basics/021 Getting To Know Python.mp450.8MB
  • 05 The Basics/022 Understanding More About Python.mp416.45MB
  • 05 The Basics/023 Storing Items In Variables.mp420.56MB
  • 05 The Basics/024 More About Variables And Strings.mp422.92MB
  • 05 The Basics/025 String Formatting - Displaying Numbers And Strings.mp475.88MB
  • 06 Program Flow Control/026 Introduction.mp44.9MB
  • 06 Program Flow Control/027 An Introduction To Program Flow Control.mp411.71MB
  • 06 Program Flow Control/028 Test Conditions With If ElIf Else.mp441.11MB
  • 06 Program Flow Control/029 More Advanced If ElIf Else Processing.mp425.24MB
  • 06 Program Flow Control/030 Challenge - If Then Else.mp411.79MB
  • 06 Program Flow Control/031 For Loops.mp419.22MB
  • 06 Program Flow Control/032 Extending For Loops.mp422.58MB
  • 06 Program Flow Control/033 Understanding Continue Break And Else.mp429.27MB
  • 06 Program Flow Control/034 Augmented Assignment.mp415.57MB
  • 06 Program Flow Control/035 Challenge - Program Flow.mp466.27MB
  • 06 Program Flow Control/036 Challenge Cont - Program Flow.mp468.89MB
  • 06 Program Flow Control/037 While Loops.mp431.32MB
  • 06 Program Flow Control/038 Challenge - While Loop.mp420.08MB
  • 07 Lists Ranges Tuples/039 Introduction.mp43.35MB
  • 07 Lists Ranges Tuples/040 Lists In Python.mp428.12MB
  • 07 Lists Ranges Tuples/041 More About Lists.mp419.84MB
  • 07 Lists Ranges Tuples/042 Challenge - Lists.mp414.67MB
  • 07 Lists Ranges Tuples/043 Understanding Iterators.mp417.46MB
  • 07 Lists Ranges Tuples/044 Understanding and using Ranges.mp424.06MB
  • 07 Lists Ranges Tuples/045 More About Ranges.mp416.88MB
  • 07 Lists Ranges Tuples/046 Ordered Sets With Tuples.mp432.15MB
  • 07 Lists Ranges Tuples/047 More On Ordered Sets With Tuples.mp435.82MB
  • 08 The Binary number system explained/048 Introduction to the Section.mp411.2MB
  • 08 The Binary number system explained/049 Binary Basics.mp411.18MB
  • 08 The Binary number system explained/050 What is binary.mp434.9MB
  • 08 The Binary number system explained/051 Hexadecimal and Octal and the Challenge.mp445.98MB
  • 09 Dictionaries and Sets/052 Introduction to the Section.mp45.09MB
  • 09 Dictionaries and Sets/053 Python Dictionaries.mp435.12MB
  • 09 Dictionaries and Sets/054 Dictionaries Part 2.mp444.48MB
  • 09 Dictionaries and Sets/055 Dictionaries Part 3.mp462.34MB
  • 09 Dictionaries and Sets/056 Dictionaries Challenge.mp452.32MB
  • 09 Dictionaries and Sets/057 More on Dictionaries.mp487.95MB
  • 09 Dictionaries and Sets/058 The Second Dictionary Challenge.mp435.28MB
  • 09 Dictionaries and Sets/059 Sets.mp439.43MB
  • 09 Dictionaries and Sets/060 Python Sets Part 2 and Challenge.mp457.08MB
  • 10 Input and Output IO in Python/061 Introduction to the Section.mp43.82MB
  • 10 Input and Output IO in Python/062 Reading and writing text files.mp445.97MB
  • 10 Input and Output IO in Python/063 Writing Text Files.mp432.56MB
  • 10 Input and Output IO in Python/064 Appending to Files and Challenge.mp420.07MB
  • 10 Input and Output IO in Python/065 Writing Binary Files Manually.mp439.78MB
  • 10 Input and Output IO in Python/066 Using Pickle To Write Binary Files.mp452.32MB
  • 10 Input and Output IO in Python/067 Shelve.mp456.57MB
  • 10 Input and Output IO in Python/068 Manipulating Data With Shelve.mp451.71MB
  • 10 Input and Output IO in Python/069 Updating With Shelve.mp474.38MB
  • 10 Input and Output IO in Python/070 Shelve Challenge.mp473.97MB
  • 10 Input and Output IO in Python/071 Challenge Continued.mp455.96MB
  • 11 Modules and Functions/072 Introduction to the Section.mp44.56MB
  • 11 Modules and Functions/073 Modules and import.mp439.26MB
  • 11 Modules and Functions/074 The standard Python library.mp445.44MB
  • 11 Modules and Functions/075 WebBrowser Module.mp4156.41MB
  • 11 Modules and Functions/076 Time and DateTime in Python.mp473.24MB
  • 11 Modules and Functions/077 Time Continued and Challenge..mp447.94MB
  • 11 Modules and Functions/078 Timezones.mp486.47MB
  • 11 Modules and Functions/079 Check Path In Windows.mp464.56MB
  • 11 Modules and Functions/080 Check Path on a Mac.mp467.12MB
  • 11 Modules and Functions/081 Installing the pytz module WindowsMacLinux.mp455.39MB
  • 11 Modules and Functions/082 Using Timezones.mp471.19MB
  • 11 Modules and Functions/083 More on Timezones.mp482.78MB
  • 11 Modules and Functions/084 Timezone Challenge.mp466.68MB
  • 11 Modules and Functions/085 Introduction to Tkinter.mp460.57MB
  • 11 Modules and Functions/086 TkInter - Pack Geometry Manager.mp458.91MB
  • 11 Modules and Functions/087 TkInter - Grid Geometry Manager.mp483.72MB
  • 11 Modules and Functions/088 Advanced GUI Example Part 1.mp4107.16MB
  • 11 Modules and Functions/089 Advanced GUI Example Part 2.mp4114.92MB
  • 11 Modules and Functions/090 Advanced GUI Example Part 3.mp4136.56MB
  • 11 Modules and Functions/091 Tkinter Challenge.mp483.46MB
  • 11 Modules and Functions/092 Functions in Python.mp453.43MB
  • 11 Modules and Functions/093 Functions Part 2.mp453.22MB
  • 11 Modules and Functions/094 Functions Part 3.mp444.56MB
  • 11 Modules and Functions/095 Parabola - More on Functions.mp458.87MB
  • 11 Modules and Functions/096 Scope in Functions.mp470.86MB
  • 11 Modules and Functions/097 Fix Function and Draw Circles.mp470.76MB
  • 11 Modules and Functions/098 Enhanced Circles and Challenge.mp463.84MB
  • 11 Modules and Functions/099 Blackjack Setup.mp462.86MB
  • 11 Modules and Functions/100 Load Cards.mp4112.77MB
  • 11 Modules and Functions/101 Deal Cards.mp459.93MB
  • 11 Modules and Functions/102 Global Variables.mp488.55MB
  • 11 Modules and Functions/103 Global Keyword.mp479.13MB
  • 11 Modules and Functions/104 Test Blackjack Game.mp475.12MB
  • 11 Modules and Functions/105 Blackjack Challenge.mp4111.05MB
  • 11 Modules and Functions/106 Importing Techniques.mp4113.76MB
  • 11 Modules and Functions/107 Underscores in Python code.mp455.8MB
  • 11 Modules and Functions/108 Namespaces more on Scope and Recursion.mp470.11MB
  • 11 Modules and Functions/109 Recursion with OS Module and Filesystem and Nonlocal keyword.mp456.26MB
  • 11 Modules and Functions/110 Nonlocal keyword Free and LEGB.mp461.06MB
  • 12 Object Oriented Python/111 Object Orientated Programming and Classes.mp438.85MB
  • 12 Object Oriented Python/112 Instances Constructors Self and more.mp448.79MB
  • 12 Object Oriented Python/113 Class Attributes.mp444.93MB
  • 12 Object Oriented Python/114 Methods Part 1.mp445.51MB
  • 12 Object Oriented Python/115 Methods Part 2.mp452.7MB
  • 12 Object Oriented Python/116 Non Public and Mangling.mp456.43MB
  • 12 Object Oriented Python/117 DocStrings and Raw Literals.mp447.81MB
  • 12 Object Oriented Python/118 Album class and More on DocStrings.mp441.22MB
  • 12 Object Oriented Python/119 Artist class and import Albums.mp457.66MB
  • 12 Object Oriented Python/120 Load data and Write Checkfile.mp442.72MB
  • 12 Object Oriented Python/121 Compile Files and Algorithm Flowcharts.mp450.55MB
  • 12 Object Oriented Python/122 Implement Revised Load_Data Algorithm.mp464.22MB
  • 12 Object Oriented Python/123 Write OOP Version.mp435.19MB
  • 12 Object Oriented Python/124 Getters and Properties.mp431.48MB
  • 12 Object Oriented Python/125 Remove Circular References Challenge.mp419.03MB
  • 18 Extras/148 Tims Other Programming Courses on Udemy.mp444.48MB