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

learn-programming-quick-with-python-by-examples

种子简介

种子名称: learn-programming-quick-with-python-by-examples
文件类型: 视频
文件数目: 137个文件
文件大小: 1.45 GB
收录时间: 2017-4-19 12:28
已经下载: 3
资源热度: 156
最近下载: 2024-9-25 03:15

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:0d9dc43cd00ed328d9a0c06c261d387b6fa7d36d&dn=learn-programming-quick-with-python-by-examples 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

learn-programming-quick-with-python-by-examples.torrent
  • 11 Strings Optional Content To Learn More On Strings/091 Slicing.mp450.86MB
  • 00 None/002 Python optional Obtaining The Tools.mp41.99MB
  • 01 Start Coding With Python/004 Python Start Coding With Python Display Message Using print Function.mp46.32MB
  • 01 Start Coding With Python/006 Python Practice Practice Together.mp410.23MB
  • 01 Start Coding With Python/007 Python Comments In Python Hash Sign.mp412.21MB
  • 02 Variables And Identifiers In Python/010 Python Introduction To Variables In Python.mp45.86MB
  • 02 Variables And Identifiers In Python/011 Python type Function.mp411.95MB
  • 02 Variables And Identifiers In Python/013 Python optional-additional content Video for the following reference document.mp437.83MB
  • 02 Variables And Identifiers In Python/016 Python Practice.mp45.78MB
  • 03 Introduction To Standard Types In Python/019 Python Introduction To Standard Types In Python.mp45.91MB
  • 03 Introduction To Standard Types In Python/020 Python Introduction To Numeric Types int float.mp49.88MB
  • 03 Introduction To Standard Types In Python/022 Python Introduction To Strings str Single-Double-Triple Quotes.mp416.16MB
  • 03 Introduction To Standard Types In Python/023 Video-Slide - The Use Of Index Numbers For Strings Intro To Index Numbers.mp46.76MB
  • 03 Introduction To Standard Types In Python/025 Introduction To Lists.mp421.6MB
  • 03 Introduction To Standard Types In Python/027 Introduction To Tuples.mp46.24MB
  • 03 Introduction To Standard Types In Python/029 Introduction To Dictionaries.mp45.85MB
  • 04 input Function And Type Casting/033 Getting User Input input Function.mp411.7MB
  • 04 input Function And Type Casting/034 Summation Of Two String Values Adding Strings input Returns String Value.mp48.09MB
  • 04 input Function And Type Casting/035 Casting A String To int int.mp47.65MB
  • 04 input Function And Type Casting/036 Casting A String To Float float.mp46.55MB
  • 05 Basic Operations In Python/039 Basic Arithmetic Operations In Python.mp43.07MB
  • 05 Basic Operations In Python/041 Order Of Major Arithmetic Operations In Python.mp47.75MB
  • 05 Basic Operations In Python/043 Logical Operations in Python not and or.mp414.69MB
  • 05 Basic Operations In Python/046 Comparison Operations.mp44.54MB
  • 06 Making Decisions if-elif-else/051 if Statement.mp45.37MB
  • 06 Making Decisions if-elif-else/053 else Statement.mp44.22MB
  • 06 Making Decisions if-elif-else/055 elif Statement.mp48.91MB
  • 06 Making Decisions if-elif-else/057 Indentations In Conditional Statements.mp48.99MB
  • 07 More Operations/059 Identity Operators is is not.mp420.01MB
  • 07 More Operations/061 Membership Operators in not in.mp49.95MB
  • 08 Loops/063 while Loop.mp45.43MB
  • 08 Loops/065 for Loop.mp411.01MB
  • 08 Loops/067 break continue pass Statements Using In while Loop.mp410.24MB
  • 08 Loops/069 continue - break - pass Statements Using for Loop.mp414.63MB
  • 08 Loops/070 How To Implement Infinite Loop Using while Loop.mp46.39MB
  • 09 Functions/073 Review Of How We Used Python Functions.mp43.69MB
  • 09 Functions/074 How To Define Call Function.mp47.31MB
  • 09 Functions/075 Functions With ArgumentsParameters.mp45.03MB
  • 09 Functions/076 Functions With Default ArgumentParameter Values.mp44.93MB
  • 09 Functions/077 Using Language Defined Identifier In Function __doc__.mp44.9MB
  • 09 Functions/078 Returning Values return.mp45.33MB
  • 09 Functions/079 Anonymous Functions Using lambda keyword lambda.mp43.35MB
  • 10 Classes/081 Introduction.mp45.97MB
  • 10 Classes/082 Creating Classes.mp413.7MB
  • 10 Classes/083 Creating Object.mp47.12MB
  • 10 Classes/084 Accessing Members.mp49.69MB
  • 10 Classes/085 Class Variable.mp412.01MB
  • 10 Classes/086 Garbage Collection.mp410.7MB
  • 10 Classes/087 Inheritance.mp434.37MB
  • 10 Classes/088 Using Sub-Class As Super-Class.mp46.8MB
  • 11 Strings Optional Content To Learn More On Strings/090 Indexing.mp48.02MB
  • 00 None/001 Python What is this course about.mp428.56MB
  • 11 Strings Optional Content To Learn More On Strings/092 Summation.mp48.22MB
  • 11 Strings Optional Content To Learn More On Strings/093 Obtaining String From A Non-String.mp410.23MB
  • 11 Strings Optional Content To Learn More On Strings/094 Membership Operations With Strings.mp45.33MB
  • 11 Strings Optional Content To Learn More On Strings/095 String Methods.mp410.59MB
  • 11 Strings Optional Content To Learn More On Strings/096 Backslash.mp46.11MB
  • 11 Strings Optional Content To Learn More On Strings/097 Entering Quotation Mark Within A String Value.mp48.06MB
  • 12 Lists/099 Quick Review.mp435.84MB
  • 12 Lists/100 Slicing.mp437.52MB
  • 12 Lists/101 None Empty Lists.mp44.36MB
  • 12 Lists/102 Summation Multiplication.mp419.07MB
  • 12 Lists/103 min max len Functions.mp410.45MB
  • 12 Lists/104 list Function.mp48.46MB
  • 12 Lists/105 Membership Operations.mp47.13MB
  • 12 Lists/106 Assigning Slices Of The List To Another List.mp45.43MB
  • 12 Lists/107 Assigning To Slice Of A List.mp418.01MB
  • 12 Lists/108 Deleting And Modifying The List Members.mp411.17MB
  • 12 Lists/109 List Methods.mp426.12MB
  • 13 Tuples/111 Quick Review.mp414.83MB
  • 13 Tuples/112 tuple Function.mp44.38MB
  • 13 Tuples/113 Accessing Member Slicing.mp413.59MB
  • 14 Modules/115 Modules.mp419.73MB
  • 14 Modules/117 Creating And Using Modules In Python.mp413.2MB
  • 14 Modules/118 Structure Modules Into A Package.mp411.17MB
  • 15 Exception Handling/120 Introduction To Exceptions In Python try-except.mp412.79MB
  • 15 Exception Handling/121 Conduct Tasks Either Exception Is Thrown Or Not finally.mp44.94MB
  • 16 Useful Tips/124 Contiuation Character.mp42.57MB
  • 16 Useful Tips/125 Multiple Statements.mp42.1MB
  • 16 Useful Tips/126 Multiple Assignment Swapping Chained Assignment.mp421.06MB
  • 16 Useful Tips/127 Random Number.mp432.37MB
  • 16 Useful Tips/128 Function Call With Different Name.mp46.12MB
  • 16 Useful Tips/129 Python Code From Command Prompt.mp41.51MB
  • 16 Useful Tips/130 Python Shell.mp42.13MB
  • 16 Useful Tips/131 Perform From Command Prompt.mp410.65MB
  • 16 Useful Tips/132 write Function.mp49.45MB
  • 17 File Processing/134 How To Open Text FIle With Python.mp43.1MB
  • 17 File Processing/135 How To Remove Space When We Display The Documents Content.mp42.03MB
  • 17 File Processing/136 Indicating Read Mode.mp41.06MB
  • 18 SQLite Python/138 Introduction.mp412.09MB
  • 18 SQLite Python/139 Create Table.mp410.15MB
  • 18 SQLite Python/140 Drop Table.mp410.26MB
  • 18 SQLite Python/141 Insert Value.mp417.36MB
  • 18 SQLite Python/142 Retrieve Records.mp412.17MB
  • 19 XML Python/145 Introduction To XML.mp411.07MB
  • 19 XML Python/146 Introduction To How To Code With Python For XML Related Tasks.mp430.61MB
  • 20 Introduction to HTML/150 Introduction For The Section.mp41.82MB
  • 20 Introduction to HTML/151 How To Create HTML Document.mp419.49MB
  • 20 Introduction to HTML/154 Lets Implement It Using Notepad Run It On Your Computer.mp43.41MB
  • 20 Introduction to HTML/155 Headings.mp42.34MB
  • 20 Introduction to HTML/156 Style.mp48.68MB
  • 20 Introduction to HTML/157 More Style.mp42.35MB
  • 20 Introduction to HTML/158 Formatting.mp46.35MB
  • 20 Introduction to HTML/159 Line Break Thematic Break.mp42.94MB
  • 20 Introduction to HTML/160 Image.mp46.56MB
  • 20 Introduction to HTML/161 Hyperlink.mp44.03MB
  • 20 Introduction to HTML/162 Sample To Summarize The Section Using Notepad.mp423.42MB
  • 21 Introduction to CSS/164 Lets Start.mp425.93MB
  • 21 Introduction to CSS/165 IDs.mp44.53MB
  • 21 Introduction to CSS/166 Style Tags.mp42.06MB
  • 22 Introduction to DJANGO/169 Introduction For The Section.mp41.63MB
  • 22 Introduction to DJANGO/171 Optional Installation Of Python 2.7.8.mp45.6MB
  • 22 Introduction to DJANGO/172 start project.mp46.62MB
  • 22 Introduction to DJANGO/173 settings.py.mp46.73MB
  • 22 Introduction to DJANGO/174 startapp.mp41.54MB
  • 22 Introduction to DJANGO/175 Model.mp410.34MB
  • 22 Introduction to DJANGO/176 admin.py.mp44.76MB
  • 22 Introduction to DJANGO/177 AddRemove Data From Admin Page.mp42.15MB
  • 22 Introduction to DJANGO/178 View Connection.mp416.44MB
  • 22 Introduction to DJANGO/179 Templates.mp422.22MB
  • 22 Introduction to DJANGO/180 views.py.mp410.91MB
  • 22 Introduction to DJANGO/181 Working On The Template For A Better Display.mp47.25MB
  • 22 Introduction to DJANGO/182 Put Template Into The Folder.mp49.94MB
  • 22 Introduction to DJANGO/183 Add Hyperlink To The Template.mp44.75MB
  • 23 MongoDB Python/185 Introduction.mp41.41MB
  • 23 MongoDB Python/186 Installation Of PyMongo.mp414MB
  • 23 MongoDB Python/187 Installation Of MongoDB.mp418.71MB
  • 23 MongoDB Python/188 Basics Of MongoDB.mp44.97MB
  • 23 MongoDB Python/189 Sample Code.mp420.04MB
  • 24 Graphical User Interface Development With Python Tkinter/191 Introduction.mp41.85MB
  • 24 Graphical User Interface Development With Python Tkinter/192 Empty Window Example.mp45.11MB
  • 24 Graphical User Interface Development With Python Tkinter/193 Message Box Widget.mp411.72MB
  • 24 Graphical User Interface Development With Python Tkinter/194 Button Widget.mp419.23MB
  • 24 Graphical User Interface Development With Python Tkinter/195 Label Widget.mp44.03MB
  • 24 Graphical User Interface Development With Python Tkinter/196 Entry Widget.mp444.1MB
  • 25 Introduction to The Use Of Python With Other Technologies/198 Quick Introduction On Pillow - PIL Python Imaging Library.mp414.84MB
  • 25 Introduction to The Use Of Python With Other Technologies/199 Quick Introduction On wxPython For Graphical User Interface Development.mp420.19MB