FileMood

Download Hands-On Python Programming with Raspberry Pi 2023

Hands On Python Programming with Raspberry Pi 2023

Name

Hands-On Python Programming with Raspberry Pi 2023

 DOWNLOAD Copy Link

Total Size

2.3 GB

Total Files

268

Last Seen

2024-10-06 23:47

Hash

BC0D822DF8EA40D21AF0DFEA4964AF93109ED9AC

/.../2. GETTING STARTED WITH RASPBERRY PI/

3. Setting up the Raspberry Pi Computer.mp4

153.9 MB

15. Write a python program to print your name..html

0.1 KB

16. Write a python program to display the variety of Indian greetings..html

0.1 KB

2. Setting Up The Operating System of Raspberry Pi.mp4

107.1 MB

10. Accessing Raspberry Pi GUI without Monitor.mp4

59.6 MB

14. Thonny Installation on Windows, Mac & Linux.mp4

49.6 MB

11. Official Python Installation.mp4

47.9 MB

5. Detecting the IP address of the Raspberry Pi.mp4

40.0 MB

1. Introduction to Raspberry Pi.mp4

38.9 MB

6. Getting to Know about SSH & Putty.mp4

28.1 MB

4. Introduction to IP Scanner tool.mp4

28.1 MB

9. Understanding VNC.mp4

27.6 MB

12. Alternative IDE for Development.mp4

22.4 MB

7. Downloading and Installing Putty.mp4

20.7 MB

13. Thonny Installation in Raspberry Pi 4.mp4

20.5 MB

8. Accessing Raspberry Pi Terminal using Putty.mp4

17.9 MB

/

TutsNode.net.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/.../10. REAL-TIME PROJECT DEVELOPMENT/

4. CODE - Mini Project-2.html

3.2 KB

4.1 L117 - CODE - Mini Project-2.py

2.2 KB

4.2 miniProject2-copy.py

2.2 KB

2. CODE - Mini Project-1.html

1.5 KB

2.1 L115 - CODE - miniProject1.py

1.0 KB

2.2 miniProject1.py

1.0 KB

6. Write a python code to create a tik-tok-toe game which can be played on the terminal..html

0.1 KB

7. Write a code for 2-Dimentional Matrix which prints 1 to 100 and highlights the prime numbers..html

0.1 KB

3. Mini Project-2.mp4

113.5 MB

5. Summary.mp4

35.9 MB

1. Mini Project-1.mp4

31.1 MB

/1. INTRODUCTION/

4. Document - Hardware & Software Requirement Lists.html

2.8 KB

1. Introduction to Python.mp4

58.5 MB

2. Usage of Python & its Features.mp4

21.8 MB

3. Hardware Requirements.mp4

14.9 MB

/.../7. CONDITIONAL STATEMENT & LOOPS/

6. CODE - Combining if Statement - And , Or , and Not in Conditional Statement.html

1.9 KB

6.1 L91 - CODE - Combining if Statement - And , Or , and Not in Conditional Statement.py

1.4 KB

10. CODE - Getting started with Control Flow Statements.html

0.9 KB

8. CODE - Nested if Statements in Conditional Statement.html

0.8 KB

4. CODE - “if...elif...else” Conditional statement.html

0.8 KB

16. CODE - “For loop with else” in Control Flow.html

0.8 KB

12. CODE - The continue Statement in Control Flow.html

0.7 KB

2. CODE - Getting started with Conditional statement.html

0.6 KB

10.1 L95 - CODE - Getting started with control flow statements.py

0.5 KB

16.1 L101 - CODE - “For loop with else” in Control Flow.py

0.5 KB

14. CODE - Deep inside Control Flow.html

0.5 KB

18. CODE - “Nested Loops” in control flow statements.html

0.5 KB

4.1 L89 - CODE - “if...elif...else” Conditional statement.py

0.5 KB

8.1 L93 - CODE - Nested if Statements in Conditional Statement.py

0.5 KB

2.1 L87 - CODE - Getting started with Conditional statement.py

0.4 KB

12.1 L97 - CODE - The continue Statement in Control Flow.py

0.4 KB

18.1 L103 - CODE - “Nested Loops” in control flow statements.py

0.3 KB

