17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Python Programming - Basics, Multithreading, OOP And NumPy
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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)
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/2. Handling exceptions.srt
7.8 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/5. Defining our own exceptions.srt
7.1 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/6. List of exceptions.html
43 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/10. Exceptions and Errors/7. Using the with keyword.srt
6.6 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/11. Multithreading Theory/1. What are processes and threads.srt
8 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/1. Creating and starting threads.srt
9.2 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/10. Why to use synchronization.srt
8.5 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/11. Synchronization with locks.srt
7.5 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/13. Using RLocks.srt
7.8 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/12. Multithreading Implementations/14. What are deadlocks and livelocks.srt
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/4. Python Basics/9. How to use multiple conditions.srt
9.9 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/1. What are functions.srt
5.7 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/10. What are the most relevant built-in functions.srt
5.6 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/11. What is recursion.srt
11.7 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/12. Exercise recursion.html
330 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/13. Solution recursion.html
509 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/16. Functions Quiz.html
155 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/2. Defining functions.srt
6.9 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/3. Positional arguments and keyword arguments.srt
13 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/4. Returning values.srt
2.9 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/6. Exercise functions.html
385 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/7. Solution functions.html
281 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/8. Yield operator.srt
6.5 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/5. Functions in Python/9. Local and global variables.srt
2.6 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/1. How to measure the running time of algorithms.srt
14 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/10. Solution list comprehension.html
699 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/11. Measuring running time of lists.html
1.2 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/13. Mutability and immutability.srt
6 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/14. What are linked list data structures.srt
11.6 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/15. Doubly linked list implementation in Python.srt
6.7 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/16. Hashing and O(1) running time complexity.srt
11.2 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/17. Dictionaries in Python.srt
12.1 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/18. Sets in Python.srt
11.1 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/21. Sorting.srt
13 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/3. What are array data structures I.srt
9 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/4. What are array data structures II.srt
9.5 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/5. Lists in Python.srt
7 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/6. Lists in Python - advanced operations.srt
9.8 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/7. Lists in Python - list comprehension.srt
7.1 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/8. (!!!) Python lists and arrays.html
631 B
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/6. Data Structures in Python/9. Exercise list comprehension.html
1.2 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/11. What is polymorphism.srt
5.8 KB
[TutsNode.com] - Python Programming - Basics, Multithreading, OOP and NumPy/7. Object Oriented Programming (OOP)/12. Polymorphism and abstraction example.srt