23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
A Gentle Introduction To Python Programming
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Python programming made easy and taught step by step. Learn by doing as you go from basics to advanced concepts
What you’ll learn
•Learn with Python Guru and get your Basics Right •Program using the basics of Python 3 •Get a good grip of concepts in Python such as complex types, control flow, boolean type and many more
Requirements
•We assume you have some basic knowledge of programming. •Some knowledge of command line and any text editor
Description
Overview Python is a programming language that can be used for a wide variety of purposes, from simple user scripts to web servers and complex APIs. It has a simple, highly readable syntax, which makes it a suitable language for people who want to learn how to write programs. What you will learn We will begin the course by installing the Python 3 interpreter. We will look at how to run the interpreter in the command line, as well as how to execute our Python source files. After that, we will learn about how to manipulate some basic data types. We will learn about how to use Python to do simple arithmetic. Then, we will learn about working with words and characters, using a data type known as the “string”. We will also cover the Boolean type, which is a representation of True and False inside of a programming language. Then we will move on to more complex types. First, we will look at how we can organize data into a list. We will look at how to create lists, how to access elements inside them, and how to modify the contents of a list. Then, we will look at the dictionary type, which allows us to create mappings. For example, a dictionary could map account numbers to client names. We will then move on to the control flow. Control flow refers to the sequence in which a program’s Statements are executed. We will look at the if statement, which allows the script to decide whether or not to execute a block of code based on some condition. We will also look at looping. Looping refers to repeatedly executing a block of code until some condition is met. Functions will also be covered, which will allow us to organize code into simple, reusable pieces. Then, we will learn about errors and how to handle them properly so that they do not halt the execution of the script. Finally, we will end the course with three practical coding exercises. These exercises will ask for user input, validate the user input, and display a result in the command line. In cases of invalid input, meaningful error messages will always be displayed to the user. The first exercise will involve asking the user for the length, width, and height for a rectangular box. The program will then calculate and display the box’s volume. The second exercise will calculate the sum of all multiples of a list of numbers up to 1000. The last exercise will ask the user for a length and a width and display a multiplication table with the given dimensions. Prerequisites Using the command line: In order to execute our coding examples, we will need to use the command line. In Windows, this is the Command Prompt, and in macOS, this is the Terminal. For the purposes of this course, students only need to know how to change directories inside the command line. Everything else can be learned by watching the videos. Python 3: This course uses Python 3, which has some significant differences from Python 2. The first video of the course will demonstrate how to install Python 3, and how to run it in the command line. Notepad++ ( Recommended ) : Notepad++ is a free, open-source text editor. Although JavaScript and HTML can be written using any text editor, Notepad++ is highly recommended because of features such as syntax highlighting and auto-complete.
Who this course is for:
•Beginners and advanced level developers who want to learn Python Programming •This course is not for you if you want to learn advance Python 3 •This course is for newbies who are not familiar with Python 3 and for those who want to polish their Python 3 knowledge
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Introduction/1. Introduction.mp4
22.4 MB
1. Introduction/Must Read.txt
540 B
2. Basic Setup/1. Course Overview.mp4
12.4 MB
2. Basic Setup/2. Setting up Python.mp4
25.4 MB
3. Variables and Basic Data Types/1. Numbers.mp4
25.4 MB
3. Variables and Basic Data Types/2. Variables and Order of Operation.mp4
29.4 MB
3. Variables and Basic Data Types/3. Strings Part 1.mp4
26.8 MB
3. Variables and Basic Data Types/4. Strings Part 2.mp4
29 MB
3. Variables and Basic Data Types/5. String Method and Formatting Part 1.mp4
24.2 MB
3. Variables and Basic Data Types/6. String Method and Formatting Part 2.mp4
26.2 MB
3. Variables and Basic Data Types/7. Booleans.mp4
27.7 MB
3. Variables and Basic Data Types/ReadMe.txt
538 B
4. Complex Data Types/1. Tuples in Python.mp4
21.9 MB
4. Complex Data Types/2. Lists in Python.mp4
21.4 MB
4. Complex Data Types/3. Dictionaries in Python.mp4
25.2 MB
4. Complex Data Types/4. Python Objects.mp4
29.7 MB
5. Control Flow/1. Python if Statement Part 1.mp4
19.9 MB
5. Control Flow/2. Python if Statement Part 2.mp4
16.5 MB
5. Control Flow/3. for loop in Python.mp4
21.1 MB
5. Control Flow/4. Python while loop.mp4
20.2 MB
5. Control Flow/5. Functions in Python Part 1.mp4
25.3 MB
5. Control Flow/6. Functions in Python Part 2.mp4
24.9 MB
5. Control Flow/7. Exceptions in Python Part 1.mp4
27.3 MB
5. Control Flow/8. Exceptions in Python Part 2.mp4
45.1 MB
6. Basic Programming Exercises/1. Volume Calculator in Python.mp4
58.5 MB
6. Basic Programming Exercises/2. Sum of Multiples in Python.mp4
65.8 MB
6. Basic Programming Exercises/3. Multiplication Table in Python.mp4