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
[FTUForum.com] [UDEMY] Mastery In Python - For Beginners From Zero To Hero ! [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
• This course is meant for absolute beginners in programming or in python. No prior knowledge about any programming language.
Course content
all 34 lectures 05:20:17
Requirements
• No Prior knowledge needed
Description
What is Python?
Python is a popular programming language. It was created in 1991 by "Guido van Rossum".
It is used for:
1. web development (server-side),
2. software development,
3. mathematics purpose,
4. system scripting.
What can Python do?
1. Can be used alongside software to create workflows.
2. Can be used on a server to create web applications.
3. can connect to database systems. It can also read and modify files.
4. Can be used to handle big data and perform complex mathematics.
5. Can be used for rapid prototyping, or for production-ready software development.
Why Python?
1. it works on different platforms (Windows, Mac, Linux, etc).
2. Has a simple syntax similar to the English language.
3. Has syntax that allows developers to write programs with fewer lines than some other programming languages.
4. Runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
5. Can be treated in a procedural way, an object-orientated way or a functional way.
Good to know
• The most recent major version of Python is Python 3, which we shall be using in this tutorial.
• In this tutorial Python will be written in a text editor. It is possible to write Python in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files.
Python Syntax compared to other programming languages
• Designed to for readability, and has some similarities to the English language with influence from mathematics.
• Uses new lines to complete a command, as opposed to other programming languages which often use semicolons or parentheses.
• Relies on indentation, using whitespace, to define scope; such as the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose.
Thanks,
Arun Ammasai
Who this course is for:
• Beginners who wants to learn Python.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
0. Websites you may like/How you can help Team-FTU.txt
237 B
1. Introduction/1. Introduction.mp4
21.9 MB
1. Introduction/1. Introduction.vtt
2.5 KB
1. Introduction/2. What will you learn in this course.mp4
65.9 MB
1. Introduction/2. What will you learn in this course.vtt
8.5 KB
1. Introduction/3. How can you introduce yourself to the course community.mp4
23.1 MB
1. Introduction/3. How can you introduce yourself to the course community.vtt
1.8 KB
2. Python Introduction and Setup/1. Introduction and Setup your local environment.mp4
64.1 MB
2. Python Introduction and Setup/1. Introduction and Setup your local environment.vtt
6.3 KB
2. Python Introduction and Setup/2. Python IDE - Integrated Development Environment [IDLE].mp4
46.9 MB
2. Python Introduction and Setup/2. Python IDE - Integrated Development Environment [IDLE].vtt
6.8 KB
3. Python - String and Math Module/1. Python - Working With Variables.mp4
45.6 MB
3. Python - String and Math Module/1. Python - Working With Variables.vtt
6.4 KB
3. Python - String and Math Module/2. Python - Working with Math Module Part1.mp4
65.9 MB
3. Python - String and Math Module/2. Python - Working with Math Module Part1.vtt
8.9 KB
3. Python - String and Math Module/3. Python - Working with Math Module Part2.mp4
103.3 MB
3. Python - String and Math Module/3. Python - Working with Math Module Part2.vtt
10.7 KB
3. Python - String and Math Module/4. Python - Working with String Module Part1.mp4
109.5 MB
3. Python - String and Math Module/4. Python - Working with String Module Part1.vtt
8.4 KB
3. Python - String and Math Module/5. Python - Working with String Module Part2 - String Formatter.mp4
47.8 MB
3. Python - String and Math Module/5. Python - Working with String Module Part2 - String Formatter.vtt
5.3 KB
3. Python - String and Math Module/6. Python - Working with String Module Part3 - String methods.mp4
91 MB
3. Python - String and Math Module/6. Python - Working with String Module Part3 - String methods.vtt
9.2 KB
3. Python - String and Math Module/7. Python - Working with String Module Part4 - String Slicer Methods.mp4
58.8 MB
3. Python - String and Math Module/7. Python - Working with String Module Part4 - String Slicer Methods.vtt
9.5 KB
3. Python - String and Math Module/8. Python - Working with String Module Part4 - String Slicer Example.mp4
76.4 MB
3. Python - String and Math Module/8. Python - Working with String Module Part4 - String Slicer Example.vtt
9.7 KB
4. Python - Boolean , Logical and Conditional Operators/1. Python - Boolean's and Comparison.mp4
58.9 MB
4. Python - Boolean , Logical and Conditional Operators/1. Python - Boolean's and Comparison.vtt
7.7 KB
4. Python - Boolean , Logical and Conditional Operators/2. Python - Logical and Conditional Operators.mp4
102.8 MB
4. Python - Boolean , Logical and Conditional Operators/2. Python - Logical and Conditional Operators.vtt
12 KB
5. Python - Working with List Collections/1. Python - Playing with List Part1.mp4
111.4 MB
5. Python - Working with List Collections/1. Python - Playing with List Part1.vtt
12.9 KB
5. Python - Working with List Collections/2. Python - Playing with List Part2.mp4
71.4 MB
5. Python - Working with List Collections/2. Python - Playing with List Part2.vtt
8.9 KB
5. Python - Working with List Collections/3. Python - Playing with List Part3.mp4
65.2 MB
5. Python - Working with List Collections/3. Python - Playing with List Part3.vtt
6.4 KB
5. Python - Working with List Collections/4. Python - Playing with List Part4.mp4
87.5 MB
5. Python - Working with List Collections/4. Python - Playing with List Part4.vtt
8.3 KB
5. Python - Working with List Collections/5. Python - Playing with Tuple's.mp4
46.3 MB
5. Python - Working with List Collections/5. Python - Playing with Tuple's.vtt
5.7 KB
5. Python - Working with List Collections/vz
0 B
6. Python - Dictionaries in Python/1. Python - Working with Dictionaries Part1.mp4
47.1 MB
6. Python - Dictionaries in Python/1. Python - Working with Dictionaries Part1.vtt
8.2 KB
6. Python - Dictionaries in Python/2. Python - Working with Dictionaries Part2.mp4
125.6 MB
6. Python - Dictionaries in Python/2. Python - Working with Dictionaries Part2.vtt
13.6 KB
7. Python - Looping/1. Python - Working with While Loop.mp4
80.4 MB
7. Python - Looping/1. Python - Working with While Loop.vtt
14.1 KB
7. Python - Looping/2. Python - Working with For Loop Part1.mp4
91.1 MB
7. Python - Looping/2. Python - Working with For Loop Part1.vtt
10.1 KB
7. Python - Looping/3. Python - Working with For Loop Part2.mp4
78 MB
7. Python - Looping/3. Python - Working with For Loop Part2.vtt
5.8 KB
7. Python - Looping/4. Python - Working with List Comprehensions.mp4
107.9 MB
7. Python - Looping/4. Python - Working with List Comprehensions.vtt
7.7 KB
8. Python - Methods or Functions/1. Python - Working with Function Part1.mp4
46.9 MB
8. Python - Methods or Functions/1. Python - Working with Function Part1.vtt
6.3 KB
8. Python - Methods or Functions/2. Python - Working with Function Part2.mp4
142.3 MB
8. Python - Methods or Functions/2. Python - Working with Function Part2.vtt
10.1 KB
8. Python - Methods or Functions/3. Python - Working with Function Part3.mp4
81.9 MB
8. Python - Methods or Functions/3. Python - Working with Function Part3.vtt
4.5 KB
8. Python - Methods or Functions/4. Python - Working with Function Part4.mp4
100.6 MB
8. Python - Methods or Functions/4. Python - Working with Function Part4.vtt
10.2 KB
9. Python - Class and OOPS/1. Python - Class Introduction Part1.mp4
50.3 MB
9. Python - Class and OOPS/1. Python - Class Introduction Part1.vtt
5.7 KB
9. Python - Class and OOPS/2. Python - Class Introduction Part2.mp4
104.3 MB
9. Python - Class and OOPS/2. Python - Class Introduction Part2.vtt
11.4 KB
9. Python - Class and OOPS/3. Python - Working with OOPS Concept Part1.mp4
77.1 MB
9. Python - Class and OOPS/3. Python - Working with OOPS Concept Part1.vtt
10.5 KB
9. Python - Class and OOPS/4. Python - Working with OOPS Concept Part2.mp4
78.2 MB
9. Python - Class and OOPS/4. Python - Working with OOPS Concept Part2.vtt