TorBT - Torrents and Magnet Links Search Engine

Hands-On Python Programming with Raspberry Pi 2023

File Name
Size
1. INTRODUCTION/1. Introduction to Python.mp4
56 MB
1. INTRODUCTION/2. Usage of Python & its Features.mp4
21 MB
1. INTRODUCTION/3. Hardware Requirements.mp4
14 MB
1. INTRODUCTION/4. Document - Hardware & Software Requirement Lists.html
2.8 kB
10. REAL-TIME PROJECT DEVELOPMENT/3. Mini Project-2.mp4
108 MB
10. REAL-TIME PROJECT DEVELOPMENT/5. Summary.mp4
34 MB
10. REAL-TIME PROJECT DEVELOPMENT/1. Mini Project-1.mp4
30 MB
10. REAL-TIME PROJECT DEVELOPMENT/4. CODE - Mini Project-2.html
3.1 kB
10. REAL-TIME PROJECT DEVELOPMENT/4.2 miniProject2-copy.py
2.2 kB
10. REAL-TIME PROJECT DEVELOPMENT/4.1 L117 - CODE - Mini Project-2.py
2.2 kB
10. REAL-TIME PROJECT DEVELOPMENT/2. CODE - Mini Project-1.html
1.5 kB
10. REAL-TIME PROJECT DEVELOPMENT/2.2 miniProject1.py
958 B
10. REAL-TIME PROJECT DEVELOPMENT/2.1 L115 - CODE - miniProject1.py
958 B
10. REAL-TIME PROJECT DEVELOPMENT/7. Write a code for 2-Dimentional Matrix which prints 1 to 100 and highlights the prime numbers..html
148 B
10. REAL-TIME PROJECT DEVELOPMENT/6. Write a python code to create a tik-tok-toe game which can be played on the terminal..html
148 B
2. GETTING STARTED WITH RASPBERRY PI/3. Setting up the Raspberry Pi Computer.mp4
147 MB
2. GETTING STARTED WITH RASPBERRY PI/2. Setting Up The Operating System of Raspberry Pi.mp4
102 MB
2. GETTING STARTED WITH RASPBERRY PI/10. Accessing Raspberry Pi GUI without Monitor.mp4
57 MB
2. GETTING STARTED WITH RASPBERRY PI/14. Thonny Installation on Windows, Mac & Linux.mp4
47 MB
2. GETTING STARTED WITH RASPBERRY PI/11. Official Python Installation.mp4
46 MB
2. GETTING STARTED WITH RASPBERRY PI/5. Detecting the IP address of the Raspberry Pi.mp4
38 MB
2. GETTING STARTED WITH RASPBERRY PI/1. Introduction to Raspberry Pi.mp4
37 MB
2. GETTING STARTED WITH RASPBERRY PI/6. Getting to Know about SSH & Putty.mp4
27 MB
2. GETTING STARTED WITH RASPBERRY PI/4. Introduction to IP Scanner tool.mp4
27 MB
2. GETTING STARTED WITH RASPBERRY PI/9. Understanding VNC.mp4
26 MB
2. GETTING STARTED WITH RASPBERRY PI/12. Alternative IDE for Development.mp4
21 MB
2. GETTING STARTED WITH RASPBERRY PI/7. Downloading and Installing Putty.mp4
20 MB
2. GETTING STARTED WITH RASPBERRY PI/13. Thonny Installation in Raspberry Pi 4.mp4
20 MB
2. GETTING STARTED WITH RASPBERRY PI/8. Accessing Raspberry Pi Terminal using Putty.mp4
17 MB
2. GETTING STARTED WITH RASPBERRY PI/16. Write a python program to display the variety of Indian greetings..html
148 B
2. GETTING STARTED WITH RASPBERRY PI/15. Write a python program to print your name..html
148 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/11. Getting Started with Strings Methods.mp4
32 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/9. Getting started with Strings.mp4
31 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/6. Data Type in Python.mp4
25 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/2. Variable, Constant & Literals [Part1].mp4
21 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/7. Numbers in Python.mp4
18 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/4. Variable, Constant & Literals [Part2].mp4
14 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/1. Understanding Syntax and the first program.mp4
13 MB
3. GETTING STARTED WITH PYTHON PROGRAMMING/12. CODE - Getting started with Strings Methods.html
1.1 kB
3. GETTING STARTED WITH PYTHON PROGRAMMING/12.1 L30 - CODE - Getting Started with Strings Methods.py
1.0 kB
3. GETTING STARTED WITH PYTHON PROGRAMMING/10. CODE - Getting started with Strings.html
876 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/8. CODE - Numbers in Python.html
660 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/10.1 L28 - CODE - Getting Started with Strings.py
652 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/3. CODE - Variable, Constant & Literals [Part1].html
523 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/8.1 L26 - CODE - Numbers in Python.py
512 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/5. CODE - Variable Constant & Literals[Part2].html
364 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/3.1 L21 - CODE - Variable, Constant & Literals [Part1].py
362 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/5.1 L23 - CODE - Variable Constant & Literals[Part2].py
179 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/13. Write a Python program to calculate and print the sum of three numbers..html
148 B
3. GETTING STARTED WITH PYTHON PROGRAMMING/14. Write a code to display name, roll, age, and city of 5 students. Check whether they're teen or not..html
148 B
4. OPERATORS IN PYTHON/10. Example of Bitwise XOR & NOT Operator.mp4
89 MB
4. OPERATORS IN PYTHON/8. Example of Bitwise AND along with OR Operator.mp4
40 MB
4. OPERATORS IN PYTHON/1. Understanding Arithmetic & Assignment Operators.mp4
24 MB
4. OPERATORS IN PYTHON/14. Get to know about Booleans.mp4
21 MB
4. OPERATORS IN PYTHON/12. Example of Bitwise LEFT & RIGHT SHIFT Operator.mp4
19 MB
4. OPERATORS IN PYTHON/5. Understanding Identity & Membership Operators.mp4
17 MB
4. OPERATORS IN PYTHON/3. Understanding Comparison & Logical Operators.mp4
15 MB
4. OPERATORS IN PYTHON/7. Understanding the concept of Bitwise Operator.mp4
15 MB
4. OPERATORS IN PYTHON/2. CODE - Arithmetic & Assignment Operators.html
512 B
4. OPERATORS IN PYTHON/4. CODE - Understanding Comparison & Logical Operators.html
512 B
4. OPERATORS IN PYTHON/6. CODE - Understanding Identity & Membership Operators.html
420 B
4. OPERATORS IN PYTHON/15. CODE - Get to know about Booleans.html
371 B
4. OPERATORS IN PYTHON/9. CODE - Bitwise AND along with OR Operator.html
367 B
4. OPERATORS IN PYTHON/11. CODE - Bitwise XOR & NOT Operator.html
364 B
4. OPERATORS IN PYTHON/13. CODE - Bitwise LEFT & RIGHT SHIFT Operator.html
364 B
4. OPERATORS IN PYTHON/2.1 L32 - CODE - Arithmetic & Assignment Operators.py
341 B
4. OPERATORS IN PYTHON/4.1 L34 - CODE - Comparison & Logical Operators.py
298 B
4. OPERATORS IN PYTHON/6.1 L36 CODE - Identity & Membership Operators.py
246 B
4. OPERATORS IN PYTHON/15.1 L45 - CODE - Get to know about Booleans.py
192 B
4. OPERATORS IN PYTHON/11.1 L41 CODE - Bitwise XOR & NOT Operator.py
182 B
4. OPERATORS IN PYTHON/9.1 L39 - CODE - Bitwise AND along with OR Operator.py
165 B
4. OPERATORS IN PYTHON/13.1 L43 - CODE - Bitwise LEFT & RIGHT SHIFT Operator.py
164 B
4. OPERATORS IN PYTHON/16. Write a python program to find the binary of the decimal numbers..html
148 B
4. OPERATORS IN PYTHON/17. Write a python code to show the operations of arithmetic, assigenments, and logical operators..html
148 B
5. LISTS & TUPLES/13. Getting Started with Tuples.mp4
37 MB
5. LISTS & TUPLES/9. Changing Nested items.mp4
33 MB
5. LISTS & TUPLES/17. Join Tuples.mp4
32 MB
5. LISTS & TUPLES/3. Adding items to list.mp4
32 MB
5. LISTS & TUPLES/1. Getting started with Lists.mp4
32 MB
5. LISTS & TUPLES/15. Updating or Changing Tuple values.mp4
26 MB
5. LISTS & TUPLES/7. Nested List.mp4
25 MB
5. LISTS & TUPLES/5. Removing the List Item.mp4
24 MB
5. LISTS & TUPLES/11. List Methods.mp4
15 MB
5. LISTS & TUPLES/4. CODE- Adding items to list.html
1.2 kB
5. LISTS & TUPLES/4.1 L49 - CODE - Adding items to list.py
1.0 kB
5. LISTS & TUPLES/14. CODE -Getting Started with Tuples.html
957 B
5. LISTS & TUPLES/18. CODE - Join Tuples.html
945 B
5. LISTS & TUPLES/2. CODE - Getting started with Lists.html
831 B
5. LISTS & TUPLES/6. CODE - Removing the List Item.html
815 B
5. LISTS & TUPLES/16. CODE -Updating or Changing Tuple values.html
782 B
5. LISTS & TUPLES/14.1 L59 - CODE -Getting Started with Tuples.py
765 B
5. LISTS & TUPLES/18.1 L63 - CODE -Join Tuples.py
757 B
5. LISTS & TUPLES/16.1 L61 - CODE -Updating or Changing Tuple values.py
742 B
5. LISTS & TUPLES/10. CODE -Changing Nested items.html
725 B
5. LISTS & TUPLES/2.1 L47 - CODE - Getting started with Lists.py
671 B
5. LISTS & TUPLES/12. CODE - List Methods.html
670 B
5. LISTS & TUPLES/6.1 L51 - CODE - Removing the List Item.py
618 B
5. LISTS & TUPLES/10.1 L55 - CODE -Changing Nested items.py
534 B
5. LISTS & TUPLES/12.1 L57 - CODE - List Methods.py
474 B
5. LISTS & TUPLES/8. CODE- Nested List.html
421 B
5. LISTS & TUPLES/8.1 L53 - CODE- Nested List.py
237 B
5. LISTS & TUPLES/19. Write a python program to show the nested list..html
148 B
5. LISTS & TUPLES/20. Write a python program to join three tuples altogether..html
148 B
6. SETS & DICTIONARY/14. More methods to access Dictionary Elements.mp4
34 MB
6. SETS & DICTIONARY/5. Removing Elements from Sets.mp4
32 MB
6. SETS & DICTIONARY/11. Sets Methods.mp4
28 MB
6. SETS & DICTIONARY/1. Get to know about Sets.mp4
28 MB
6. SETS & DICTIONARY/9. Set Operations.mp4
27 MB
6. SETS & DICTIONARY/12. Understanding Dictionary.mp4
25 MB
6. SETS & DICTIONARY/17. Removing Items from Dictionary.mp4
20 MB
6. SETS & DICTIONARY/19. Copying Dictionary.mp4
20 MB
6. SETS & DICTIONARY/21. Methods in Dictionary.mp4
16 MB
6. SETS & DICTIONARY/7. Joining Sets.mp4
16 MB
6. SETS & DICTIONARY/3. Adding Elements in Sets.mp4
14 MB
6. SETS & DICTIONARY/10. CODE - Set Operations.html
1.0 kB
6. SETS & DICTIONARY/15. CODE- More methods to access Dictionary Elements.html
970 B
6. SETS & DICTIONARY/10.1 L73 - CODE - Set Operations.py
819 B
6. SETS & DICTIONARY/13. CODE - Understanding Dictionary.html
763 B
6. SETS & DICTIONARY/18. CODE - Removing Items from Dictionary.html
755 B
6. SETS & DICTIONARY/6. CODE - Removing Elements from Sets.html
748 B
6. SETS & DICTIONARY/15.1 L79 - CODE- More methods to access Dictionary Elements.py
708 B
6. SETS & DICTIONARY/2. CODE -Get to know about Sets.html
707 B
6. SETS & DICTIONARY/16. CODE - Sets Methods.html
636 B
6. SETS & DICTIONARY/8. CODE - Joining Sets.html
572 B
6. SETS & DICTIONARY/20. CODE - Copying Dictionary.html
566 B
6. SETS & DICTIONARY/6.1 L69 - CODE - Removing Elements from Sets.py
545 B
6. SETS & DICTIONARY/13.1 L77 - CODE - Understanding Dictionary.py
512 B
6. SETS & DICTIONARY/18.1 L81 - CODE - Removing Items from Dictionary.py
509 B
6. SETS & DICTIONARY/2.1 L65 - CODE -Get to know about Sets.py
470 B
6. SETS & DICTIONARY/22. CODE - Methods in Dictionary.html
455 B
6. SETS & DICTIONARY/16.1 L75 - CODE - Sets Methods.py
444 B
6. SETS & DICTIONARY/4. CODE- Adding Elements in Sets.html
435 B
6. SETS & DICTIONARY/8.1 L71 - CODE - Joining Sets.py
370 B
6. SETS & DICTIONARY/20.1 L83 - CODE - Copying Dictionary.py
350 B
6. SETS & DICTIONARY/22.1 L85 - CODE - Methods in Dictionary.py
254 B
6. SETS & DICTIONARY/4.1 L67 - CODE- Adding Elements in Sets.py
244 B
6. SETS & DICTIONARY/27. Write a Python program to create a new dictionary using the fromkeys() method..html
148 B
6. SETS & DICTIONARY/28. Write a python program to delete an existing dictionary using the del keyword..html
148 B
6. SETS & DICTIONARY/26. Write a python program to update the items of a dictionary..html
148 B
6. SETS & DICTIONARY/24. Write a python program to show the symmetric difference between two sets..html
148 B
6. SETS & DICTIONARY/23. Write a Python program to check whether a given set is a subset or superset of another set..html
148 B
6. SETS & DICTIONARY/25. Write a python program to display the output of two sets using the intersection method..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/5. Combining if Statement - And , Or , and Not in Conditional Statement.mp4
46 MB
7. CONDITIONAL STATEMENT & LOOPS/9. Getting started with control flow statements.mp4
32 MB
7. CONDITIONAL STATEMENT & LOOPS/13. Deep inside The ControLFlow.mp4
26 MB
7. CONDITIONAL STATEMENT & LOOPS/1. Getting started with Conditional statement.mp4
25 MB
7. CONDITIONAL STATEMENT & LOOPS/17. “Nested Loops” in control flow statements.mp4
23 MB
7. CONDITIONAL STATEMENT & LOOPS/3. “if...elif...else” Conditional statement.mp4
22 MB
7. CONDITIONAL STATEMENT & LOOPS/11. The continue Statement in Control Flow.mp4
18 MB
7. CONDITIONAL STATEMENT & LOOPS/15. “For loop with else” in Control Flow.mp4
17 MB
7. CONDITIONAL STATEMENT & LOOPS/7. Nested if Statements in Conditional Statement.mp4
16 MB
7. CONDITIONAL STATEMENT & LOOPS/6. CODE - Combining if Statement - And , Or , and Not in Conditional Statement.html
1.9 kB
7. CONDITIONAL STATEMENT & LOOPS/6.1 L91 - CODE - Combining if Statement - And , Or , and Not in Conditional Statement.py
1.3 kB
7. CONDITIONAL STATEMENT & LOOPS/10. CODE - Getting started with Control Flow Statements.html
918 B
7. CONDITIONAL STATEMENT & LOOPS/8. CODE - Nested if Statements in Conditional Statement.html
840 B
7. CONDITIONAL STATEMENT & LOOPS/4. CODE - “if...elif...else” Conditional statement.html
778 B
7. CONDITIONAL STATEMENT & LOOPS/16. CODE - “For loop with else” in Control Flow.html
763 B
7. CONDITIONAL STATEMENT & LOOPS/12. CODE - The continue Statement in Control Flow.html
668 B
7. CONDITIONAL STATEMENT & LOOPS/2. CODE - Getting started with Conditional statement.html
590 B
7. CONDITIONAL STATEMENT & LOOPS/10.1 L95 - CODE - Getting started with control flow statements.py
547 B
7. CONDITIONAL STATEMENT & LOOPS/16.1 L101 - CODE - “For loop with else” in Control Flow.py
546 B
7. CONDITIONAL STATEMENT & LOOPS/14. CODE - Deep inside Control Flow.html
479 B
7. CONDITIONAL STATEMENT & LOOPS/18. CODE - “Nested Loops” in control flow statements.html
476 B
7. CONDITIONAL STATEMENT & LOOPS/4.1 L89 - CODE - “if...elif...else” Conditional statement.py
469 B
7. CONDITIONAL STATEMENT & LOOPS/8.1 L93 - CODE - Nested if Statements in Conditional Statement.py
461 B
7. CONDITIONAL STATEMENT & LOOPS/2.1 L87 - CODE - Getting started with Conditional statement.py
412 B
7. CONDITIONAL STATEMENT & LOOPS/12.1 L97 - CODE - The continue Statement in Control Flow.py
365 B
7. CONDITIONAL STATEMENT & LOOPS/18.1 L103 - CODE - “Nested Loops” in control flow statements.py
319 B
7. CONDITIONAL STATEMENT & LOOPS/14.1 L99 - CODE - Deep inside Control Flow.py
247 B
7. CONDITIONAL STATEMENT & LOOPS/24. Write a python program using the for-else statement..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/21. Write a python program for nested if statements..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/19. Write a python program to display the grades of a student using the multi-if statements..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/23. Write a python program to create a two-dimentional matrix using the nested for loop..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/22. Write a for loop program to separate and display all letters from the word Python Programming..html
148 B
7. CONDITIONAL STATEMENT & LOOPS/20. Write a python program using if-else statement displaying whether a given number is odd or even..html
148 B
8. FUNCTIONS/7. Type of Arguments in Python Functions.mp4
55 MB
8. FUNCTIONS/1. Get to know about Functions.mp4
28 MB
8. FUNCTIONS/5. Function Arguments or Parameters.mp4
20 MB
8. FUNCTIONS/3. “return” Statement in Functions.mp4
17 MB
8. FUNCTIONS/8. CODE - Type of Arguments in Python Functions.html
1.3 kB
8. FUNCTIONS/8.1 L111 - CODE - Type of Arguments in Python Functions.py
1010 B
8. FUNCTIONS/4. CODE - “return” Statement in Functions.html
735 B
8. FUNCTIONS/6. CODE - Function Arguments or Parameters.html
563 B
8. FUNCTIONS/2. CODE - Get to know about Functions.html
561 B
8. FUNCTIONS/4.1 L107 - CODE - “return” Statement in Functions.py
436 B
8. FUNCTIONS/2.1 L105 - CODE - Get to know about Functions.py
294 B
8. FUNCTIONS/6.1 L109 - CODE - Function Arguments or Parameters.py
259 B
8. FUNCTIONS/11. Write a python program to create a parameterizedFunction which takes keyword arguments as parameter..html
148 B
8. FUNCTIONS/10. Write a python program to create a parameterized function which holds some default parameters..html
148 B
8. FUNCTIONS/9. Write a python program to show the function calling after creating a function..html
148 B
8. FUNCTIONS/12. Write a python program to define a funtion which takes Value-Length-Arguments as parameter..html
148 B
9. ARRAYS/1. Getting your hand dirty with Arrays.mp4
44 MB
9. ARRAYS/2. CODE - Getting your hand dirty with Arrays.html
378 B
9. ARRAYS/2.1 L113 - CODE - Getting your hand dirty with Arrays.py
190 B
9. ARRAYS/3. Create an array of sports of length 10 and display the output..html
148 B
9. ARRAYS/4. Create an array of length 7 named rainbow, which stores the name of all colors of a Rainbow..html
148 B
9. ARRAYS/5. Write a code to slice the meaningful words from these characters 'dhdkgjfPythonojrjfgProgrammming'..html
148 B
9. ARRAYS/6. Code, to display the sum of the first 20 natural numbers & return an array containing these numbers..html
148 B