Udemy - 2022 Complete Python Bootcamp From Zero to Expert with DSA
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size2.5 GB
- Uploaded Byfreecoursewb
- Downloads121
- Last checkedJan. 10th '22
- Date uploadedJan. 07th '22
- Seeders 13
- Leechers12
Infohash : 000951915793551846DDE364AB83DD8AF93137A6
2022 Complete Python Bootcamp From Zero to Expert with DSA
https://DevCourseWeb.com
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 54 lectures (7h 21m) | Size: 2 GB
Learn Python like a Professional from Absolute Beginner to building Advanced Python Programs & Implement Data-Structures
What you'll learn
Setting up environment for development using python
Basics of Python
All the python datatypes and built-in functions in detail
Arithmetic operations, loops, conditional statements and more
List and dictionary comprehension, generators and iterators and lambda function
Functional programming, writing a functions and different techniques of parameter passing
What is object oriented programming, classes, objects and real-life examples
Data-Structures and Algorithms, how to think about the problem and write the code
Learn data structures and their applications
Create your first linked-list and binary search tree and much more
Learn Traversing, Inserting, Deleting elements in Linked Lists and Binary Search Trees
Requirements
Basic math and problem solving skills
Knowledge of any other programming knowledge will be add-on
Files:
[ DevCourseWeb.com ] Udemy - 2022 Complete Python Bootcamp From Zero to Expert with DSA- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 01 - Course Introduction
- 001 Introduction Why Python.mp4 (31.7 MB)
- 001 Introduction Why Python_en.srt (8.5 KB)
- 002 Course Overview.mp4 (9.5 MB)
- 002 Course Overview_en.srt (3.3 KB)
- external-assets-links.txt (0.2 KB)
- 001 Setting up Devlopment Environment Downloading Python & Pycharm and Installing.mp4 (38.4 MB)
- 001 Setting up Devlopment Environment Downloading Python & Pycharm and Installing_en.srt (5.6 KB)
- 002 Writing your First Python Code & Understanding Pycharm and its Features.mp4 (36.5 MB)
- 002 Writing your First Python Code & Understanding Pycharm and its Features_en.srt (8.5 KB)
- 003 Writing Some More Python Code Take Input & Add Numbers.mp4 (39.2 MB)
- 003 Writing Some More Python Code Take Input & Add Numbers_en.srt (8.4 KB)
- 001 How Python Allocates Memory.mp4 (14.8 MB)
- 001 How Python Allocates Memory_en.srt (4.4 KB)
- 002 Variable Declaration and Memory Allocation.mp4 (65.4 MB)
- 002 Variable Declaration and Memory Allocation_en.srt (14.5 KB)
- external-assets-links.txt (0.1 KB)
- 001 Data types - Str Int Float List Tuple Dict Sets Bool.mp4 (72.4 MB)
- 001 Data types - Str Int Float List Tuple Dict Sets Bool_en.srt (12.0 KB)
- 002 String Data Type indexing Slicing Striding.mp4 (44.8 MB)
- 002 String Data Type indexing Slicing Striding_en.srt (9.2 KB)
- 003 String Data Type Built-In Functions.mp4 (105.6 MB)
- 003 String Data Type Built-In Functions_en.srt (17.6 KB)
- 004 List Data Type Indexing Slicing Striding Add Update Delete.mp4 (111.0 MB)
- 004 List Data Type Indexing Slicing Striding Add Update Delete_en.srt (21.4 KB)
- 005 Tuple Data type Indexing Slicing Striding For Loop Copy.mp4 (52.7 MB)
- 005 Tuple Data type Indexing Slicing Striding For Loop Copy_en.srt (8.9 KB)
- 006 Dictionary Keys & Values For Loop Update Delete.mp4 (17.6 MB)
- 006 Dictionary Keys & Values For Loop Update Delete_en.srt (10.5 KB)
- 007 Set Data Type Add Update Delete Sets Operations.mp4 (74.8 MB)
- 007 Set Data Type Add Update Delete Sets Operations_en.srt (9.6 KB)
- 008 Summary List Tuple Dictionary Set.mp4 (90.2 MB)
- 008 Summary List Tuple Dictionary Set_en.srt (14.4 KB)
- external-assets-links.txt (0.5 KB)
- 001 Arithmetic Operators Add Subtract Multiply Divide Modulus Power.mp4 (40.2 MB)
- 001 Arithmetic Operators Add Subtract Multiply Divide Modulus Power_en.srt (6.6 KB)
- 002 Comparation And Logical Operators Equal-Not Equal Greater-Less And-Or-Not.mp4 (58.8 MB)
- 002 Comparation And Logical Operators Equal-Not Equal Greater-Less And-Or-Not_en.srt (9.6 KB)
- 003 Conditional Statements If...Else If.....Elif.....Else.mp4 (60.4 MB)
- 003 Conditional Statements If...Else If.....Elif.....Else_en.srt (9.2 KB)
- 004 Loops For Loop While Loop.mp4 (45.5 MB)
- 004 Loops For Loop While Loop_en.srt (7.1 KB)
- 005 Continue and Break Statements in Loops.mp4 (39.9 MB)
- 005 Continue and Break Statements in Loops_en.srt (6.1 KB)
- external-assets-links.txt (0.5 KB)
- 001 Built-In Functions Min Max Sum Round Abs Ascii Bin etc.mp4 (68.6 MB)
- 001 Built-In Functions Min Max Sum Round Abs Ascii Bin etc_en.srt (11.2 KB)
- 002 Math Module Ceil-Floor Sqrt Factorial Pow Log Radians Sin-Tan-Cos.mp4 (36.8 MB)
- 002 Math Module Ceil-Floor Sqrt Factorial Pow Log Radians Sin-Tan-Cos_en.srt (5.8 KB)
- 003 Random Module Random Choice Randint Uniform.mp4 (22.3 MB)
- 003 Random Module Random Choice Randint Uniform_en.srt (3.6 KB)
- external-assets-links.txt (0.3 KB)
- 001 List Comprehension.mp4 (71.5 MB)
- 001 List Comprehension_en.srt (8.6 KB)
- 002 Dictionary Comprehension.mp4 (58.1 MB)
- 002 Dictionary Comprehension_en.srt (6.7 KB)
- 003 Generators Next & Yield Statements.mp4 (28.0 MB)
- 003 Generators Next & Yield Statements_en.srt (4.9 KB)
- 004 Iterators Itertools Module Cycle Chain Repeat Iter & Next Statement.mp4 (73.6 MB)
- 004 Iterators Itertools Module Cycle Chain Repeat Iter & Next Statement_en.srt (11.8 KB)
- 005 Lambda Function Use with Map & Filter.mp4 (65.2 MB)
- 005 Lambda Function Use with Map & Filter_en.srt (9.6 KB)
- external-assets-links.txt (0.3 KB)
- 001 Introduction to File Operations Open Close Read Readline & Readlines.mp4 (63.4 MB)
- 001 Introduction to File Operations Open Close Read Readline & Readlines_en.srt (8.8 KB)
- 002 File Operations Read - Write - Append.mp4 (14.6 MB)
- 002 File Operations Read - Write - Append_en.srt (8.4 KB)
- external-assets-links.txt (0.2 KB)
- 001 Introduction to User Defined Functions.mp4 (28.7 MB)
- 001 Introduction to User Defined Functions_en.srt (5.4 KB)
- 002 Parameter Passing Techniques Positional - Default - Keyword.mp4 (88.1 MB)
- 002 Parameter Passing Techniques Positional - Default - Keyword_en.srt (13.5 KB)
- 003 Recursive Functions Writing Recursive Function to Find Factorial.mp4 (32.6 MB)
- 003 Recursive Functions Writing Recursive Function to Find Factorial_en.srt (5.4 KB)
- external-assets-links.txt (0.2 KB)
- 001 Introduction to Object Oriented Programming Classes & Objects.mp4 (98.7 MB)
- 001 Introduction to Object Oriented Programming Classes & Objects_en.srt (15.1 KB)
- 002 Inheritance and Overriding in oops.mp4 (87.5 MB)
- 002 Inheritance and Overriding in oops_en.srt (10.3 KB)
- 003 OOPs Class variable - Class Method - Static Method.mp4 (53.1 MB)
- 003 OOPs Class variable - Class Method - Static Method_en.srt (8.4 KB)
- external-assets-links.txt (0.3 KB)
- 001 Introduction to Da
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce