===== Popads =====
 
Login: Password:  Do not remember me

Categories




Get Premium:
Rapidgator




Tags






E-Books / Video TrainingUdemy - Complete Python Masterclass 2017 TUTORiAL



Udemy - Complete Python Masterclass 2017 TUTORiAL
Udemy - Complete Python Masterclass 2017 TUTORiAL | 7.21 GB

Know that you’re in the right place to master Python. For starters, this course will help you develop Python programs for Microsoft Windows, Mac OS X, and Linux.

Learning Python will give you more opportunities for jobs and career advancement because Python is one of the most requested skills in 2017!

This course assumes no previous programming or Python experience. If you’ve never programmed a computer before, or if you know another programming language and want to learn Python, this course will teach you how.
To reinforce what you’ve learned, there are numerous challenges during the course designed to help you understand each concept being taught. You’re also shown the solution to the challenge so you know you’re always on the right track.
The course is continually updated and enhanced, and fully supports Python 3. This guarantees what you’re learning is relevant for you today and will never be obsolete.
Click the Free preview button on this page and check out a few of the videos to judge the quality yourself.
And if you have any doubts about the course, be blown away by the glowing reviews left by students on this page.
Your instructors are myself and Jean-Paul. Between us we have a collective sixty years of commercial software development experience, meaning you’re learning the right way to program to maximize your future development potential.
Importantly, our courses teach students the real-life skills needed to get those in-demand jobs or further your programming skills.
Take this course in confidence today knowing you have just found the BEST Python course on Udemy! Don't delay. Every minute you’re not learning Python is another potential opportunity wasted.
Click the Buy Now button and start learning now!

