Details for this torrent 

Udemy - Python Programming Basics, Multithreading, OOP and NumPy
Type:
Other > Other
Files:
403
Size:
2.88 GiB (3092263951 Bytes)
Uploaded:
2021-01-14 13:19:53 GMT
By:
tuts756
Seeders:
2
Leechers:
1
Comments
0  

Info Hash:
817B43CC3B5D258FE8978D8C0647CE51B4784F92




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

Join us and become a Python Programmer, learn one of most requested skills of 2021!

This course is about the fundamental basics of Python programming language. Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of Python, this course is for you! You can learn about the hardest topics in programming: memory management, multithreading and object-oriented programming. So these are the topics you will learn about:

1.) Basics of Python

    installing Python and the integrated development environment (IDE)
    basic operations
    conditional statements
    loops

2.) Functions

    what are functions in Python
    positional and keyword arguments
    return and yield
    recursion

3.) Data Structures

    how to measure the performance of data structures?
    data structures introduction
    lists
    tuples
    dictionaries and sets

4.) Object-Oriented Programing (OOP)

    what is the advantages and disadvantages of OOP?
    classes and objects
    constructors
    inheritance
    polymorphism

5.) Memory Management

    stack memory and heap memory
    memory management in Python

6.) Handling Files (I/O)

    read files and write files

7.) Exceptions

    exceptions and errors
    how to deal with exception
    try-except-finally blocks

8.) Multithreading and Concurrent Programming

    what are threads and processes?
    synchronization
    locks
    deadlocks and livelocks
    inter-thread communication

9.) Parallel Programming

    multithreading and parallel programming
    what is the Global Interpreter Lock (GIL)?

10.) Lambda Expressions

    what is functional programming?
    why to learn lambda expressions?
    anonymous functions
    filter
    map
    reduce

11.) NumPy

    real array data structures in Python
    lists and arrays comparison
    NumPy fundamentals

You will get lifetime access to 110+ lectures plus slides and source codes for the lectures!

This course comes with a 30 day money back guarantee! If you are not satisfied in any way, you’ll get your money back.

So what are you waiting for? Learn Python in a way that will advance your career and increase your knowledge, all in a fun and practical way!
Who this course is for:

    Students or beginners with no previous programming experience looking to obtain the skills to get their first programming job
    If you are an expert Python programmer with decades of programming experience, then this course is not for you

Requirements

    Working computer and internet – setup and installation instructions are included for each platform (Mac and Windows)

Last Updated 12/2020