14.1 L99 - CODE - Deep inside Control Flow.py

0.2 KB

19. Write a python program to display the grades of a student using the multi-if statements..html

0.1 KB

20. Write a python program using if-else statement displaying whether a given number is odd or even..html

0.1 KB

21. Write a python program for nested if statements..html

0.1 KB

22. Write a for loop program to separate and display all letters from the word Python Programming..html

0.1 KB

23. Write a python program to create a two-dimentional matrix using the nested for loop..html

0.1 KB

24. Write a python program using the for-else statement..html

0.1 KB

5. Combining if Statement - And , Or , and Not in Conditional Statement.mp4

48.6 MB

9. Getting started with control flow statements.mp4

34.0 MB

13. Deep inside The ControLFlow.mp4

27.6 MB

1. Getting started with Conditional statement.mp4

26.6 MB

17. “Nested Loops” in control flow statements.mp4

23.9 MB

3. “if...elif...else” Conditional statement.mp4

23.3 MB

11. The continue Statement in Control Flow.mp4

19.2 MB

15. “For loop with else” in Control Flow.mp4

17.8 MB

7. Nested if Statements in Conditional Statement.mp4

16.8 MB

/8. FUNCTIONS/

8. CODE - Type of Arguments in Python Functions.html

1.3 KB

8.1 L111 - CODE - Type of Arguments in Python Functions.py

1.0 KB

4. CODE - “return” Statement in Functions.html

0.7 KB

6. CODE - Function Arguments or Parameters.html

0.6 KB

2. CODE - Get to know about Functions.html

0.6 KB

4.1 L107 - CODE - “return” Statement in Functions.py

0.4 KB

2.1 L105 - CODE - Get to know about Functions.py

0.3 KB

6.1 L109 - CODE - Function Arguments or Parameters.py

0.3 KB

9. Write a python program to show the function calling after creating a function..html

0.1 KB

10. Write a python program to create a parameterized function which holds some default parameters..html

0.1 KB

11. Write a python program to create a parameterizedFunction which takes keyword arguments as parameter..html

0.1 KB

12. Write a python program to define a funtion which takes Value-Length-Arguments as parameter..html

0.1 KB

7. Type of Arguments in Python Functions.mp4

57.8 MB

1. Get to know about Functions.mp4

29.7 MB

5. Function Arguments or Parameters.mp4

20.7 MB

3. “return” Statement in Functions.mp4

17.6 MB

/5. LISTS & TUPLES/

4. CODE- Adding items to list.html

1.2 KB

4.1 L49 - CODE - Adding items to list.py

1.0 KB

14. CODE -Getting Started with Tuples.html

1.0 KB

18. CODE - Join Tuples.html

0.9 KB

2. CODE - Getting started with Lists.html

0.8 KB

6. CODE - Removing the List Item.html

0.8 KB

16. CODE -Updating or Changing Tuple values.html

0.8 KB

14.1 L59 - CODE -Getting Started with Tuples.py

0.8 KB

18.1 L63 - CODE -Join Tuples.py

0.8 KB

16.1 L61 - CODE -Updating or Changing Tuple values.py

0.7 KB

10. CODE -Changing Nested items.html

0.7 KB

2.1 L47 - CODE - Getting started with Lists.py

0.7 KB

12. CODE - List Methods.html

0.7 KB

6.1 L51 - CODE - Removing the List Item.py

0.6 KB

8. CODE- Nested List.html

0.4 KB

8.1 L53 - CODE- Nested List.py

0.2 KB

10.1 L55 - CODE -Changing Nested items.py

0.5 KB

12.1 L57 - CODE - List Methods.py

0.5 KB

19. Write a python program to show the nested list..html

0.1 KB

20. Write a python program to join three tuples altogether..html

0.1 KB

13. Getting Started with Tuples.mp4

38.4 MB

9. Changing Nested items.mp4

35.0 MB

17. Join Tuples.mp4

34.0 MB

3. Adding items to list.mp4

33.5 MB

1. Getting started with Lists.mp4

33.1 MB

15. Updating or Changing Tuple values.mp4

26.8 MB

7. Nested List.mp4

26.2 MB

5. Removing the List Item.mp4

25.7 MB

11. List Methods.mp4

15.6 MB

/.../3. GETTING STARTED WITH PYTHON PROGRAMMING/

12. CODE - Getting started with Strings Methods.html

1.2 KB

12.1 L30 - CODE - Getting Started with Strings Methods.py

1.0 KB

3. CODE - Variable, Constant & Literals [Part1].html

0.5 KB

3.1 L21 - CODE - Variable, Constant & Literals [Part1].py

0.4 KB

5. CODE - Variable Constant & Literals[Part2].html

0.4 KB

5.1 L23 - CODE - Variable Constant & Literals[Part2].py

0.2 KB

10. CODE - Getting started with Strings.html

0.9 KB

8. CODE - Numbers in Python.html

0.7 KB

8.1 L26 - CODE - Numbers in Python.py

0.5 KB

10.1 L28 - CODE - Getting Started with Strings.py

0.7 KB

13. Write a Python program to calculate and print the sum of three numbers..html

0.1 KB

14. Write a code to display name, roll, age, and city of 5 students. Check whether they're teen or not..html

0.1 KB

11. Getting Started with Strings Methods.mp4

33.6 MB

9. Getting started with Strings.mp4

32.4 MB

6. Data Type in Python.mp4

26.3 MB

2. Variable, Constant & Literals [Part1].mp4

22.0 MB

7. Numbers in Python.mp4

18.7 MB

4. Variable, Constant & Literals [Part2].mp4

14.6 MB

1. Understanding Syntax and the first program.mp4

13.8 MB

/6. SETS & DICTIONARY/

10. CODE - Set Operations.html

1.0 KB

15. CODE- More methods to access Dictionary Elements.html

1.0 KB

10.1 L73 - CODE - Set Operations.py

0.8 KB

13. CODE - Understanding Dictionary.html

0.8 KB

18. CODE - Removing Items from Dictionary.html

0.8 KB

6. CODE - Removing Elements from Sets.html

0.7 KB

15.1 L79 - CODE- More methods to access Dictionary Elements.py

0.7 KB

2. CODE -Get to know about Sets.html

0.7 KB

16. CODE - Sets Methods.html

0.6 KB

8. CODE - Joining Sets.html

0.6 KB

20. CODE - Copying Dictionary.html

0.6 KB

6.1 L69 - CODE - Removing Elements from Sets.py

0.5 KB

13.1 L77 - CODE - Understanding Dictionary.py

0.5 KB

18.1 L81 - CODE - Removing Items from Dictionary.py

0.5 KB

2.1 L65 - CODE -Get to know about Sets.py

0.5 KB

22. CODE - Methods in Dictionary.html

0.5 KB

16.1 L75 - CODE - Sets Methods.py

0.4 KB

4. CODE- Adding Elements in Sets.html

0.4 KB

4.1 L67 - CODE- Adding Elements in Sets.py

0.2 KB

8.1 L71 - CODE - Joining Sets.py

0.4 KB

20.1 L83 - CODE - Copying Dictionary.py

0.4 KB

22.1 L85 - CODE - Methods in Dictionary.py

0.3 KB

23. Write a Python program to check whether a given set is a subset or superset of another set..html

0.1 KB

24. Write a python program to show the symmetric difference between two sets..html

0.1 KB

25. Write a python program to display the output of two sets using the intersection method..html

0.1 KB

26. Write a python program to update the items of a dictionary..html

0.1 KB

27. Write a Python program to create a new dictionary using the fromkeys() method..html

0.1 KB

28. Write a python program to delete an existing dictionary using the del keyword..html

0.1 KB

14. More methods to access Dictionary Elements.mp4

35.2 MB

5. Removing Elements from Sets.mp4

33.6 MB

11. Sets Methods.mp4

29.3 MB

1. Get to know about Sets.mp4

29.0 MB

9. Set Operations.mp4

28.5 MB

12. Understanding Dictionary.mp4

26.4 MB

17. Removing Items from Dictionary.mp4

20.7 MB

19. Copying Dictionary.mp4

20.7 MB

21. Methods in Dictionary.mp4

17.2 MB

7. Joining Sets.mp4

16.4 MB

3. Adding Elements in Sets.mp4

14.1 MB

/.../4. OPERATORS IN PYTHON/

2. CODE - Arithmetic & Assignment Operators.html

0.5 KB

2.1 L32 - CODE - Arithmetic & Assignment Operators.py

0.3 KB

4. CODE - Understanding Comparison & Logical Operators.html

0.5 KB

4.1 L34 - CODE - Comparison & Logical Operators.py

0.3 KB

6. CODE - Understanding Identity & Membership Operators.html

0.4 KB

6.1 L36 CODE - Identity & Membership Operators.py

0.2 KB

9. CODE - Bitwise AND along with OR Operator.html

0.4 KB

9.1 L39 - CODE - Bitwise AND along with OR Operator.py

0.2 KB

11. CODE - Bitwise XOR & NOT Operator.html

0.4 KB

11.1 L41 CODE - Bitwise XOR & NOT Operator.py

0.2 KB

13. CODE - Bitwise LEFT & RIGHT SHIFT Operator.html

0.4 KB

13.1 L43 - CODE - Bitwise LEFT & RIGHT SHIFT Operator.py

0.2 KB

15. CODE - Get to know about Booleans.html

0.4 KB

15.1 L45 - CODE - Get to know about Booleans.py

0.2 KB

16. Write a python program to find the binary of the decimal numbers..html

0.1 KB

17. Write a python code to show the operations of arithmetic, assigenments, and logical operators..html

0.1 KB

10. Example of Bitwise XOR & NOT Operator.mp4

93.1 MB

8. Example of Bitwise AND along with OR Operator.mp4

41.9 MB

1. Understanding Arithmetic & Assignment Operators.mp4

25.7 MB

14. Get to know about Booleans.mp4

22.1 MB

12. Example of Bitwise LEFT & RIGHT SHIFT Operator.mp4

19.6 MB

5. Understanding Identity & Membership Operators.mp4

18.3 MB

3. Understanding Comparison & Logical Operators.mp4

16.2 MB

7. Understanding the concept of Bitwise Operator.mp4

15.5 MB

/9. ARRAYS/

2. CODE - Getting your hand dirty with Arrays.html

0.4 KB

2.1 L113 - CODE - Getting your hand dirty with Arrays.py

0.2 KB

3. Create an array of sports of length 10 and display the output..html

0.1 KB

4. Create an array of length 7 named rainbow, which stores the name of all colors of a Rainbow..html

0.1 KB

5. Write a code to slice the meaningful words from these characters 'dhdkgjfPythonojrjfgProgrammming'..html

0.1 KB

6. Code, to display the sum of the first 20 natural numbers & return an array containing these numbers..html

0.1 KB

1. Getting your hand dirty with Arrays.mp4

46.7 MB

/.pad/

0

202.5 KB

1

272.8 KB

2

362.9 KB

3

228.5 KB

4

162.7 KB

5

189.9 KB

6

376.1 KB

7

194.9 KB

8

203.4 KB

9

357.1 KB

10

482.9 KB

11

79.2 KB

12

336.4 KB

13

431.6 KB

14

427.1 KB

15

319.6 KB

16

446.1 KB

17

111.0 KB

18

39.5 KB

19

84.4 KB

20

446.2 KB

21

489.7 KB

22

41.4 KB

23

464.9 KB

24

58.1 KB

25

363.8 KB

26

141.0 KB

27

19.3 KB

28

341.8 KB

29

355.3 KB

30

188.5 KB

31

249.2 KB

32

171.6 KB

33

235.0 KB

34

462.2 KB

35

125.7 KB

36

382.8 KB

37

406.8 KB

38

64.4 KB

39

516.6 KB

40

6.1 KB

41

173.6 KB

42

337.2 KB

43

124.5 KB

44

485.4 KB

45

20.4 KB

46

262.3 KB

47

260.6 KB

48

280.9 KB

49

283.8 KB

50

294.2 KB

51

430.8 KB

52

357.3 KB

53

157.8 KB

54

151.0 KB

55

71.9 KB

56

492.9 KB

57

43.0 KB

58

189.3 KB

59

141.0 KB

60

520.0 KB

61

368.5 KB

62

75.1 KB

63

136.6 KB

64

262.7 KB

65

341.2 KB

66

98.0 KB

67

29.5 KB

 

Total files 268


Copyright © 2024 FileMood.com