├── 01 Introduction
│ ├── 001 Introduction to the course.mp4
│ └── captions
│ └── 001 Introduction to the course-EN.srt
├── 02 Python Setup for Windows
│ ├── 002 Introduction.mp4
│ ├── 003 Install Python on Windows.mp4
│ ├── 004 Using IDLE On Windows.mp4
│ ├── 005 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html
│ ├── 006 Downloading and Installing IntelliJ on Windows.mp4
│ ├── 007 Configuring Python in IntelliJ on Windows.mp4
│ └── captions
│ ├── 002 Introduction-EN.srt
│ ├── 003 Install Python on Windows-EN.srt
│ ├── 004 Using IDLE On Windows-EN.srt
│ ├── 006 Downloading and Installing IntelliJ on Windows-EN.srt
│ └── 007 Configuring Python in IntelliJ on Windows-EN.srt
├── 03 Python Setup for Mac
│ ├── 008 Introduction.mp4
│ ├── 009 Downloading And Installing Python On Mac OS X.mp4
│ ├── 010 Using IDLE on Mac OS X.mp4
│ ├── 011 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html
│ ├── 012 Downloading and Installing IntelliJ for a Mac.mp4
│ ├── 013 Configuring Python in IntelliJ on a Mac.mp4
│ └── captions
│ ├── 008 Introduction-EN.srt
│ ├── 009 Downloading And Installing Python On Mac OS X-EN.srt
│ ├── 010 Using IDLE on Mac OS X-EN.srt
│ ├── 012 Downloading and Installing IntelliJ for a Mac-EN.srt
│ └── 013 Configuring Python in IntelliJ on a Mac-EN.srt
├── 04 Python Setup for Linux
│ ├── 014 Introduction.mp4
│ ├── 015 Downloading And Installing Python On Ubuntu Linux.mp4
│ ├── 016 Using IDLE on Ubuntu Linux.mp4
│ ├── 017 Installing IntelliJ on Ubuntu Linux.mp4
│ ├── 018 IntelliJ Python Configuration For Ubuntu Linux.mp4
│ ├── 019 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html
│ └── captions
│ ├── 014 Introduction-EN.srt
│ ├── 015 Downloading And Installing Python On Ubuntu Linux-EN.srt
│ ├── 016 Using IDLE on Ubuntu Linux-EN.srt
│ ├── 017 Installing IntelliJ on Ubuntu Linux-EN.srt
│ └── 018 IntelliJ Python Configuration For Ubuntu Linux-EN.srt
├── 05 The Basics of Python
│ ├── 020 Introduction.mp4
│ ├── 021 Getting To Know Python.mp4
│ ├── 022 Understanding More About Python.mp4
│ ├── 023 Storing Items In Variables.mp4
│ ├── 024 More About Variables And Strings.mp4
│ ├── 025 String Formatting - Displaying Numbers And Strings.mp4
│ └── captions
│ ├── 020 Introduction-EN.srt
│ ├── 021 Getting To Know Python-EN.srt
│ ├── 022 Understanding More About Python-EN.srt
│ ├── 023 Storing Items In Variables-EN.srt
│ ├── 024 More About Variables And Strings-EN.srt
│ └── 025 String Formatting - Displaying Numbers And Strings-EN.srt
├── 06 Program Flow Control in Python
│ ├── 026 Introduction.mp4
│ ├── 027 An Introduction To Program Flow Control.mp4
│ ├── 028 Test Conditions With If ElIf Else.mp4
│ ├── 029 More Advanced If ElIf Else Processing.mp4
│ ├── 030 Challenge - If Then Else.mp4
│ ├── 031 For Loops.mp4
│ ├── 032 Extending For Loops.mp4
│ ├── 033 Understanding Continue Break And Else.mp4
│ ├── 034 Augmented Assignment.mp4
│ ├── 035 Challenge - Program Flow - Part 1.mp4
│ ├── 036 Challenge - Program Flow - Part 2.mp4
│ ├── 037 While Loops.mp4
│ ├── 038 Challenge - While Loop.mp4
│ ├── attached_files
│ │ ├── 030 Challenge - If Then Else
│ │ │ ├── Lecture 30 - Challenge - If Then Else - Source code
│ │ │ │ └── IfChallenge
│ │ │ │ ├── IfChallenge.iml
│ │ │ │ └── ifchallenge.py
│ │ │ └── lecture-30-challenge.txt
│ │ ├── 031 For Loops
│ │ │ └── Lecture 31 - For Loops - Source code
│ │ │ └── ForLoops
│ │ │ ├── ForLoops.iml
│ │ │ └── forloops.py
│ │ ├── 032 Extending For Loops
│ │ │ └── Lecture 32 - Extending For Loops - Source code
│ │ │ └── ForLoops
│ │ │ ├── ForLoops.iml
│ │ │ └── forloops.py
│ │ ├── 033 Understanding Continue Break And Else
│ │ │ └── Lecture 33 - Understanding Continue, Break And Else - Source code
│ │ │ └── ContinueBreakElse
│ │ │ └── continuebreak.py
│ │ ├── 034 Augmented Assignment
│ │ │ └── Lecture 34 - Augmented Assignment - Source code
│ │ │ └── AugmentedAssignment
│ │ │ ├── aa.py
│ │ │ └── AugmentedAssignment.iml
│ │ ├── 035 Challenge - Program Flow - Part 1
│ │ │ └── Lecture 35 - Challenge - Program Flow - Part 1 - Source code
│ │ │ └── ProgramFlowChallenge
│ │ │ └── challenge.py
│ │ ├── 036 Challenge - Program Flow - Part 2
│ │ │ └── Lecture 36 - Challenge - Program Flow - Part 2 - Source code
│ │ │ └── ProgramFlowChallenge
│ │ │ └── challenge.py
│ │ ├── 037 While Loops
│ │ │ └── Lecture 37 - While Loops - Source code
│ │ │ └── While
│ │ │ ├── While.iml
│ │ │ └── while.py
│ │ └── 038 Challenge - While Loop
│ │ ├── lecture-38-challenge.txt
│ │ └── Lecture 38- Challenge - While Loop - Source code
│ │ └── While
│ │ ├── challenge.py
│ │ ├── While.iml
│ │ └── while.py
│ └── captions
│ ├── 026 Introduction-EN.srt
│ ├── 027 An Introduction To Program Flow Control-EN.srt
│ ├── 028 Test Conditions With If ElIf Else-EN.srt
│ ├── 029 More Advanced If ElIf Else Processing-EN.srt
│ ├── 030 Challenge - If Then Else-EN.srt
│ ├── 031 For Loops-EN.srt
│ ├── 032 Extending For Loops-EN.srt
│ ├── 033 Understanding Continue Break And Else-EN.srt
│ ├── 034 Augmented Assignment-EN.srt
│ ├── 035 Challenge - Program Flow - Part 1-EN.srt
│ ├── 036 Challenge - Program Flow - Part 2-EN.srt
│ ├── 037 While Loops-EN.srt
│ └── 038 Challenge - While Loop-EN.srt
├── 07 Lists, Ranges & Tuples in Python
│ ├── 039 Introduction.mp4
│ ├── 040 Lists In Python.mp4
│ ├── 041 More About Lists.mp4
│ ├── 042 Challenge - Lists.mp4
│ ├── 043 Understanding Iterators.mp4
│ ├── 044 Understanding and using Ranges.mp4
│ ├── 045 More About Ranges.mp4
│ ├── 046 Ordered Sets With Tuples.mp4
│ ├── 047 More On Ordered Sets With Tuples.mp4
│ ├── attached_files
│ │ ├── 040 Lists In Python
│ │ │ └── Lecture 40 - Lists In Python - Source code
│ │ │ └── IntroToLists
│ │ │ ├── IntroToLists.iml
│ │ │ └── lists.py
│ │ ├── 041 More About Lists
│ │ │ └── Lecture 41 - More About Lists - Source code
│ │ │ └── IntroToLists
│ │ │ ├── IntroToLists.iml
│ │ │ └── lists.py
│ │ ├── 042 Challenge - Lists
│ │ │ ├── lecture-42-challenge (1).txt
│ │ │ └── Lecture 42 - Challenge - Lists - Source code
│ │ │ └── IntroToLists
│ │ │ ├── IntroToLists.iml
│ │ │ └── lists.py
│ │ ├── 043 Understanding Iterators
│ │ │ ├── lecture-43-challenge.txt
│ │ │ └── Lecture 43 - Understanding Iterators - Source code
│ │ │ └── Iterators
│ │ │ ├── Iterators.iml
│ │ │ └── iterators.py
│ │ ├── 044 Understanding and using Ranges
│ │ │ └── Lecture 44 - Understanding and using Ranges - Source code
│ │ │ └── Ranges
│ │ │ ├── Ranges.iml
│ │ │ └── ranges.py
│ │ ├── 045 More About Ranges
│ │ │ ├── lecture-45-challenge.txt
│ │ │ └── Lecture 45 - More About Ranges - Source code
│ │ │ └── Ranges
│ │ │ ├── Ranges.iml
│ │ │ └── ranges.py
│ │ ├── 046 Ordered Sets With Tuples
│ │ │ └── Lecture 46 - Ordered Sets With Tuples - Source code
│ │ │ └── Tuples
│ │ │ ├── demo.py
│ │ │ ├── Tuples.iml
│ │ │ └── tuples.py
│ │ └── 047 More On Ordered Sets With Tuples
│ │ ├── lecture-47-challenge.txt
│ │ └── Lecture 47 - More On Ordered Sets With Tuples - Source code
│ │ └── Tuples
│ │ ├── demo.py
│ │ ├── Tuples.iml
│ │ └── tuples.py
│ └── captions
│ ├── 039 Introduction-EN.srt
│ ├── 040 Lists In Python-EN.srt
│ ├── 041 More About Lists-EN.srt
│ ├── 042 Challenge - Lists-EN.srt
│ ├── 043 Understanding Iterators-EN.srt
│ ├── 044 Understanding and using Ranges-EN.srt
│ ├── 045 More About Ranges-EN.srt
│ ├── 046 Ordered Sets With Tuples-EN.srt
│ └── 047 More On Ordered Sets With Tuples-EN.srt
├── 08 The Binary number system explained
│ ├── 048 Introduction to the Section.mp4
│ ├── 049 Binary Basics.mp4
│ ├── 050 What is binary.mp4
│ ├── 051 Hexadecimal and Octal and the Challenge.mp4
│ ├── attached_files
│ │ └── 051 Hexadecimal and Octal and the Challenge
│ │ ├── lecture-51-challenge.txt
│ │ └── Lecture 51 - Hexadecimal and Octal and the Challenge - Source code
│ │ └── HexaDecimal
│ │ ├── HexaDecimal.iml
│ │ └── hex.py
│ └── captions
│ ├── 048 Introduction to the Section-EN.srt
│ ├── 049 Binary Basics-EN.srt
│ ├── 050 What is binary-EN.srt
│ └── 051 Hexadecimal and Octal and the Challenge-EN.srt
├── 09 Python Dictionaries and Sets
│ ├── 052 Introduction to the Section.mp4
│ ├── 053 Python Dictionaries.mp4
│ ├── 054 Dictionaries Part 2.mp4
│ ├── 055 Dictionaries Part 3.mp4
│ ├── 056 Dictionaries Challenge.mp4
│ ├── 057 More on Dictionaries.mp4
│ ├── 058 The Second Dictionary Challenge.mp4
│ ├── 059 Sets.mp4
│ ├── 060 Python Sets Part 2 and Challenge.mp4
│ ├── attached_files
│ │ ├── 053 Python Dictionaries
│ │ │ └── Lecture 53 - Python Dictionaries - Source code
│ │ │ └── Dictionaries
│ │ │ ├── Dictionaries.iml
│ │ │ ├── dictionaries.py
│ │ │ └── motorbike.py
│ │ ├── 054 Dictionaries Part 2
│ │ │ └── Lecture 54 - Dictionaries Part 2 - Source code
│ │ │ └── Dictionaries
│ │ │ ├── Dictionaries.iml
│ │ │ ├── dictionaries.py
│ │ │ └── motorbike.py
│ │ ├── 055 Dictionaries Part 3
│ │ │ └── Lecture 55 - Dictionaries Part 3 - Source code
│ │ │ └── Dictionaries
│ │ │ ├── Dictionaries.iml
│ │ │ ├── dictionaries.py
│ │ │ ├── join.py
│ │ │ └── motorbike.py
│ │ ├── 056 Dictionaries Challenge
│ │ │ ├── lecture-56-challenge.txt
│ │ │ └── Lecture 56 - Dictionaries Challenge - Source code
│ │ │ └── Dictionaries
│ │ │ ├── challenge.py
│ │ │ ├── Dictionaries.iml
│ │ │ ├── dictionaries.py
│ │ │ ├── join.py
│ │ │ └── motorbike.py
│ │ ├── 057 More on Dictionaries
│ │ │ └── Lecture 57 - More on Dictionaries - Source code
│ │ │ └── Dictionaries
│ │ │ ├── challenge.py
│ │ │ ├── Dictionaries.iml
│ │ │ ├── dictionaries.py
│ │ │ ├── fruit.py
│ │ │ ├── game.py
│ │ │ ├── join.py
│ │ │ └── motorbike.py
│ │ ├── 058 The Second Dictionary Challenge
│ │ │ ├── lecture-58-challenge.txt
│ │ │ └── Lecture 58 - The Second Dictionary Challenge - Source code - With Problem
│ │ │ ├── DictChallenge2
│ │ │ │ ├── challenge.py
│ │ │ │ └── DictChallenge2.iml
│ │ │ └── __MACOSX
│ │ │ └── DictChallenge2
│ │ ├── 059 Sets
│ │ │ └── Lecture 59 - Sets - Source code
│ │ │ └── Sets
│ │ │ ├── Sets.iml
│ │ │ └── sets.py
│ │ └── 060 Python Sets Part 2 and Challenge
│ │ ├── lecture-60-challenge.txt
│ │ └── Lecture 60 - Python Sets Part 2 and Challenge - Source code
│ │ └── Sets
│ │ ├── challenge.py
│ │ ├── Sets.iml
│ │ └── sets.py
│ └── captions
│ ├── 052 Introduction to the Section-EN.srt
│ ├── 053 Python Dictionaries-EN.srt
│ ├── 054 Dictionaries Part 2-EN.srt
│ ├── 055 Dictionaries Part 3-EN.srt
│ ├── 056 Dictionaries Challenge-EN.srt
│ ├── 057 More on Dictionaries-EN.srt
│ ├── 058 The Second Dictionary Challenge-EN.srt
│ ├── 059 Sets-EN.srt
│ └── 060 Python Sets Part 2 and Challenge-EN.srt
├── 10 Input and Output (IO) in Python
│ ├── 061 Introduction to the Section.mp4
│ ├── 062 Reading and writing text files.mp4
│ ├── 063 Writing Text Files.mp4
│ ├── 064 Appending to Files and Challenge.mp4
│ ├── 065 Writing Binary Files Manually.mp4
│ ├── 066 Using Pickle To Write Binary Files.mp4
│ ├── 067 Shelve.mp4
│ ├── 068 Manipulating Data With Shelve.mp4
│ ├── 069 Updating With Shelve.mp4
│ ├── 070 Shelve Challenge.mp4
│ ├── 071 Challenge Continued.mp4

