TorBT - Torrents and Magnet Links Search Engine

[GeeksForGeeks] Python Foundation (2020) [En]

File Name
Size
00. Course - Python Foundation.html
1.2 MB
00. Tracks.html
775 kB
01. Python Basics/00. Classroom.html
1.0 MB
01. Python Basics/01. Background Part 1 (IO Devices, CPU and Memory)-.mp4
71 MB
01. Python Basics/02. Background Part 2 (Computer Organization _ Operating System)-.mp4
45 MB
01. Python Basics/03. Why Do We Need Programming Languages-.mp4
54 MB
01. Python Basics/04. Python Introduction-.mp4
69 MB
01. Python Basics/05. Python Standard and Implementations-.mp4
42 MB
01. Python Basics/06. How Python Programs are Executed-.mp4
106 MB
01. Python Basics/07. Python Programming Terminology-.mp4
141 MB
01. Python Basics/08. Python Installation and First Program-.mp4
93 MB
01. Python Basics/09. Comments in Python-.mp4
46 MB
02. Variables and Data Types/00. Classroom.html
1.0 MB
02. Variables and Data Types/01. Variables in Python-.mp4
73 MB
02. Variables and Data Types/02. Swap two Variables-.mp4
53 MB
02. Variables and Data Types/03. Id() in Python-.mp4
61 MB
02. Variables and Data Types/04. Type() in Python-.mp4
107 MB
02. Variables and Data Types/05. List Introduction-.mp4
150 MB
02. Variables and Data Types/06. Tuples in Python-.mp4
84 MB
02. Variables and Data Types/07. Set in Python-.mp4
252 MB
02. Variables and Data Types/08. Dictionary in Python-.mp4
138 MB
02. Variables and Data Types/09. Type Conversion in Python-.mp4
153 MB
02. Variables and Data Types/00. Problems/00. Problems - 1.html
862 kB
02. Variables and Data Types/00. Problems/01. TypeCast And Double It.html
1.6 MB
02. Variables and Data Types/00. Problems/02. Swap The Numbers.html
1.6 MB
02. Variables and Data Types/00. Problems/03. Concatenate Integers.html
1.6 MB
02. Variables and Data Types/00. Problems/04. Find Union.html
1.6 MB
02. Variables and Data Types/00. Problems/05. Check Subset.html
1.6 MB
02. Variables and Data Types/00. Problems/06. Solving queries.html
1.6 MB
02. Variables and Data Types/00. Problems/07. Test if tuple is distinct.html
1.6 MB
02. Variables and Data Types/00. Problems/08. Find index.html
1.6 MB
02. Variables and Data Types/00. Problems/09. Implement Set in Python.html
1.6 MB
02. Variables and Data Types/00. Problems/10. Implement Dictionary in Python.html
1.6 MB
02. Variables and Data Types/00. Problems/ProblemsName.txt
243 B
03. Input and Output in Python/00. Classroom.html
1.0 MB
03. Input and Output in Python/01. print() in Python-.mp4
54 MB
03. Input and Output in Python/02. input() in Python-.mp4
77 MB
03. Input and Output in Python/00. Problems/01. Print Statement.html
1.6 MB
03. Input and Output in Python/00. Problems/02. Print With Space.html
1.6 MB
03. Input and Output in Python/00. Problems/03. Print Without Newline.html
1.6 MB
03. Input and Output in Python/00. Problems/04. Print With Separator.html
1.6 MB
03. Input and Output in Python/00. Problems/05. Print Without Space.html
1.6 MB
03. Input and Output in Python/00. Problems/06. Add and Print.html
1.6 MB
03. Input and Output in Python/00. Problems/07. Multi Printing.html
1.6 MB
03. Input and Output in Python/00. Problems/08. 07. Multi Printing with Space.html
1.6 MB
03. Input and Output in Python/00. Problems/09. Print Horizantal Line.html
1.6 MB
03. Input and Output in Python/00. Problems/10. Print Arrow.html
1.6 MB
03. Input and Output in Python/00. Problems/11. Int Str.html
1.6 MB
03. Input and Output in Python/00. Problems/12. Input String.html
1.6 MB
03. Input and Output in Python/00. Problems/13. Input Integer.html
1.6 MB
03. Input and Output in Python/00. Problems/14. Input Floating Number.html
1.6 MB
03. Input and Output in Python/00. Problems/ProblemsName.txt
312 B
04. Operators/00. Classroom.html
1.0 MB
04. Operators/01. Arithmetic Operators in Python-.mp4
78 MB
04. Operators/02. Logical Operators in Python-.mp4
80 MB
04. Operators/03. Identity Comparison Operators in Python-.mp4
40 MB
04. Operators/04. Membership Test Operators in Python-.mp4
35 MB
04. Operators/05. Bitwise Operators in Python Part 1-.mp4
92 MB
04. Operators/07. Arithmetic Progression nth Term in Python-.mp4
51 MB
04. Operators/08. Geometric Progression nth Term in Python-.mp4
56 MB
04. Operators/09. Sum of Natural numbers-.mp4
48 MB
04. Operators/10. Find Last Digit in Python-.mp4
47 MB
04. Operators/11. Day Before N Days-.mp4
38 MB
04. Operators/00. Problems/00. Problems - 1.html
859 kB
04. Operators/00. Problems/01. Arithmetic Operators.html
1.6 MB
04. Operators/00. Problems/02. Logical Operators.html
1.6 MB
04. Operators/00. Problems/03. Bitwise Operators.html
1.6 MB
04. Operators/00. Problems/04. Evaluate Formulae.html
1.6 MB
04. Operators/00. Problems/05. AP Term.html
1.6 MB
04. Operators/00. Problems/06. GP Term.html
1.6 MB
04. Operators/00. Problems/ProblemsName.txt
121 B
05. Flow Control/00. Classroom.html
1.0 MB
05. Flow Control/01. if, else and elif in Python-.mp4
119 MB
05. Flow Control/02. Even-Odd in Python-.mp4
34 MB
05. Flow Control/03. Largest of three in Python-.mp4
73 MB
05. Flow Control/04. Leap Year in Python-.mp4
62 MB
05. Flow Control/05. Calculator Program in Python-.mp4
86 MB
05. Flow Control/00. Problems/00. Problems - 1.html
859 kB
05. Flow Control/00. Problems/01. The If Statement.html
1.6 MB
05. Flow Control/00. Problems/02. The Else Statement.html
1.6 MB
05. Flow Control/00. Problems/03. The Elif Statement.html
1.6 MB
05. Flow Control/00. Problems/04. The FizzBuzz Program.html
1.6 MB
05. Flow Control/00. Problems/05. Greatest of Three.html
1.6 MB
05. Flow Control/00. Problems/06. Leap Year.html
1.6 MB
05. Flow Control/00. Problems/ProblemsName.txt
134 B
06. Loops/00. Classroom.html
1.1 MB
06. Loops/01. Loops In Python-.mp4
55 MB
06. Loops/02. While Loops in Python-.mp4
125 MB
06. Loops/03. range() in Python-.mp4
91 MB
06. Loops/04. For Loop In Python-.mp4
113 MB
06. Loops/05. Table of A Number-.mp4
72 MB
06. Loops/06. Break In Python-.mp4
78 MB
06. Loops/07. Continue In Python-.mp4
107 MB
06. Loops/08. Nested Loop in Python-.mp4
95 MB
06. Loops/09. Square Pattern in Python-.mp4
47 MB
06. Loops/10. Printing Triangle Pattern in Python-.mp4
44 MB
06. Loops/11. Inverted Triangle in Python-.mp4
46 MB
06. Loops/12. Pyramid Pattern in Python-.mp4
76 MB
06. Loops/13. Count Digits-.mp4
39 MB
06. Loops/14. Factorial in Python-.mp4
72 MB
06. Loops/16. LCM in Python-.mp4
69 MB
06. Loops/17. Fibonacci Numbers in Python-.mp4
113 MB
06. Loops/18. Check for Prime in Python-.mp4
78 MB
06. Loops/19. All Divisors in Python-.mp4
61 MB
06. Loops/20. Optimizations of All Divisors and Prime-.mp4
106 MB
06. Loops/00. Problems/01. For Loop - 1.html
1.6 MB
06. Loops/00. Problems/03. While Loop.html
1.6 MB
06. Loops/00. Problems/05. Print Square.html
1.8 MB
06. Loops/00. Problems/08. Right Angle Triangle.html
1.6 MB
06. Loops/00. Problems/10. Inverted Right AngleTriangle.html
1.6 MB
06. Loops/00. Problems/12. Sum of N Numbers.html
1.6 MB
06. Loops/00. Problems/13. Factorial.html
1.6 MB
06. Loops/00. Problems/14. Divisor.html
1.6 MB
06. Loops/00. Problems/15. Check Prime.html
1.6 MB
06. Loops/00. Problems/16. Next Prime Number.html
1.6 MB
06. Loops/00. Problems/17. Fibonacci Number.html
1.6 MB
06. Loops/00. Problems/ProblemsName.txt
412 B
07. Functions/00. Classroom.html
1.0 MB
07. Functions/01. Functions in Python-.mp4
103 MB
07. Functions/02. Applications of Functions-.mp4
57 MB
07. Functions/03. How Functions Work-.mp4
90 MB
07. Functions/04. Default Arguments-.mp4
55 MB
07. Functions/05. Keyword Arguments-.mp4
29 MB
07. Functions/06. Variable Length Arguments-.mp4
103 MB
07. Functions/07. Parameter Passing in Python-.mp4
92 MB
07. Functions/08. Returning Multiple Values in Python-.mp4
32 MB
07. Functions/09. Global Variables in Python-.mp4
82 MB
07. Functions/10. Find First Digit in Python-.mp4
63 MB
07. Functions/11. Prime Factorization-.mp4
118 MB
07. Functions/00. Problems/00. Problems - 1.html
856 kB
07. Functions/00. Problems/01. Function With No Arguments.html
1.6 MB
07. Functions/00. Problems/02. Function With Arguments.html
1.6 MB
07. Functions/00. Problems/03. Function With Return Value.html
1.6 MB
07. Functions/00. Problems/ProblemsName.txt
93 B
08. String/00. Classroom.html
1.0 MB
08. String/01. Strings in Python-.mp4
79 MB
08. String/02. Escape Sequences and Raw Strings-.mp4
58 MB
08. String/03. Formmatted String in Python-.mp4
54 MB
08. String/04. String Operations Part (1)-.mp4
60 MB
08. String/05. String Operations Part (2)-.mp4
124 MB
08. String/06. String Comparison in Python-.mp4
59 MB
08. String/07. Pattern Searching in Python-.mp4
37 MB
08. String/08. Check For Palindrome In Python-.mp4
87 MB
08. String/09. Reverse A String in Python-.mp4
42 MB
08. String/10. Decimal to binary in Python-.mp4
117 MB
08. String/11. Binary to Decimal Conversion-.mp4
71 MB
08. String/00. Problems/00. Problems - 1.html
858 kB
08. String/00. Problems/01. Reverse String.html
1.6 MB
08. String/00. Problems/02. Check Palindrome.html
1.6 MB
08. String/00. Problems/03. Find Pattern.html
1.6 MB
08. String/00. Problems/04. Slice The String.html
1.6 MB
08. String/00. Problems/05. Change Case.html
1.6 MB
08. String/00. Problems/06. Print Alphabets.html
1.6 MB
08. String/00. Problems/ProblemsName.txt
120 B
09. List/00. Classroom.html
1.0 MB
09. List/01. Slicing (List,Tuple And String)-.mp4
77 MB
09. List/02. Get Smaller Elements-.mp4
30 MB
09. List/03. Separate Even and Odd-.mp4
34 MB
09. List/04. Comprehensions in Python-.mp4
147 MB
09. List/05. Average or Mean of a List-.mp4
34 MB
09. List/06. Count Distinct Elements in a List-.mp4
72 MB
09. List/07. Check if a list is Sorted-.mp4
92 MB
09. List/00. Problems/00. Problems - 1.html
862 kB
09. List/00. Problems/01. List Traversal.html
1.6 MB
09. List/00. Problems/02. 01. List Traversal Reverse.html
1.6 MB
09. List/00. Problems/03. Sum The List.html
1.6 MB
09. List/00. Problems/04. Length of The List.html
1.6 MB
09. List/00. Problems/05. Decrement List Values.html
1.6 MB
09. List/00. Problems/06. Append To List.html
1.6 MB
09. List/00. Problems/07. Less Than.html
1.6 MB
09. List/00. Problems/08. Separate Even Odd.html
1.6 MB
09. List/00. Problems/09. Average.html
1.6 MB
09. List/00. Problems/10. Count Distinct.html
1.6 MB
09. List/00. Problems/11. Tuple 1.html
1.6 MB
09. List/00. Problems/12. Tuple 2.html
1.6 MB
09. List/00. Problems/ProblemsName.txt
234 B