[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/14. Parallel Computing/1. Multithreading vs parallel programming.mp481.46 MiB
TutsNode.com.txt63 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/1.1 python_programming_slides.pptx522.63 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/1. Introduction/1. Introduction.srt2.91 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/3.1 python_programming.zip28.15 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/2. Dining philosophers problems II - constants.srt2.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/3. Environment Setup/1. Installing PyCharm and Python on Windows.html901 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/3. Environment Setup/2. Installing PyCharm and Python on Mac.html901 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/6. List of exceptions.html42.98 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/1. How to measure the running time of algorithms.srt14.01 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/9. Reduce.srt14.01 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/21. Sorting.srt13 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/3. Positional arguments and keyword arguments.srt12.98 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/3. Booleans.srt2.43 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/17. Inter-thread communication - event objects.srt12.11 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/3. Dimension of arrays.srt12.07 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/17. Dictionaries in Python.srt12.07 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/5. Dining philosophers problems V - running the simulation.srt11.94 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/11. What is recursion.srt11.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/14. What are linked list data structures.srt11.65 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/16. Hashing and O(1) running time complexity.srt11.19 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/18. Sets in Python.srt11.12 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/14. Parallel Computing/1. Multithreading vs parallel programming.srt10.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/4. Indexes and slicing.srt10.24 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/17. Comparing objects - overriding functions.srt10.17 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/16. Semaphores example.srt10.16 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/10. Exercise conditional statements.html751 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/11. Solution conditional statements.html43 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/8. Daemon threads.srt10.13 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/18. What are thread pools.srt10.06 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/6. Call by reference and value.srt9.93 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/9. How to use multiple conditions.srt9.92 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/6. Reshape.srt9.91 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/19. Thread pools and return values.srt9.86 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/15. Exercise calculating the average.html301 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/16. Solution calculating the average.html273 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/4. Strings.srt9.78 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/6. Lists in Python - advanced operations.srt9.77 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/2. Creating and updating arrays.srt9.57 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/4. What are array data structures II.srt9.54 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.srt9.38 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/1. Creating and starting threads.srt9.19 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/3. What are array data structures I.srt9 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/8. Map.srt8.67 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/21. Exercise Fibonacci-numbers.html281 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/22. Solution Fibonacci-numbers.html643 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/23. Python Basics Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/10. Why to use synchronization.srt8.46 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/9. Stacking and merging arrays.srt8.38 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/2. Stack memory and heap memory simulation.srt8.34 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/5. String slicing.srt8.32 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/3. Garbage collection and reference counting.srt8.29 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/14. What are deadlocks and livelocks.srt8.01 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/1. What are processes and threads.srt7.99 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/4. Returning values.srt2.93 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/2. Handling exceptions.srt7.8 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/13. Using RLocks.srt7.8 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/6. Exercise functions.html385 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/7. Solution functions.html281 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/13. Loops - for loop.srt7.69 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.srt7.68 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/2. Lambda expressions basics.srt7.66 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/9. Local and global variables.srt2.64 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/15. Modules.srt7.63 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/11. Synchronization with locks.srt7.51 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/3. Using the constructor.srt7.49 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/1. First steps in Python.srt7.36 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/12. Exercise recursion.html33 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/13. Solution recursion.html509 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/5. Defining our own exceptions.srt7.11 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/7. Lists in Python - list comprehension.srt7.1 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/5. Lists in Python.srt6.98 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/7. Filter.srt6.95 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/16. Functions Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/2. Defining functions.srt6.9 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/19. Break and continue.srt6.85 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/15. Doubly linked list implementation in Python.srt6.73 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/7. Operators.srt6.58 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/7. Using the with keyword.srt6.55 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/12. Polymorphism and abstraction example.srt6.5 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/1. Reading and processing files.srt6.47 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/8. Yield operator.srt6.45 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/2. What are the basic data types.srt6.4 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/2. Processing files - example #1.srt6.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/13. Mutability and immutability.srt6.04 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/11. What is polymorphism.srt5.84 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/3. Processing files - example #2.srt5.83 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/5. Types.srt5.82 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/8. (!!!) Python lists and arrays.html631 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/9. Exercise list comprehension.html1.17 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/10. Solution list comprehension.html699 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/11. Measuring running time of lists.html1.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/1. What are functions.srt5.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/1. What is the key advantage of NumPy.srt5.68 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/7. Private variables and name mangling.srt5.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/1. What is functional programming.srt5.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/10. What are the most relevant built-in functions.srt5.58 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/9. The super keyword.srt5.51 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/6. Lambda functions within standard functions.srt5.42 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/4. Class variables and instance variables.srt5.39 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/14. Loops - while loop.srt5.38 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/3. Joining threads.srt5.31 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/6. Type casting.srt5.3 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/2. Why to Learn Python Programming Language/1. Why to learn Python.srt5.26 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/14. Local vs global variables.srt5.24 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/8. Conditional statements.srt5.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/19. Exercise constructing dictionaries.html493 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/20. Solution constructing dictionaries.html362 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/2. Creating threads with inheritance.srt5.17 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/15. What are semaphores.srt5.11 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/22. Data Structures Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/12. What are tuples.srt5 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/18. Enumerate.srt4.86 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/9. Memory management of threads.srt4.82 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/10. Filter.srt4.77 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/5. The == and the is operators.srt4.68 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/3. Handling exceptions II.srt4.67 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/8. What is inheritance in OOP.srt4.63 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/3. Positional arguments and keyword arguments.srt4.61 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/5. Exercise constructing classes.html55 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/6. Solution constructing classes.html43 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/15. The __main__ function.srt4.55 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/4. Create new files and update contenct.srt4.51 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/2. Data structures introduction.srt4.47 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/1. What are stack and heap memory.srt4.45 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/12. Logical operators.srt4.4 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/5. Threads and processes revisited.html4.16 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/4. Anonymous functions.srt4.11 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/4. Handling parameters.srt4.1 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/14. Parallel Computing/2. What is the Global Interpreter Lock (GIL).srt4.04 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/16. The __str__ function.srt3.87 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/4. Raise exceptions.srt3.85 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/5. Returning multiple values.srt3.71 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/13. Exercise abstraction.html584 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/14. Solution abstraction.html714 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/2. The time-slicing algorithm.srt3.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/4. Downside of multithreading.srt3.54 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/2. Class and objects basics.srt3.47 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/5. Immediately invoked function expression (IIFE).srt3.46 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/4. Revisiting the types of variables.srt3.44 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/17. What are nested loops.srt3.41 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/18. Object Oriented Programming Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.srt3.33 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/20. Calculating Fibonacci-numbers.srt3.29 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/1. What is object oriented programming (OOP).srt3.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/10. Function (method) override.srt3.08 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/3. Benefits of multithreading.srt3.07 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/1. What are exceptions and errors.srt2.41 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/12. What are re-entrant locks.html1.33 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/11. Running time comparison arrays and lists.html1.31 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/7. Solution multithreading.html877 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/20. Exercise thread pools.html687 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/5. Exercise handling files.html619 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/6. Exercise multithreading.html611 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/7. Memory Management Quiz.html155 B
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/10. Exercise lambda expressions.html577 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/6. Solution handling files.html514 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/21. Solution thread pools.html439 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/7. Exercise reshape problem.html368 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/11. Solution lambda expressions.html216 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/8. Solution reshape problem.html208 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/8. Exceptions and Errors Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/5. Multithreading Theory Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/22. Multithreading Implementation Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/14. Parallel Computing/3. Parallel Computing Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/12. Lambda Expressions Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/12. NumPy Quiz.html155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/2. Download slides as PDF.html47 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/3. Download source code.html45 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/1. Download slides.html4 B
.pad/0168.8 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/5. Dining philosophers problems V - running the simulation.mp477.31 MiB
.pad/1704.4 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/17. Inter-thread communication - event objects.mp459.74 MiB
.pad/2270.3 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp452.13 MiB
.pad/3886.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/21. Sorting.mp450.59 MiB
.pad/4418.99 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/18. Sets in Python.mp447.16 MiB
.pad/5858.54 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/8. Daemon threads.mp446.34 MiB
.pad/6673.16 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/9. Reduce.mp446.3 MiB
.pad/7716.86 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/3. Positional arguments and keyword arguments.mp446.13 MiB
.pad/8891.89 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/18. What are thread pools.mp446.01 MiB
.pad/91016.43 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/16. Semaphores example.mp443.98 MiB
.pad/1021.35 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/1. Creating and starting threads.mp441.1 MiB
.pad/11920.83 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/17. Comparing objects - overriding functions.mp440.21 MiB
.pad/12813.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/19. Thread pools and return values.mp439.76 MiB
.pad/13242.35 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/6. Lists in Python - advanced operations.mp439.32 MiB
.pad/14696.02 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/17. Dictionaries in Python.mp438.5 MiB
.pad/15507.4 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/1. How to measure the running time of algorithms.mp437.31 MiB
.pad/16704.21 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/6. Call by reference and value.mp436.49 MiB
.pad/17520.39 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/3. Dimension of arrays.mp436.27 MiB
.pad/18746.75 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/11. Synchronization with locks.mp436.14 MiB
.pad/19876.23 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/5. Defining our own exceptions.mp435.44 MiB
.pad/20568.93 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp435.39 MiB
.pad/21626.5 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/11. What is recursion.mp435.3 MiB
.pad/22717.51 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/14. What are linked list data structures.mp434.51 MiB
.pad/23501.61 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/8. Map.mp434.36 MiB
.pad/24660.21 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/6. Reshape.mp433.85 MiB
.pad/25150.54 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/2. Creating and updating arrays.mp433.77 MiB
.pad/26234.71 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/3. Using the constructor.mp433.6 MiB
.pad/27408.19 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/12. Polymorphism and abstraction example.mp433.28 MiB
.pad/28741.05 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/13. Using RLocks.mp432.88 MiB
.pad/29118.72 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/4. Indexes and slicing.mp431.52 MiB
.pad/30491.65 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/9. How to use multiple conditions.mp431.41 MiB
.pad/31602.43 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/10. Why to use synchronization.mp431.25 MiB
.pad/32770.07 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/2. Handling exceptions.mp431.21 MiB
.pad/33804.58 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/16. Hashing and O(1) running time complexity.mp431.02 MiB
.pad/341005.34 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/4. Class variables and instance variables.mp431.01 MiB
.pad/351009.59 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/14. What are deadlocks and livelocks.mp430.94 MiB
.pad/3657.8 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/1. What are processes and threads.mp429.44 MiB
.pad/37575.05 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/3. Garbage collection and reference counting.mp428.87 MiB
.pad/38129.21 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/4. Strings.mp428.16 MiB
.pad/39860.77 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/9. Stacking and merging arrays.mp427.7 MiB
.pad/40308.87 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/2. Creating threads with inheritance.mp426.79 MiB
.pad/41216.79 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/7. Filter.mp425.95 MiB
.pad/4246.66 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/2. Lambda expressions basics.mp425.6 MiB
.pad/43406.14 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/5. String slicing.mp425.09 MiB
.pad/44934.25 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/3. What are array data structures I.mp425.01 MiB
.pad/451015.39 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/4. What are array data structures II.mp424.96 MiB
.pad/4645.76 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/15. Doubly linked list implementation in Python.mp424.47 MiB
.pad/47538.08 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/7. Using the with keyword.mp424.3 MiB
.pad/48714.03 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/2. Stack memory and heap memory simulation.mp423.99 MiB
.pad/498.49 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/3. Joining threads.mp423.29 MiB
.pad/50727.09 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/7. Lists in Python - list comprehension.mp422.89 MiB
.pad/51115.44 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/9. Memory management of threads.mp421.92 MiB
.pad/5283.13 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/15. Modules.mp421.8 MiB
.pad/53201.42 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/5. Lists in Python.mp421.75 MiB
.pad/54259.63 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/9. The super keyword.mp421.24 MiB
.pad/55780.66 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/11. What is polymorphism.mp421.17 MiB
.pad/56845.58 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/7. Operators.mp420.63 MiB
.pad/57377.84 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/19. Break and continue.mp420.44 MiB
.pad/58574.85 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/2. Processing files - example #1.mp420.06 MiB
.pad/59962.66 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/6. Lambda functions within standard functions.mp419.8 MiB
.pad/60209.46 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/3. Processing files - example #2.mp419.56 MiB
.pad/61449.5 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/5. Types.mp419.3 MiB
.pad/62716.34 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/7. Private variables and name mangling.mp419.14 MiB
.pad/63877.7 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/13. Loops - for loop.mp418.96 MiB
.pad/6443.53 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/2. Defining functions.mp418.86 MiB
.pad/65138.71 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/1. What is functional programming.mp418.84 MiB
.pad/66168.45 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/1. Reading and processing files.mp418.66 MiB
.pad/67343.33 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/4. Anonymous functions.mp418.63 MiB
.pad/68381.72 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/13. Mutability and immutability.mp418.5 MiB
.pad/69513.1 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/8. Yield operator.mp418.29 MiB
.pad/70722.66 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/10. Function (method) override.mp418.18 MiB
.pad/71842.39 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/8. What is inheritance in OOP.mp418.04 MiB
.pad/72987.19 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/8. Conditional statements.mp417.82 MiB
.pad/73184.86 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/2. Why to Learn Python Programming Language/1. Why to learn Python.mp417.81 MiB
.pad/74195.83 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/15. What are semaphores.mp417.77 MiB
.pad/75234.96 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/12. Logical operators.mp417.59 MiB
.pad/76422.63 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/3. Handling exceptions II.mp417.54 MiB
.pad/77465.93 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/4. Handling parameters.mp417.32 MiB
.pad/78694.71 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/1. What are functions.mp417.3 MiB
.pad/79713.32 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/1. What is the key advantage of NumPy.mp417.18 MiB
.pad/80837.89 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/6. Type casting.mp416.76 MiB
.pad/81249.75 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/14. Parallel Computing/2. What is the Global Interpreter Lock (GIL).mp415.91 MiB
.pad/8289.72 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/2. What are the basic data types.mp415.71 MiB
.pad/83298.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/16. The __str__ function.mp415.68 MiB
.pad/84329.17 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/5. The == and the is operators.mp415.58 MiB
.pad/85428.83 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/10. What are the most relevant built-in functions.mp415.38 MiB
.pad/86629.9 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/16. NumPy - Python's #1 Library/10. Filter.mp415.26 MiB
.pad/87761.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/18. Enumerate.mp415.14 MiB
.pad/88877.01 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/14. Local vs global variables.mp415.03 MiB
.pad/89995.68 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/15. The __main__ function.mp414.82 MiB
.pad/90189.42 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/12. What are tuples.mp414.74 MiB
.pad/91269.14 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/14. Loops - while loop.mp414.42 MiB
.pad/92594.95 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/4. Raise exceptions.mp414.33 MiB
.pad/93686.16 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/3. Positional arguments and keyword arguments.mp413.96 MiB
.pad/9436.31 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/9. Handling Files (IO)/4. Create new files and update contenct.mp413.92 MiB
.pad/9578.07 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/2. Data structures introduction.mp413.85 MiB
.pad/96153.93 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/1. First steps in Python.mp413.68 MiB
.pad/97323.21 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/1. Introduction/1. Introduction.mp413.31 MiB
.pad/98706.26 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/17. What are nested loops.mp413.17 MiB
.pad/99845.03 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/1. What is object oriented programming (OOP).mp412.51 MiB
.pad/100500.28 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/4. Revisiting the types of variables.mp412.18 MiB
.pad/101836.82 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/5. Returning multiple values.mp412.17 MiB
.pad/102851.53 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/2. The time-slicing algorithm.mp412.08 MiB
.pad/103938.47 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/3. Benefits of multithreading.mp411.27 MiB
.pad/104747.04 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/4. Downside of multithreading.mp411.24 MiB
.pad/105783.22 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/15. Lambda Expressions/5. Immediately invoked function expression (IIFE).mp410.89 MiB
.pad/106111.55 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/8. Memory Management/1. What are stack and heap memory.mp410.88 MiB
.pad/107122.59 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/2. Class and objects basics.mp410.49 MiB
.pad/108522.95 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.mp49.92 MiB
.pad/10979.77 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/13. Multithreading Example - Dining Philosophers Problem/2. Dining philosophers problems II - constants.mp49.58 MiB
.pad/110424.98 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/1. What are exceptions and errors.mp48.9 MiB
.pad/111101.62 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/9. Local and global variables.mp48.9 MiB
.pad/112104.88 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/20. Calculating Fibonacci-numbers.mp48.39 MiB
.pad/113620.71 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/4. Returning values.mp48.14 MiB
.pad/114881.54 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/3. Booleans.mp46.79 MiB
.pad/115219.83 KiB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/17. COURSE MATERIALS (DOWNLOADS)/2.1 python_programming_pdf.pdf1.01 MiB