├── 11 Modules and Functions in Python
│ ├── 072 Introduction to the Section.mp4
│ ├── 073 Modules and import.mp4
│ ├── 074 The standard Python library.mp4
│ ├── 075 WebBrowser Module.mp4
│ ├── 076 Time and DateTime in Python.mp4
│ ├── 077 Time Continued and Challenge..mp4
│ ├── 078 Timezones.mp4
│ ├── 079 Check Path In Windows.mp4
│ ├── 080 Check Path on a Mac.mp4
│ ├── 081 Installing the pytz module WindowsMacLinux.mp4
│ ├── 082 Using Timezones.mp4
│ ├── 083 More on Timezones.mp4
│ ├── 084 Timezone Challenge.mp4
│ ├── 085 Introduction to Tkinter.mp4
│ ├── 086 TkInter - Pack Geometry Manager.mp4
│ ├── 087 TkInter - Grid Geometry Manager.mp4
│ ├── 088 Advanced GUI Example Part 1.mp4
│ ├── 089 Advanced GUI Example Part 2.mp4
│ ├── 090 Advanced GUI Example Part 3.mp4
│ ├── 091 Tkinter Challenge.mp4
│ ├── 092 Functions in Python.mp4
│ ├── 093 Functions Part 2.mp4
│ ├── 094 Functions Part 3.mp4
│ ├── 095 Parabola - More on Functions.mp4
│ ├── 096 Scope in Functions.mp4
│ ├── 097 Fix Function and Draw Circles.mp4
│ ├── 098 Enhanced Circles and Challenge.mp4
│ ├── 099 Blackjack Setup.mp4
│ ├── 100 Load Cards.mp4
│ ├── 101 Deal Cards.mp4
│ ├── 102 Global Variables.mp4
│ ├── 103 Global Keyword.mp4
│ ├── 104 Test Blackjack Game.mp4
│ ├── 105 Blackjack Challenge.mp4
│ ├── 106 Importing Techniques.mp4
│ ├── 107 Underscores in Python code.mp4
│ ├── 108 Namespaces more on Scope and Recursion.mp4
│ ├── 109 Recursion with OS Module and Filesystem and Nonlocal keyword.mp4
│ ├── 110 Nonlocal keyword Free and LEGB.mp4

├── 12 Object Oriented Python
│ ├── 111 Object Orientated Programming and Classes.mp4
│ ├── 112 Instances Constructors Self and more.mp4
│ ├── 113 Class Attributes.mp4
│ ├── 114 Methods Part 1.mp4
│ ├── 115 Methods Part 2.mp4
│ ├── 116 Non Public and Mangling.mp4
│ ├── 117 DocStrings and Raw Literals.mp4
│ ├── 118 Album class and More on DocStrings.mp4
│ ├── 119 Artist class and import Albums.mp4
│ ├── 120 Load data and Write Checkfile.mp4
│ ├── 121 Compile Files and Algorithm Flowcharts.mp4
│ ├── 122 Implement Revised Load_Data Algorithm.mp4
│ ├── 123 Write OOP Version.mp4
│ ├── 124 Getters and Properties.mp4
│ ├── 125 Remove Circular References Challenge.mp4
│ ├── 126 Getters and Setters.mp4
│ ├── 127 Data Attributes and Properties.mp4
│ ├── 128 Alternate Syntax for Properties.mp4
│ ├── 129 Inheritance.mp4
│ ├── 130 Subclasses and Overloading.mp4
│ ├── 131 Calling Super Methods.mp4
│ ├── 132 Changing Behavior of Methods.mp4
│ ├── 133 Overriding Methods.mp4
│ ├── 134 Inheritance Challenge.mp4
│ ├── 135 Polymorphism.mp4
│ ├── 136 Duck Test.mp4
│ ├── 137 Composition.mp4
│ ├── 138 Composition Continued.mp4
│ ├── 139 Test Code and Challenge.mp4
│ ├── 140 Aggregation.mp4
│ ├── 141 Section currently being added to every few days.html
│ │ ├── 111 Object Orientated Programming and Classes-EN.srt
│ ├── 112 Instances Constructors Self and more-EN.srt
│ ├── 113 Class Attributes-EN.srt
│ ├── 114 Methods Part 1-EN.srt
│ ├── 115 Methods Part 2-EN.srt
│ ├── 116 Non Public and Mangling-EN.srt
│ ├── 117 DocStrings and Raw Literals-EN.srt
│ ├── 118 Album class and More on DocStrings-EN.srt
│ ├── 119 Artist class and import Albums-EN.srt
│ ├── 120 Load data and Write Checkfile-EN.srt
│ ├── 121 Compile Files and Algorithm Flowcharts-EN.srt
│ ├── 122 Implement Revised Load_Data Algorithm-EN.srt
│ ├── 123 Write OOP Version-EN.srt
│ ├── 124 Getters and Properties-EN.srt
│ ├── 125 Remove Circular References Challenge-EN.srt
│ ├── 126 Getters and Setters-EN.srt
│ ├── 127 Data Attributes and Properties-EN.srt
│ ├── 128 Alternate Syntax for Properties-EN.srt
│ ├── 129 Inheritance-EN.srt
│ ├── 130 Subclasses and Overloading-EN.srt
│ ├── 131 Calling Super Methods-EN.srt
│ ├── 132 Changing Behavior of Methods-EN.srt
│ ├── 133 Overriding Methods-EN.srt
│ ├── 134 Inheritance Challenge-EN.srt
│ ├── 135 Polymorphism-EN.srt
│ ├── 136 Duck Test-EN.srt
│ ├── 137 Composition-EN.srt
│ ├── 138 Composition Continued-EN.srt
│ ├── 139 Test Code and Challenge-EN.srt
│ └── 140 Aggregation-EN.srt
├── 13 Using Databases in Python
│ ├── 142 Introduction to Databases.mp4
│ ├── 143 Database Terminology.mp4
│ ├── 144 Sqlite3 Install on Windows.mp4
│ ├── 145 Sqlite3 Install on a Mac.mp4
│ ├── 146 SQLite3 Install on Ubuntu Linux.mp4
│ ├── 147 Introduction to SQLite.mp4
│ ├── 148 More with SQL using SQLite.mp4
│ ├── 149 Querying data with Sqlite.mp4
│ ├── 150 Order by and Joins.mp4
│ ├── 151 More complex Joins.mp4
│ ├── 152 Wildcards and Views.mp4
│ ├── 153 Housekeeping and the Challenge.mp4
│ ├── 154 SQL in Python.mp4
│ ├── 155 Connections Cursors and Transactions.mp4
│ ├── 156 SQL Injection Attacks.mp4
│ ├── 157 Placeholders and Parameter Substitution.mp4
│ ├── 158 Exceptions.mp4
│ ├── 159 Exceptions Challenge.mp4
│ ├── 160 Exceptions Continued.mp4
│ ├── 161 Raising Exceptions.mp4
│ ├── 162 More on Exceptions.mp4
│ ├── 163 Custom Exceptions.mp4
│ ├── 164 Rolling back Transactions.mp4
│ ├── 165 Adding Database code to the Account Class.mp4
│ ├── 166 Intellijs Database Viewer.mp4
│ ├── 167 Update Deposit and Withdrawal Methods.mp4
│ ├── 168 Displaying Time in Different Timezones.mp4
│ ├── 169 SQLite3 strftime Function.mp4
│ ├── 170 Challenge.mp4
│ ├── 171 Problems Storing Timezones.mp4
│ ├── 172 Rolling Back Transactions.mp4
│ ├── 173 GUI Database Viewer Setup.mp4
│ ├── 174 Scrollbars.mp4
│ ├── 175 Star Args.mp4
│ ├── 176 Section currently being added to regularly.html
│ └── captions
│ ├── 142 Introduction to Databases-EN.srt
│ ├── 143 Database Terminology-EN.srt
│ ├── 144 Sqlite3 Install on Windows-EN.srt
│ ├── 145 Sqlite3 Install on a Mac-EN.srt
│ ├── 146 SQLite3 Install on Ubuntu Linux-EN.srt
│ ├── 147 Introduction to SQLite-EN.srt
│ ├── 148 More with SQL using SQLite-EN.srt
│ ├── 149 Querying data with Sqlite-EN.srt
│ ├── 150 Order by and Joins-EN.srt
│ ├── 151 More complex Joins-EN.srt
│ ├── 152 Wildcards and Views-EN.srt
│ ├── 153 Housekeeping and the Challenge-EN.srt
│ ├── 154 SQL in Python-EN.srt
│ ├── 155 Connections Cursors and Transactions-EN.srt
│ ├── 156 SQL Injection Attacks-EN.srt
│ ├── 157 Placeholders and Parameter Substitution-EN.srt
│ ├── 158 Exceptions-EN.srt
│ ├── 159 Exceptions Challenge-EN.srt
│ ├── 160 Exceptions Continued-EN.srt
│ ├── 161 Raising Exceptions-EN.srt
│ ├── 162 More on Exceptions-EN.srt
│ ├── 163 Custom Exceptions-EN.srt
│ ├── 164 Rolling back Transactions-EN.srt
│ ├── 165 Adding Database code to the Account Class-EN.srt
│ ├── 166 Intellijs Database Viewer-EN.srt
│ ├── 167 Update Deposit and Withdrawal Methods-EN.srt
│ ├── 168 Displaying Time in Different Timezones-EN.srt
│ ├── 169 SQLite3 strftime Function-EN.srt
│ ├── 170 Challenge-EN.srt
│ ├── 171 Problems Storing Timezones-EN.srt
│ ├── 172 Rolling Back Transactions-EN.srt
│ ├── 173 GUI Database Viewer Setup-EN.srt
│ ├── 174 Scrollbars-EN.srt
│ └── 175 Star Args-EN.srt
├── 14 Packages
│ ├── 177 Packages.html
│ ├── 178 Virtual Environments.html
│ └── 179 Content Coming Soon.html
├── 15 Generators, Comprehensions and Lambda Expressions
│ ├── 180 Generators.html
│ ├── 181 List Dictionary and Set comprehensions.html
│ ├── 182 Lambda Expressions.html
│ └── 183 Content Coming Soon.html
├── 16 Contents to come!
│ └── 184 List of content to be added.html
├── 17 Extras
│ └── 185 Source code for all Programs.html
└── 18 Tim's Other Courses
├── 186 Tims Other Programming Courses on Udemy.mp4
├── 187 Links to Tims Other Programming Courses on Udemy.html
└── captions
└── 186 Tims Other Programming Courses on Udemy-EN.srt


