Общая информация
Название How to Think like a Programmer with Python
Тип
Размер 1.60Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
[TGx]Downloaded from torrentgalaxy.to .txt 642б
[UdemyLibrary.com] Join for free courses and tutorials.txt 265б
1.1 functions_demo.py 118б
1. Basics of Modules.mp4 9.34Мб
1. Basics of Modules.srt 5.79Кб
1. Employee Class.mp4 11.14Мб
1. Employee Class.srt 5.18Кб
1. Exception Handling (Part I).mp4 11.38Мб
1. Exception Handling (Part I).srt 6.59Кб
1. Introduction to Algorithms.mp4 16.29Мб
1. Introduction to Algorithms.srt 9.39Кб
1. Introduction to Control Structures.mp4 15.35Мб
1. Introduction to Control Structures.srt 8.25Кб
1. Introduction to Course.mp4 11.00Мб
1. Introduction to Course.srt 7.62Кб
1. Introduction to Data Structures.mp4 6.02Мб
1. Introduction to Data Structures.srt 4.74Кб
1. Introduction to Functions.mp4 17.90Мб
1. Introduction to Functions.srt 12.97Кб
1. Introduction to Iterations (Loops).mp4 6.37Мб
1. Introduction to Iterations (Loops).srt 4.10Кб
1. Introduction to Object Orientation.mp4 16.96Мб
1. Introduction to Object Orientation.srt 11.84Кб
1. Introduction to Tic Tac Toe.mp4 7.30Мб
1. Introduction to Tic Tac Toe.srt 4.07Кб
10.1 arithmeticCalculator.py 530б
10.1 continueBreakExample.py 87б
10.1 ListAsStack.py 1.10Кб
10. Arithmetic Calculator.mp4 11.80Мб
10. Arithmetic Calculator.srt 5.52Кб
10. Break and Continue.mp4 9.90Мб
10. Break and Continue.srt 5.45Кб
10. Composition.mp4 5.35Мб
10. Composition.srt 3.65Кб
10. Updating a Value in Variables.mp4 9.92Мб
10. Updating a Value in Variables.srt 4.79Кб
10. Using Lists as Stacks.mp4 22.48Мб
10. Using Lists as Stacks.srt 11.49Кб
11.1 ListAsQueue.py 1.14Кб
11.1 primeNumber.py 360б
11. Basic Math Functions.mp4 12.84Мб
11. Basic Math Functions.srt 5.59Кб
11. Composition (Date Class).mp4 13.03Мб
11. Composition (Date Class).srt 7.34Кб
11. Compound Condition.mp4 12.60Мб
11. Compound Condition.srt 7.57Кб
11. Find a Prime Number (Using Break).mp4 19.16Мб
11. Find a Prime Number (Using Break).srt 11.23Кб
11. Using Lists as Queues.mp4 10.06Мб
11. Using Lists as Queues.srt 6.24Кб
12.1 greatestNumber.py 339б
12.1 LinearSearch.py 341б
12. Composition (Student + Date).mp4 19.43Мб
12. Composition (Student + Date).srt 8.62Кб
12. Debugging.mp4 14.68Мб
12. Debugging.srt 8.06Кб
12. Find Greatest Number.mp4 4.95Мб
12. Find Greatest Number.srt 2.95Кб
12. Linear Search.mp4 10.99Мб
12. Linear Search.srt 6.86Кб
12. Type Conversions.mp4 4.29Мб
12. Type Conversions.srt 2.41Кб
13.1 BinarySearch.py 432б
13.1 prime_number_improved.py 423б
13.1 ValidAgeCalculator.py 179б
13. Binary Search.mp4 22.05Мб
13. Binary Search.srt 13.78Кб
13. Check Valid Age.mp4 8.90Мб
13. Check Valid Age.srt 5.59Кб
13. Composition Source code.html 2.89Кб
13. Find a Prime Number (Improved).mp4 4.31Мб
13. Find a Prime Number (Improved).srt 1.70Кб
13. Taking input from user.mp4 13.44Мб
13. Taking input from user.srt 7.05Кб
14.1 Bubble_Sort.py 316б
14.1 showSpecificNumbers.py 106б
14.1 StaticClassVariable.py 748б
14. Bubble Sort.mp4 19.28Мб
14. Bubble Sort.srt 13.63Кб
14. Displaying things to user.mp4 12.33Мб
14. Displaying things to user.srt 6.37Кб
14. Introduction to Nested If.mp4 4.58Мб
14. Introduction to Nested If.srt 2.77Кб
14. Show Specific Numbers.mp4 8.58Мб
14. Show Specific Numbers.srt 4.66Кб
14. Static or Class variables.mp4 14.69Мб
14. Static or Class variables.srt 7.51Кб
15.1 StaticMethod.py 588б
15.1 WhileLoopDemo.py 141б
15. Comments.mp4 5.47Мб
15. Comments.srt 3.57Кб
15. Leap Year Example.mp4 10.21Мб
15. Leap Year Example.srt 6.46Кб
15. Static Methods.mp4 8.53Мб
15. Static Methods.srt 5.19Кб
15. Two Dimensional List.mp4 15.59Мб
15. Two Dimensional List.srt 7.87Кб
15. While Loop.mp4 8.35Мб
15. While Loop.srt 5.46Кб
16.1 LoopingTillPositiveNumbers.py 156б
16.1 smallestNumber.py 508б
16. Find Smallest Number (using Nested If).mp4 14.43Мб
16. Find Smallest Number (using Nested If).srt 6.61Кб
16. Inheritance.mp4 11.89Мб
16. Inheritance.srt 7.94Кб
16. Introduction to Pseudocode.mp4 6.66Мб
16. Introduction to Pseudocode.srt 4.66Кб
16. List Comprehensions.mp4 10.89Мб
16. List Comprehensions.srt 6.56Кб
16. Looping till Positive Numbers.mp4 4.17Мб
16. Looping till Positive Numbers.srt 2.74Кб
17.1 Loading_Traversing_2DList.py 279б
17.1 point_circle.py 688б
17.1 While_ValidRange.py 505б
17. Enter Numbers in Valid Range (Solution # 1).mp4 6.16Мб
17. Enter Numbers in Valid Range (Solution # 1).srt 4.49Кб
17. Exercises Selection.html 1.59Кб
17. Introduction to Flowcharts.mp4 8.06Мб
17. Introduction to Flowcharts.srt 5.07Кб
17. Loading and Traversing 2D List.mp4 7.83Мб
17. Loading and Traversing 2D List.srt 4.00Кб
17. Point and Circle Class (Inheritance).mp4 18.33Мб
17. Point and Circle Class (Inheritance).srt 10.40Кб
18.1 Loading_Traversing_2DList - V2.py 256б
18. Enter Numbers in Valid Range (Solution # 2).mp4 3.05Мб
18. Enter Numbers in Valid Range (Solution # 2).srt 2.44Кб
18. Flowgorithm (A Software).mp4 16.65Мб
18. Flowgorithm (A Software).srt 9.61Кб
18. Loading and Traversing 2D List (Version II).mp4 6.71Мб
18. Loading and Traversing 2D List (Version II).srt 3.07Кб
18. Method Overloading.mp4 7.85Мб
18. Method Overloading.srt 4.70Кб
19.1 area_of_triangle.py 264б
19.1 MatrixAddition.py 1.08Кб
19.1 SMS.py 1.58Кб
19. Abstract and Concrete Classes.mp4 11.75Мб
19. Abstract and Concrete Classes.srt 8.05Кб
19. Calculate the area of a triangle.mp4 19.43Мб
19. Calculate the area of a triangle.srt 9.83Кб
19. Matrix Addition.mp4 17.96Мб
19. Matrix Addition.srt 5.81Кб
19. Student Management System.mp4 19.40Мб
19. Student Management System.srt 9.70Кб
2.1 printAsterisks.py 97б
2. Basics of List (Part I).mp4 17.46Мб
2. Basics of List (Part I).srt 11.04Кб
2. Classes and Objects.mp4 12.45Мб
2. Classes and Objects.srt 7.81Кб
2. Developing Payroll System in Modules.mp4 16.12Мб
2. Developing Payroll System in Modules.srt 4.87Кб
2. Exception Handling (Part II).mp4 13.16Мб
2. Exception Handling (Part II).srt 8.32Кб
2. For Loop Basics (Part One).mp4 12.58Мб
2. For Loop Basics (Part One).srt 7.32Кб
2. Introduction to Programming.mp4 7.07Мб
2. Introduction to Programming.srt 5.40Кб
2. Print Asterisks Function.mp4 4.94Мб
2. Print Asterisks Function.srt 3.00Кб
2. Relational or Comparision Operators.mp4 18.80Мб
2. Relational or Comparision Operators.srt 8.47Кб
2. Salaried Employee Class.mp4 11.07Мб
2. Salaried Employee Class.srt 5.03Кб
2. Variables or Memory Units.mp4 6.84Мб
2. Variables or Memory Units.srt 4.30Кб
2. Working with Board.mp4 9.11Мб
2. Working with Board.srt 4.85Кб
20.1 Matrix_Multiplication.py 1.56Кб
20.1 Swapping.py 180б
20. Implementation of AbstractConcrete Classes.mp4 18.73Мб
20. Implementation of AbstractConcrete Classes.srt 9.52Кб
20. Matrix Multiplication.mp4 21.77Мб
20. Matrix Multiplication.srt 12.62Кб
20. Random Numbers.mp4 4.17Мб
20. Random Numbers.srt 2.60Кб
20. Swap the values in two variables.mp4 13.97Мб
20. Swap the values in two variables.srt 7.57Кб
21.1 NumberGuessingGame.py 587б
21. Find the remainder and quotient.mp4 6.18Мб
21. Find the remainder and quotient.srt 2.81Кб
21. Number Guessing Game.mp4 21.48Мб
21. Number Guessing Game.srt 10.86Кб
21. Polymorphism.mp4 12.61Мб
21. Polymorphism.srt 6.95Кб
21. Tuples.mp4 5.70Мб
21. Tuples.srt 3.10Кб
22. Dictionaries.mp4 6.71Мб
22. Dictionaries.srt 4.26Кб
22. Exercises Sequence.html 708б
22. Multiple Inheritance.mp4 8.19Мб
22. Multiple Inheritance.srt 5.08Кб
22. Nested Loops.mp4 13.20Мб
22. Nested Loops.srt 6.94Кб
23.1 DisplayPatternNumbers.py 97б
23. Display Pattern of Numbers.mp4 12.55Мб
23. Display Pattern of Numbers.srt 7.34Кб
23. Useful Methods in Dictionaries.mp4 14.67Мб
23. Useful Methods in Dictionaries.srt 7.24Кб
24.1 DisplayPatternNumbers_2.py 124б
24.1 SMS_withDictionary.py 4.50Кб
24. Display Inverted Pattern of Numbers.mp4 16.46Мб
24. Display Inverted Pattern of Numbers.srt 8.73Кб
24. Student Management System (using Dictionaries).mp4 24.40Мб
24. Student Management System (using Dictionaries).srt 12.25Кб
25.1 FirstNPrimeNumbers.py 1.07Кб
25. Find First N Prime Numbers.mp4 15.41Мб
25. Find First N Prime Numbers.srt 7.99Кб
25. String Basics (New Format Function).mp4 15.43Мб
25. String Basics (New Format Function).srt 7.88Кб
26. Exercises Iterations.html 1.67Кб
26. String Basics (Part II).mp4 12.21Мб
26. String Basics (Part II).srt 6.48Кб
27. String Basics (Part III).mp4 4.12Мб
27. String Basics (Part III).srt 2.58Кб
28.1 ValidateInput.py 394б
28. Validate User Input.mp4 6.30Мб
28. Validate User Input.srt 2.71Кб
29. String Basics (Part IV).mp4 14.99Мб
29. String Basics (Part IV).srt 8.20Кб
3.1 Max.py 234б
3.1 Student.py 10.47Кб
3. Basics of List (Part II).mp4 15.18Мб
3. Basics of List (Part II).srt 9.20Кб
3. For Loop Basics (Part Two).mp4 10.41Мб
3. For Loop Basics (Part Two).srt 5.86Кб
3. Hourly Employee Class.mp4 11.21Мб
3. Hourly Employee Class.srt 5.44Кб
3. Introduction to Python.mp4 9.90Мб
3. Introduction to Python.srt 3.88Кб
3. Marking a Board with X and O.mp4 9.75Мб
3. Marking a Board with X and O.srt 4.59Кб
3. Max() Function.mp4 5.12Мб
3. Max() Function.srt 2.53Кб
3. Simple If statement.mp4 17.56Мб
3. Simple If statement.srt 10.38Кб
3. Student Class Example.mp4 23.32Мб
3. Student Class Example.srt 13.74Кб
3. Types of Data.mp4 6.40Мб
3. Types of Data.srt 3.88Кб
30.1 FindAcronym.py 246б
30. Find Acronym of a Phrase.mp4 7.22Мб
30. Find Acronym of a Phrase.srt 3.70Кб
31.1 Palindrome.py 335б
31. Find a Palindrome.mp4 15.93Мб
31. Find a Palindrome.srt 8.22Кб
32. Exercises Data Structures.html 5.78Кб
4.1 avgCalculator.py 415б
4.1 Circle.py 546б
4.1 printSquares.py 64б
4.2 equal.py 182б
4. Basics of List (Part III).mp4 12.10Мб
4. Basics of List (Part III).srt 6.83Кб
4. Circle Class Example.mp4 10.87Мб
4. Circle Class Example.srt 4.87Кб
4. Commission Employee Class.mp4 16.39Мб
4. Commission Employee Class.srt 4.63Кб
4. Installation of Python on Windows.mp4 4.33Мб
4. Installation of Python on Windows.srt 1.43Кб
4. More Examples of Simple If.mp4 10.53Мб
4. More Examples of Simple If.srt 5.94Кб
4. Print Squares.mp4 5.63Мб
4. Print Squares.srt 3.39Кб
4. Return a Value.mp4 7.54Мб
4. Return a Value.srt 3.96Кб
4. Setting Up Winning Conditions.mp4 19.25Мб
4. Setting Up Winning Conditions.srt 8.82Кб
4. Variables in Python.mp4 7.42Мб
4. Variables in Python.srt 4.16Кб
5.1 CollectingThingsTogether.py 249б
5.1 evenOdd.py 494б
5.1 local_global.py 173б
5. Account Class Example.mp4 19.97Мб
5. Account Class Example.srt 9.36Кб
5. Checking a Tie Condition.mp4 9.23Мб
5. Checking a Tie Condition.srt 3.95Кб
5. Collecting Integers Together.mp4 5.75Мб
5. Collecting Integers Together.srt 3.42Кб
5. If-Else (with Even-Odd Example).mp4 19.87Мб
5. If-Else (with Even-Odd Example).srt 10.00Кб
5. Introduction to PyCharm (IDE).mp4 13.27Мб
5. Introduction to PyCharm (IDE).srt 5.32Кб
5. Local and Global Scope.mp4 19.68Мб
5. Local and Global Scope.srt 11.90Кб
5. Rules for Writing Variable Names.mp4 5.75Мб
5. Rules for Writing Variable Names.srt 3.13Кб
5. Using Payroll System.mp4 7.33Мб
5. Using Payroll System.srt 4.23Кб
6.1 area_function.py 169б
6.1 bonuscalculator.py 280б
6.1 sum_avg_list.py 212б
6.1 Table.py 122б
6. Area() Function.mp4 4.89Мб
6. Area() Function.srt 2.37Кб
6. Bonus Calculator.mp4 15.05Мб
6. Bonus Calculator.srt 7.63Кб
6. Counting and Averaging Integers.mp4 7.87Мб
6. Counting and Averaging Integers.srt 4.28Кб
6. Information Hiding.mp4 13.74Мб
6. Information Hiding.srt 6.69Кб
6. Introduction to Expressions.mp4 4.72Мб
6. Introduction to Expressions.srt 2.96Кб
6. Payroll System Complete Source Code.html 5.99Кб
6. Print a Pretty Table.mp4 10.23Мб
6. Print a Pretty Table.srt 4.98Кб
6. Who Goes First (A Toss).mp4 22.12Мб
6. Who Goes First (A Toss).srt 9.87Кб
7.1 factorial.py 201б
7.1 ListAsAruments_functions.py 270б
7.1 max_list.py 259б
7.1 Tic Tac Toe.py 3.51Кб
7. Account Class with Input Validation.mp4 20.52Мб
7. Account Class with Input Validation.srt 9.52Кб
7. Assignment Statement.mp4 9.78Мб
7. Assignment Statement.srt 4.51Кб
7. Count() Function.mp4 10.20Мб
7. Count() Function.srt 5.96Кб
7. Find Factorial of a Number.mp4 14.47Мб
7. Find Factorial of a Number.srt 8.15Кб
7. Find Maximum Number from List.mp4 11.42Мб
7. Find Maximum Number from List.srt 7.04Кб
7. Multiple If-Else (elif).mp4 13.10Мб
7. Multiple If-Else (elif).srt 6.56Кб
7. Play Again Loop.mp4 12.02Мб
7. Play Again Loop.srt 4.29Кб
8.1 grade_calculator.py 361б
8.1 total_days_list.py 298б
8. Account Class with Exception Handling.mp4 11.97Мб
8. Account Class with Exception Handling.srt 4.73Кб
8. Arithmetic Operators and their Precedence.mp4 10.20Мб
8. Arithmetic Operators and their Precedence.srt 6.55Кб
8. Calculate Total Days.mp4 12.81Мб
8. Calculate Total Days.srt 6.81Кб
8. Exercises Functions.html 2.36Кб
8. Print Series Horizontally.mp4 4.66Мб
8. Print Series Horizontally.srt 2.88Кб
8. Student Grade Calculator.mp4 4.98Мб
8. Student Grade Calculator.srt 1.96Кб
9.1 SMS_list.py 1.38Кб
9.1 sum_of_n_integers.py 200б
9.1 weekdayname.py 407б
9. Account Class Final Source Code.html 2.38Кб
9. Arithmetic Operators and their Associativity.mp4 9.94Мб
9. Arithmetic Operators and their Associativity.srt 5.95Кб
9. Student Management System (Revisited).mp4 15.31Мб
9. Student Management System (Revisited).srt 4.86Кб
9. Sum of First N Numbers.mp4 6.41Мб
9. Sum of First N Numbers.srt 3.55Кб
9. Weekday Name.mp4 5.73Мб
9. Weekday Name.srt 2.67Кб
Torrent downloaded from 1337x.to.txt 100б
Torrent downloaded from Demonoid.is.txt 112б
Torrent downloaded from ettvcentral.com.txt 110б
Статистика распространения по странам
Австрия (AT) 1
Нидерланды (NL) 1
Словения (SI) 1
Италия (IT) 1
Всего 4
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент