[FreeCourseLab.me] Udemy - The Complete Python Programmer Bootcamp 2020

mp4   Hot:60   Size:6.81 GB   Created:2022-03-28 20:19:06   Update:2022-09-10 10:49:17  

File List

  • 01 Welcome Course introduction/001 Python-Course-Notes-Section-1-7.pdf 1.2 MB
    01 Welcome Course introduction/001 Whats inside the course.en.srt 4.52 KB
    01 Welcome Course introduction/001 Whats inside the course.mp4 65.33 MB
    01 Welcome Course introduction/002 Why code Why Python.en.srt 12.62 KB
    01 Welcome Course introduction/002 Why code Why Python.mp4 206.75 MB
    01 Welcome Course introduction/003 The best way to take the course.en.srt 2.01 KB
    01 Welcome Course introduction/003 The best way to take the course.mp4 9.74 MB
    01 Welcome Course introduction/004 Download all resources.html 3.27 KB
    01 Welcome Course introduction/005 Some good news.en.srt 302 B
    01 Welcome Course introduction/005 Some good news.mp4 2.95 MB
    02 Setting up the environment/006 Installing Anaconda and introducing Spyder.en.srt 5.06 KB
    02 Setting up the environment/006 Installing Anaconda and introducing Spyder.mp4 66.91 MB
    02 Setting up the environment/007 Introducing Spyder.en.srt 10.05 KB
    02 Setting up the environment/007 Introducing Spyder.mp4 82.89 MB
    03 Python basics Hands-on coding/008 4.0-print-function.py 151 B
    03 Python basics Hands-on coding/008 4.1-print-function-solution.py 204 B
    03 Python basics Hands-on coding/008 PRINT function.en.srt 15.23 KB
    03 Python basics Hands-on coding/008 PRINT function.mp4 90.29 MB
    03 Python basics Hands-on coding/009 Your help needed.en.srt 837 B
    03 Python basics Hands-on coding/009 Your help needed.mp4 10.31 MB
    04 Variables and strings - Exercises/010 5.0-Variables-notes.py 488 B
    04 Variables and strings - Exercises/010 The solution.en.srt 3.56 KB
    04 Variables and strings - Exercises/010 The solution.mp4 23.25 MB
    04 Variables and strings - Exercises/011 5.0-Variables-notes.py 488 B
    04 Variables and strings - Exercises/011 Variables.en.srt 7.05 KB
    04 Variables and strings - Exercises/011 Variables.mp4 51.24 MB
    04 Variables and strings - Exercises/012 Strings.en.srt 9.72 KB
    04 Variables and strings - Exercises/012 Strings.mp4 63.4 MB
    04 Variables and strings - Exercises/013 Lets write a program.en.srt 833 B
    04 Variables and strings - Exercises/013 Lets write a program.mp4 11.78 MB
    04 Variables and strings - Exercises/014 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/014 Question 1.en.srt 2.43 KB
    04 Variables and strings - Exercises/014 Question 1.mp4 15.23 MB
    04 Variables and strings - Exercises/015 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/015 Question 2.en.srt 1.79 KB
    04 Variables and strings - Exercises/015 Question 2.mp4 14.44 MB
    04 Variables and strings - Exercises/016 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/016 Question 3.en.srt 2.96 KB
    04 Variables and strings - Exercises/016 Question 3.mp4 26.27 MB
    04 Variables and strings - Exercises/017 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/017 Question 4.en.srt 1.69 KB
    04 Variables and strings - Exercises/017 Question 4.mp4 10.33 MB
    04 Variables and strings - Exercises/018 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/018 Question 5.en.srt 4.57 KB
    04 Variables and strings - Exercises/018 Question 5.mp4 43.42 MB
    05 Conditionals/019 6.0-Conditionals.py 2.53 KB
    05 Conditionals/019 Intro to conditionals.en.srt 9.4 KB
    05 Conditionals/019 Intro to conditionals.mp4 77.55 MB
    05 Conditionals/020 Logical operators.en.srt 4.75 KB
    05 Conditionals/020 Logical operators.mp4 23.86 MB
    05 Conditionals/021 Not TRUE is FALSE.en.srt 3.83 KB
    05 Conditionals/021 Not TRUE is FALSE.mp4 21.48 MB
    05 Conditionals/022 IF statement.en.srt 6.74 KB
    05 Conditionals/022 IF statement.mp4 65.24 MB
    05 Conditionals/023 More on strings.en.srt 6.89 KB
    05 Conditionals/023 More on strings.mp4 83.31 MB
    05 Conditionals/024 More strings.en.srt 7.42 KB
    05 Conditionals/024 More strings.mp4 69.89 MB
    05 Conditionals/025 6.7-Conditionals-questions-UNSOLVED.py 3.29 KB
    05 Conditionals/025 6.7-Conditionals-questions-solutions.py 3.29 KB
    05 Conditionals/025 Practical challenge.en.srt 21.66 KB
    05 Conditionals/025 Practical challenge.mp4 165.25 MB
    06 For loops/026 7.0-loops.py 3.03 KB
    06 For loops/026 Intro to For loops.en.srt 11.76 KB
    06 For loops/026 Intro to For loops.mp4 82.44 MB
    06 For loops/027 A little more on variables.en.srt 4.17 KB
    06 For loops/027 A little more on variables.mp4 30.67 MB
    06 For loops/028 Lists.en.srt 13.84 KB
    06 For loops/028 Lists.mp4 100.35 MB
    06 For loops/029 The power of lists and loops and working together.en.srt 10.13 KB
    06 For loops/029 The power of lists and loops and working together.mp4 95.13 MB
    06 For loops/030 Some list methods.en.srt 3.6 KB
    06 For loops/030 Some list methods.mp4 29.88 MB
    06 For loops/031 While loops.en.srt 10.16 KB
    06 For loops/031 While loops.mp4 67.83 MB
    06 For loops/032 Modulus.en.srt 7.69 KB
    06 For loops/032 Modulus.mp4 47.65 MB
    06 For loops/033 7.8-loop-questions-UNSOLVED.py 1.55 KB
    06 For loops/033 7.8-loop-questions-solutions.py 4.6 KB
    06 For loops/033 Practical challenge.en.srt 22.32 KB
    06 For loops/033 Practical challenge.mp4 162.97 MB
    07 Dictionaries/034 8.0-modules-and-dictionaries.py 6.87 KB
    07 Dictionaries/034 Modules.en.srt 9.22 KB
    07 Dictionaries/034 Modules.mp4 54.62 MB
    07 Dictionaries/035 Dictionaries.en.srt 17.76 KB
    07 Dictionaries/035 Dictionaries.mp4 119.37 MB
    07 Dictionaries/036 Zip function.en.srt 3.82 KB
    07 Dictionaries/036 Zip function.mp4 20.94 MB
    07 Dictionaries/037 More string methods.en.srt 3.4 KB
    07 Dictionaries/037 More string methods.mp4 30.83 MB
    07 Dictionaries/038 Tuples.en.srt 3.51 KB
    07 Dictionaries/038 Tuples.mp4 19.64 MB
    07 Dictionaries/039 More than 1 dimension.en.srt 5.34 KB
    07 Dictionaries/039 More than 1 dimension.mp4 30.21 MB
    07 Dictionaries/040 8.8-dictionary-questions-UNSOLVED.py 1.39 KB
    07 Dictionaries/040 8.8-dictionary-questions-solutions.py 3.4 KB
    07 Dictionaries/040 Import counters (12).en.srt 7.34 KB
    07 Dictionaries/040 Import counters (12).mp4 62.06 MB
    07 Dictionaries/041 8.8-dictionary-questions-UNSOLVED.py 1.39 KB
    07 Dictionaries/041 8.8-dictionary-questions-solutions.py 3.4 KB
    07 Dictionaries/041 Import counters (22).en.srt 12.46 KB
    07 Dictionaries/041 Import counters (22).mp4 91.24 MB
    08 Files and functions/042 9.0.1-Files-Functions.py 2.78 KB
    08 Files and functions/042 Files and functions.en.srt 10.75 KB
    08 Files and functions/042 Files and functions.mp4 75.56 MB
    08 Files and functions/043 Appending to a file.en.srt 3.78 KB
    08 Files and functions/043 Appending to a file.mp4 27.61 MB
    08 Files and functions/044 Functions.en.srt 10.92 KB
    08 Files and functions/044 Functions.mp4 73.84 MB
    08 Files and functions/045 Fibonacci in a function.en.srt 7.09 KB
    08 Files and functions/045 Fibonacci in a function.mp4 40.23 MB
    08 Files and functions/046 9.0.4.0-greetings-part-of-recursion-section.py 541 B
    08 Files and functions/046 9.0.4.1-demonstration-part-of-recursion-section.py 175 B
    08 Files and functions/046 Recursion.en.srt 8.74 KB
    08 Files and functions/046 Recursion.mp4 39.24 MB
    08 Files and functions/047 9.0.5-More-on-functions.py 1.16 KB
    08 Files and functions/047 More on functions.en.srt 9.92 KB
    08 Files and functions/047 More on functions.mp4 48.9 MB
    08 Files and functions/048 9.0.6-file-function-questions-UNSOLVED.py 946 B
    08 Files and functions/048 9.0.6-file-function-questions-solutions.py 2.22 KB
    08 Files and functions/048 Practical challenge.en.srt 8.38 KB
    08 Files and functions/048 Practical challenge.mp4 46.29 MB
    09 Classes/049 9.1-Classes.py 3.35 KB
    09 Classes/049 Objects.en.srt 7.78 KB
    09 Classes/049 Objects.mp4 75.29 MB
    09 Classes/050 Class.en.srt 4 KB
    09 Classes/050 Class.mp4 13.45 MB
    09 Classes/051 __Init__.en.srt 3.68 KB
    09 Classes/051 __Init__.mp4 14.4 MB
    09 Classes/052 9.1.4-Class-variables.mp4 8.44 MB
    09 Classes/052 Class variables.en.srt 2.63 KB
    09 Classes/052 Class variables.mp4 13.43 MB
    09 Classes/053 Methods.en.srt 5.33 KB
    09 Classes/053 Methods.mp4 26.18 MB
    09 Classes/054 Inheritance.en.srt 5.42 KB
    09 Classes/054 Inheritance.mp4 35.19 MB
    09 Classes/055 9.6-practical-questions-1-2-UNSOLVED.py 495 B
    09 Classes/055 9.6-practical-questions-1-2-with-solution.py 1.58 KB
    09 Classes/055 Practical exercise 1.en.srt 6.07 KB
    09 Classes/055 Practical exercise 1.mp4 45.75 MB
    09 Classes/056 9.6-practical-questions-1-2-UNSOLVED.py 495 B
    09 Classes/056 9.6-practical-questions-1-2-with-solution.py 1.58 KB
    09 Classes/056 Practical exercise 2.en.srt 1.76 KB
    09 Classes/056 Practical exercise 2.mp4 7.86 MB
    10 General tips/057 General tips.en.srt 9.25 KB
    10 General tips/057 General tips.mp4 146.28 MB
    11 BIg O/058 _Big_O.en.srt 9.22 KB
    11 BIg O/058 _Big_O.mp4 163.37 MB
    11 BIg O/059 O(n).en.srt 2.73 KB
    11 BIg O/059 O(n).mp4 46.62 MB
    11 BIg O/060 O(n2).en.srt 3.76 KB
    11 BIg O/060 O(n2).mp4 59.55 MB
    11 BIg O/061 O(n).en.srt 4 KB
    11 BIg O/061 O(n).mp4 74.34 MB
    11 BIg O/062 Summary.en.srt 1.48 KB
    11 BIg O/062 Summary.mp4 23.29 MB
    11 BIg O/063 50 completion.en.srt 526 B
    11 BIg O/063 50 completion.mp4 5.34 MB
    12 Advanced Python Caesar two sum/064 Intro.en.srt 2.73 KB
    12 Advanced Python Caesar two sum/064 Intro.mp4 41.07 MB
    12 Advanced Python Caesar two sum/065 Caesar cipher.en.srt 4 KB
    12 Advanced Python Caesar two sum/065 Caesar cipher.mp4 77.75 MB
    12 Advanced Python Caesar two sum/066 1.0-Jupyter-Tour.py 150 B
    12 Advanced Python Caesar two sum/066 Jupyter notebook intro.en.srt 6.72 KB
    12 Advanced Python Caesar two sum/066 Jupyter notebook intro.mp4 16.57 MB
    12 Advanced Python Caesar two sum/067 Caesar cipher solution.en.srt 12.83 KB
    12 Advanced Python Caesar two sum/067 Caesar cipher solution.mp4 65.31 MB
    12 Advanced Python Caesar two sum/068 Two sum.en.srt 2.03 KB
    12 Advanced Python Caesar two sum/068 Two sum.mp4 37.64 MB
    12 Advanced Python Caesar two sum/069 Two sum solution.en.srt 11.21 KB
    12 Advanced Python Caesar two sum/069 Two sum solution.mp4 96.17 MB
    12 Advanced Python Caesar two sum/070 Card class.en.srt 435 B
    12 Advanced Python Caesar two sum/070 Card class.mp4 6.53 MB
    12 Advanced Python Caesar two sum/071 Playing card class.en.srt 654 B
    12 Advanced Python Caesar two sum/071 Playing card class.mp4 16.73 MB
    12 Advanced Python Caesar two sum/072 Playing card class solution.en.srt 4.9 KB
    12 Advanced Python Caesar two sum/072 Playing card class solution.mp4 14.02 MB
    12 Advanced Python Caesar two sum/external-assets-links.txt 438 B
    13 Advanced Python Matplotlib/073 Matplotlib.en.srt 7.77 KB
    13 Advanced Python Matplotlib/073 Matplotlib.mp4 52.01 MB
    13 Advanced Python Matplotlib/074 Random walk explanation.en.srt 2.35 KB
    13 Advanced Python Matplotlib/074 Random walk explanation.mp4 39.24 MB
    13 Advanced Python Matplotlib/075 Simulating a random walk.en.srt 7.82 KB
    13 Advanced Python Matplotlib/075 Simulating a random walk.mp4 45.9 MB
    13 Advanced Python Matplotlib/076 Sierpinski triangle.en.srt 3.18 KB
    13 Advanced Python Matplotlib/076 Sierpinski triangle.mp4 55.51 MB
    13 Advanced Python Matplotlib/077 Creating the triangle in Matplotlib.en.srt 9.88 KB
    13 Advanced Python Matplotlib/077 Creating the triangle in Matplotlib.mp4 55.61 MB
    13 Advanced Python Matplotlib/078 9.5.7-hillside-for-PIL-example.jpg 162.93 KB
    13 Advanced Python Matplotlib/078 Python imaging library.en.srt 6.2 KB
    13 Advanced Python Matplotlib/078 Python imaging library.mp4 36.85 MB
    13 Advanced Python Matplotlib/external-assets-links.txt 248 B
    14 Advanced Python Stacks/079 Intro to stacks.en.srt 7.8 KB
    14 Advanced Python Stacks/079 Intro to stacks.mp4 121.44 MB
    14 Advanced Python Stacks/080 Coding a stack in Python.en.srt 5.57 KB
    14 Advanced Python Stacks/080 Coding a stack in Python.mp4 27.2 MB
    14 Advanced Python Stacks/081 Practical challenge - stacks.en.srt 4.11 KB
    14 Advanced Python Stacks/081 Practical challenge - stacks.mp4 73.46 MB
    14 Advanced Python Stacks/082 Hint on solving the challenge.en.srt 2.1 KB
    14 Advanced Python Stacks/082 Hint on solving the challenge.mp4 31.81 MB
    14 Advanced Python Stacks/083 Solving the stacks challenge.en.srt 5.95 KB
    14 Advanced Python Stacks/083 Solving the stacks challenge.mp4 20.28 MB
    14 Advanced Python Stacks/084 Towers of Hanoi.en.srt 4.02 KB
    14 Advanced Python Stacks/084 Towers of Hanoi.mp4 71.06 MB
    14 Advanced Python Stacks/085 Some hints.en.srt 4.17 KB
    14 Advanced Python Stacks/085 Some hints.mp4 77.76 MB
    14 Advanced Python Stacks/086 Code for Tower of Hanoi.en.srt 6.08 KB
    14 Advanced Python Stacks/086 Code for Tower of Hanoi.mp4 25.36 MB
    14 Advanced Python Stacks/087 Enumerate sets none.en.srt 8.48 KB
    14 Advanced Python Stacks/087 Enumerate sets none.mp4 46.7 MB
    14 Advanced Python Stacks/external-assets-links.txt 403 B
    15 Search and sort/088 Intro to search and sort.en.srt 1.4 KB
    15 Search and sort/088 Intro to search and sort.mp4 22.22 MB
    15 Search and sort/089 Linear search.en.srt 8.06 KB
    15 Search and sort/089 Linear search.mp4 63.28 MB
    15 Search and sort/090 Binary search.en.srt 12.65 KB
    15 Search and sort/090 Binary search.mp4 120.53 MB
    15 Search and sort/091 Insertion sort.en.srt 14.3 KB
    15 Search and sort/091 Insertion sort.mp4 169.22 MB
    15 Search and sort/external-assets-links.txt 103 B
    16 Advanced Python Cards and coins/092 Intro to cards and coins.en.srt 3.95 KB
    16 Advanced Python Cards and coins/092 Intro to cards and coins.mp4 59.82 MB
    16 Advanced Python Cards and coins/093 Luhns algorithm.en.srt 1.54 KB
    16 Advanced Python Cards and coins/093 Luhns algorithm.mp4 26.13 MB
    16 Advanced Python Cards and coins/094 Coins.en.srt 2.79 KB
    16 Advanced Python Cards and coins/094 Coins.mp4 48.41 MB
    16 Advanced Python Cards and coins/095 Coins - Python code.en.srt 10.87 KB
    16 Advanced Python Cards and coins/095 Coins - Python code.mp4 56.23 MB
    16 Advanced Python Cards and coins/external-assets-links.txt 201 B
    17 Advanced Python Debugging/096 Debugging.en.srt 10.45 KB
    17 Advanced Python Debugging/096 Debugging.mp4 70.94 MB
    17 Advanced Python Debugging/097 Beyond the PRINT function.en.srt 10.76 KB
    17 Advanced Python Debugging/097 Beyond the PRINT function.mp4 58.84 MB
    17 Advanced Python Debugging/098 9.9.3-debug-spyder.py 481 B
    17 Advanced Python Debugging/098 Debugging in Spyder.en.srt 6.91 KB
    17 Advanced Python Debugging/098 Debugging in Spyder.mp4 36.6 MB
    17 Advanced Python Debugging/external-assets-links.txt 92 B
    18 Advanced Python Strings and expressions/099 A little more on strings.en.srt 8.55 KB
    18 Advanced Python Strings and expressions/099 A little more on strings.mp4 35 MB
    18 Advanced Python Strings and expressions/100 Regular expressions.en.srt 9.24 KB
    18 Advanced Python Strings and expressions/100 Regular expressions.mp4 63.52 MB
    18 Advanced Python Strings and expressions/101 More regular expressions.en.srt 8.22 KB
    18 Advanced Python Strings and expressions/101 More regular expressions.mp4 34.61 MB
    18 Advanced Python Strings and expressions/102 Type hints.en.srt 6.2 KB
    18 Advanced Python Strings and expressions/102 Type hints.mp4 26.82 MB
    18 Advanced Python Strings and expressions/external-assets-links.txt 145 B
    19 Capstone project - Computer vision/103 Introduction to the project.en.srt 5.29 KB
    19 Capstone project - Computer vision/103 Introduction to the project.mp4 83.89 MB
    19 Capstone project - Computer vision/103 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/103 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/103 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/104 Coin photographs.en.srt 4.69 KB
    19 Capstone project - Computer vision/104 Coin photographs.mp4 33.72 MB
    19 Capstone project - Computer vision/104 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/104 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/104 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/105 Introducing OpenCV.en.srt 5.77 KB
    19 Capstone project - Computer vision/105 Introducing OpenCV.mp4 26.08 MB
    19 Capstone project - Computer vision/105 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/105 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/105 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/106 Starting to work with Visual Studio.en.srt 5.9 KB
    19 Capstone project - Computer vision/106 Starting to work with Visual Studio.mp4 34.45 MB
    19 Capstone project - Computer vision/106 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/106 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/106 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/107 Hough circle transform.en.srt 6.94 KB
    19 Capstone project - Computer vision/107 Hough circle transform.mp4 49.5 MB
    19 Capstone project - Computer vision/107 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/107 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/107 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/108 Get circle radii.en.srt 2.38 KB
    19 Capstone project - Computer vision/108 Get circle radii.mp4 15.47 MB
    19 Capstone project - Computer vision/108 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/108 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/108 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/109 Get brightness values.en.srt 3.42 KB
    19 Capstone project - Computer vision/109 Get brightness values.mp4 20.93 MB
    19 Capstone project - Computer vision/109 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/109 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/109 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/110 Performing coin classification.en.srt 3.67 KB
    19 Capstone project - Computer vision/110 Performing coin classification.mp4 29.24 MB
    19 Capstone project - Computer vision/110 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/110 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/110 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/111 Closing remarks.en.srt 1.3 KB
    19 Capstone project - Computer vision/111 Closing remarks.mp4 18.07 MB
    19 Capstone project - Computer vision/111 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/111 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/111 opencv-install.pdf 18.74 KB
    20 Git and GitHub/112 Introduction - Git and GitHub.en.srt 8.69 KB
    20 Git and GitHub/112 Introduction - Git and GitHub.mp4 141.71 MB
    20 Git and GitHub/113 Installing Git.en.srt 1.77 KB
    20 Git and GitHub/113 Installing Git.mp4 11.89 MB
    20 Git and GitHub/114 Configure Git.en.srt 5.62 KB
    20 Git and GitHub/114 Configure Git.mp4 19.4 MB
    20 Git and GitHub/115 Basic commands.en.srt 5.92 KB
    20 Git and GitHub/115 Basic commands.mp4 18.3 MB
    20 Git and GitHub/116 Exploring Git log.en.srt 6.32 KB
    20 Git and GitHub/116 Exploring Git log.mp4 24.19 MB
    20 Git and GitHub/117 Git diff.en.srt 1.88 KB
    20 Git and GitHub/117 Git diff.mp4 5.59 MB
    20 Git and GitHub/118 HEAD.en.srt 3.6 KB
    20 Git and GitHub/118 HEAD.mp4 20.36 MB
    20 Git and GitHub/119 Making corrections Git reset.en.srt 6.96 KB
    20 Git and GitHub/119 Making corrections Git reset.mp4 29.64 MB
    20 Git and GitHub/120 Branching.en.srt 5.73 KB
    20 Git and GitHub/120 Branching.mp4 20.97 MB
    20 Git and GitHub/121 GitHub.en.srt 4.27 KB
    20 Git and GitHub/121 GitHub.mp4 17.61 MB
    20 Git and GitHub/122 GitClone.en.srt 3.15 KB
    20 Git and GitHub/122 GitClone.mp4 14.32 MB
    20 Git and GitHub/123 Conclusion.en.srt 4.63 KB
    20 Git and GitHub/123 Conclusion.mp4 79.73 MB
    21 Further exercises/124 Further exercises.html 1.3 KB
    22 Farewell/125 Farewell.en.srt 9.93 KB
    22 Farewell/125 Farewell.mp4 149.79 MB
    23 Appendix - Quick Reference/126 String slicing.en.srt 3.93 KB
    23 Appendix - Quick Reference/126 String slicing.mp4 17.66 MB
    23 Appendix - Quick Reference/127 String methods.en.srt 7.02 KB
    23 Appendix - Quick Reference/127 String methods.mp4 37.21 MB
    23 Appendix - Quick Reference/128 List basics.en.srt 5.88 KB
    23 Appendix - Quick Reference/128 List basics.mp4 26.21 MB
    23 Appendix - Quick Reference/129 List methods.en.srt 7.12 KB
    23 Appendix - Quick Reference/129 List methods.mp4 35.43 MB
    23 Appendix - Quick Reference/130 List sort min max sum pop.en.srt 3.88 KB
    23 Appendix - Quick Reference/130 List sort min max sum pop.mp4 18.18 MB
    23 Appendix - Quick Reference/131 List extend.en.srt 2.07 KB
    23 Appendix - Quick Reference/131 List extend.mp4 8.92 MB
    23 Appendix - Quick Reference/132 List index.en.srt 1.75 KB
    23 Appendix - Quick Reference/132 List index.mp4 6.61 MB
    23 Appendix - Quick Reference/133 List length.en.srt 724 B
    23 Appendix - Quick Reference/133 List length.mp4 2.98 MB
    23 Appendix - Quick Reference/134 List count.en.srt 2.01 KB
    23 Appendix - Quick Reference/134 List count.mp4 7.03 MB
    23 Appendix - Quick Reference/135 Look for item in list.en.srt 2.28 KB
    23 Appendix - Quick Reference/135 Look for item in list.mp4 5.77 MB
    23 Appendix - Quick Reference/136 More list slicing.en.srt 5.92 KB
    23 Appendix - Quick Reference/136 More list slicing.mp4 17.14 MB
    23 Appendix - Quick Reference/137 Nested list.en.srt 2.72 KB
    23 Appendix - Quick Reference/137 Nested list.mp4 9.07 MB
    23 Appendix - Quick Reference/138 Empty list.en.srt 2.35 KB
    23 Appendix - Quick Reference/138 Empty list.mp4 11.07 MB
    23 Appendix - Quick Reference/139 Zip function.en.srt 3.14 KB
    23 Appendix - Quick Reference/139 Zip function.mp4 16.4 MB
    23 Appendix - Quick Reference/140 List comprehensions.en.srt 6.89 KB
    23 Appendix - Quick Reference/140 List comprehensions.mp4 55.76 MB
    23 Appendix - Quick Reference/141 Dictionaries.en.srt 8.74 KB
    23 Appendix - Quick Reference/141 Dictionaries.mp4 53.06 MB
    23 Appendix - Quick Reference/142 Dictionary get.en.srt 2.87 KB
    23 Appendix - Quick Reference/142 Dictionary get.mp4 14.48 MB
    23 Appendix - Quick Reference/143 Dictionary set default.en.srt 2.66 KB
    23 Appendix - Quick Reference/143 Dictionary set default.mp4 10.07 MB
    23 Appendix - Quick Reference/144 Nested dictionaries.en.srt 6.96 KB
    23 Appendix - Quick Reference/144 Nested dictionaries.mp4 49.93 MB
    23 Appendix - Quick Reference/145 Dictionary comprehension.en.srt 4.93 KB
    23 Appendix - Quick Reference/145 Dictionary comprehension.mp4 50.37 MB
    23 Appendix - Quick Reference/146 Sets.en.srt 8.43 KB
    23 Appendix - Quick Reference/146 Sets.mp4 41.64 MB
    23 Appendix - Quick Reference/147 Tuple.en.srt 4.9 KB
    23 Appendix - Quick Reference/147 Tuple.mp4 27.22 MB
    23 Appendix - Quick Reference/148 Lambdas.en.srt 2.37 KB
    23 Appendix - Quick Reference/148 Lambdas.mp4 11.58 MB
    23 Appendix - Quick Reference/149 Sorted lambda.en.srt 4.08 KB
    23 Appendix - Quick Reference/149 Sorted lambda.mp4 29.11 MB
    23 Appendix - Quick Reference/150 Map.en.srt 4.34 KB
    23 Appendix - Quick Reference/150 Map.mp4 22.35 MB
    [FreeCourseLab.me].url 126 B

Download Info

  • Tips

    “[FreeCourseLab.me] Udemy - The Complete Python Programmer Bootcamp 2020” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.