PLEASE SUPPORT ME BY CLICK ONE OF MY LINKS IF YOU WANT BUYING OR EXTENDING YOUR ACCOUNT
http://nitroflare.com/view/42865F6EE3B3ACB/Udemy_-_Complete_Python_Masterclass.part1.rar
http://nitroflare.com/view/DD4F434ABAFE4EE/Udemy_-_Complete_Python_Masterclass.part2.rar
http://nitroflare.com/view/592C4F519F3FD3B/Udemy_-_Complete_Python_Masterclass.part3.rar
http://nitroflare.com/view/F8DB3DA642E1C41/Udemy_-_Complete_Python_Masterclass.part4.rar
http://nitroflare.com/view/F2892AE3D7E6966/Udemy_-_Complete_Python_Masterclass.part5.rar
http://nitroflare.com/view/665A4ED21012053/Udemy_-_Complete_Python_Masterclass.part6.rar
http://nitroflare.com/view/E9C3BF3A5376ED2/Udemy_-_Complete_Python_Masterclass.part7.rar
http://nitroflare.com/view/DF7012BC351BACD/Udemy_-_Complete_Python_Masterclass.part8.rar

http://rapidgator.net/file/6add15229084ef206de9c7a305f7f946/Udemy_-_Complete_Python_Masterclass.part1.rar.html
http://rapidgator.net/file/bde9a942bcefeb87f293bf8ff715feea/Udemy_-_Complete_Python_Masterclass.part2.rar.html
http://rapidgator.net/file/4fd221615cc27f9a129e405149942fe8/Udemy_-_Complete_Python_Masterclass.part3.rar.html
http://rapidgator.net/file/5b797f941033bb1af78aad33f970850b/Udemy_-_Complete_Python_Masterclass.part4.rar.html
http://rapidgator.net/file/1470d64c99a31cbdbb32509d35b373fb/Udemy_-_Complete_Python_Masterclass.part5.rar.html
http://rapidgator.net/file/88a8124a7a0ccfc3ec0b8a18142f52d2/Udemy_-_Complete_Python_Masterclass.part6.rar.html
http://rapidgator.net/file/5a3a66640261b96be0c3c0359e6632bb/Udemy_-_Complete_Python_Masterclass.part7.rar.html
http://rapidgator.net/file/2d149f6a68b3a82a2e851626a7694bad/Udemy_-_Complete_Python_Masterclass.part8.rar.html

http://uploadgig.com/file/download/eF01fbeabFbF414d/Udemy - Complete Python Masterclass.part2.rar
http://uploadgig.com/file/download/637e925dE8d95742/Udemy - Complete Python Masterclass.part3.rar
http://uploadgig.com/file/download/9a565b02a772B5bd/Udemy - Complete Python Masterclass.part1.rar
http://uploadgig.com/file/download/893Af0b333f18e5d/Udemy - Complete Python Masterclass.part4.rar
http://uploadgig.com/file/download/2666d3A464837eb6/Udemy - Complete Python Masterclass.part5.rar
http://uploadgig.com/file/download/cace8CC60e47bCd9/Udemy - Complete Python Masterclass.part6.rar
http://uploadgig.com/file/download/0c79B133b3592D8A/Udemy - Complete Python Masterclass.part7.rar
http://uploadgig.com/file/download/768FceF20E8eab31/Udemy - Complete Python Masterclass.part8.rar


Udemy - Complete Python Masterclass 2017 TUTORiAL Mirror Link for V.I.P Member Contact Me
Warning! You are not allowed to view this text.


[related-news]

Related News

    {related-news}
[/related-news]

Comments (0)

Ooops, Error!

Information

Users of Guests are not allowed to comment this publication.

Search



Updates




Friend Sites


TinyDL
WarezOmen LinkR.top - Dein Linkverzeichnis für den Underground!
:: ArchivX.to | Handverlesene Datenbank!


Your Link Here ?
(Pagerank 4 or above)


FaceBook Suport