Udemy - Hands-On Python Programming with Raspberry Pi 2023

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 2.1 GB
  • Uploaded By freecoursewb
  • Downloads 365
  • Last checked 4 days ago
  • Date uploaded 2 years ago
  • Seeders 15
  • Leechers 3

Infohash : E338C28DE983929FD3C2F14852BE54072F5D65A4



Hands-On Python Programming with Raspberry Pi 2023



https://DevCourseWeb.com

Published 7/2023
Created by Comfiny .,Technical Support Team
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 118 Lectures ( 4h 58m ) | Size: 2.14 GB

Enhance your python skills with Raspberry Pi.

What you'll learn
You will learn python programming and its benefits along with its uses and features.
You will then get to know about recommended hardware and software to do this course.
You will learn about Raspberry Pi 4 and thereafter you will get to know how to set up the Operating Systems and finally use it as a full-fledged computer.
You will then learn about IP Scanner Tools and the process of finding the dynamic IP allocated to the Raspberry Pi.
You'll learn about Remote Desktop Connections such as SSH & Putty along with downloading, installing and customizing these applications.
You'll get to know about Virtual Network Computing, VNC. Thereafter, you'll learn about the process to access the GUI of the Pi without a monitor.
Next, you'll proceed with the Thonny installation in Raspberry Pi, along with Python and Development IDE installations and so on.
Then you'll get to know how to work on Windows, Mac, and Linux machines in case, if you don’t have the Raspberry Pi device.
From here, you'll start learning Python Programming, starting with python syntax, variables, constants, literals, python data types and numbers in python.
You'll learn about python strings, string methods, and operators in python.
Next, we’ll dive deep inside python programming such as, learning bitwise operators, and-or -xor operators and so on.
Then, you'll learn about lists and tuples in detail.
Thereafter, you'll get to know about python sets and dictionaries in detail.
Going forward, you'll learn about conditional statements, control flow statements and built-in functions in python.
Then, you'll learn about arrays in detail.
At the end, you'll learn to build two cool and attractive projects using python programming.

Requirements
No prior programming knowledge is required, you will learn everything from the ground up.
A working PC or Laptop with good internet connection.

Files:

[ DevCourseWeb.com ] Udemy - Hands-On Python Programming with Raspberry Pi 2023
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. INTRODUCTION
    • 1. Introduction to Python.mp4 (55.8 MB)
    • 2. Usage of Python & its Features.mp4 (20.7 MB)
    • 3. Hardware Requirements.mp4 (14.2 MB)
    • 4. Document - Hardware & Software Requirement Lists.html (2.8 KB)
    10. REAL-TIME PROJECT DEVELOPMENT
    • 1. Mini Project-1.mp4 (29.7 MB)
    • 2. CODE - Mini Project-1.html (1.5 KB)
    • 2.1 L115 - CODE - miniProject1.py (0.9 KB)
    • 2.2 miniProject1.py (0.9 KB)
    • 3. Mini Project-2.mp4 (108.2 MB)
    • 4. CODE - Mini Project-2.html (3.1 KB)
    • 4.1 L117 - CODE - Mini Project-2.py (2.2 KB)
    • 4.2 miniProject2-copy.py (2.2 KB)
    • 5. Summary.mp4 (34.2 MB)
    • 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)
    2. GETTING STARTED WITH RASPBERRY PI
    • 1. Introduction to Raspberry Pi.mp4 (37.1 MB)
    • 10. Accessing Raspberry Pi GUI without Monitor.mp4 (56.8 MB)
    • 11. Official Python Installation.mp4 (45.7 MB)
    • 12. Alternative IDE for Development.mp4 (21.4 MB)
    • 13. Thonny Installation in Raspberry Pi 4.mp4 (19.6 MB)
    • 14. Thonny Installation on Windows, Mac & Linux.mp4 (47.3 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 (102.2 MB)
    • 3. Setting up the Raspberry Pi Computer.mp4 (146.7 MB)
    • 4. Introduction to IP Scanner tool.mp4 (26.8 MB)
    • 5. Detecting the IP address of the Raspberry Pi.mp4 (38.2 MB)
    • 6. Getting to Know about SSH & Putty.mp4 (26.8 MB)
    • 7. Downloading and Installing Putty.mp4 (19.7 MB)
    • 8. Accessing Raspberry Pi Terminal using Putty.mp4 (17.0 MB)
    • 9. Understanding VNC.mp4 (26.3 MB)
    3. GETTING STARTED WITH PYTHON PROGRAMMING
    • 1. Understanding Syntax and the first program.mp4 (13.1 MB)
    • 10. CODE - Getting started with Strings.html (0.9 KB)
    • 10.1 L28 - CODE - Getting Started with Strings.py (0.6 KB)
    • 11. Getting Started with Strings Methods.mp4 (32.1 MB)
    • 12. CODE - Getting started with Strings Methods.html (1.1 KB)
    • 12.1 L30 - CODE - Getting Started with Strings Methods.py (1.0 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)
    • 2. Variable, Constant & Literals [Part1].mp4 (21.0 MB)
    • 3. CODE - Variable, Constant & Literals [Part1].html (0.5 KB)
    • 3.1 L21 - CODE - Variable, Constant & Literals [Part1].py (0.4 KB)
    • 4. Variable, Constant & Literals [Part2].mp4 (13.9 MB)
    • 5. CODE - Variable Constant & Literals[Part2].html (0.4 KB)
    • 5.1 L23 - CODE - Variable Constant & Literals[Part2].py (0.2 KB)
    • 6. Data Type in Python.mp4 (25.1 MB)
    • 7. Numbers in Python.mp4 (17.9 MB)
    • 8. CODE - Numbers in Python.html (0.6 KB)
    • 8.1 L26 - CODE - Numbers in Python.py (0.5 KB)
    • 9. Getting started with Strings.mp4 (30.9 MB)
    4. OPERATORS IN PYTHON
    • 1. Understanding Arithmetic & Assignment Operators.mp4 (24.5 MB)
    • 10. Example of Bitwise XOR & NOT Operator.mp4 (88.8 MB)
    • 11. CODE - Bitwise XOR & NOT Operator.html (0.4 KB)
    • 11.1 L41 CODE - Bitwise XOR & NOT Operator.py (0.2 KB)
    • 12. Example of Bitwise LEFT & RIGHT SHIFT Operator.mp4 (18.7 MB)
    • 13. CODE - Bitwise LEFT & RIGHT SHIFT Operator.html (0.4 KB)
    • 13.1 L43 - CODE - Bitwise LEFT & RIGHT SHIFT Operator.py (0.2 KB)
    • 14. Get to know about Booleans.mp4 (21.0 MB)
    • 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)
    • 2. CODE - Arithmetic & Assignment Operators.html (0.5 KB)
    • 2.1 L32 - CODE - Arithmetic & Assignment Operators.py (0.3 KB)
    • 3. Understanding Comparison & Logical Operators.mp4 (15.4 MB)
    • 4. CODE - Understanding Comparison & Logical Operators.html (0.5 KB)
    • 4.1 L34 - CODE - Comparison & Logical Operators.py (0.3 KB)
    • 5. Understanding Identity & Membership Operators.mp4 (17.4 MB)
    • 6. CODE - Understanding Identity & Membership Operators.html (0.4 KB)
    • 6.1 L36 CODE - Identity & Membership Operators.py (0.2 KB)
    • 7. Understanding the concept of Bitwise Operator.mp4 (14.7 MB)
    • 8. Example of Bitwise AND along with OR Operator.mp4 (39.9 MB)
    • 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)
    5. LISTS & TUPLES
    • 1. Getting started with Lists.mp4 (31.6 MB)
    • 10. CODE -Changing Nested items.html (0.7 KB)
    • 10.1 L55 - CODE -Changing Nested items.py (0.5 KB)
    • 11. List Methods.mp4 (14.9 MB)
    • 12. CODE - List Methods.html (0.7 KB)
    • 12.1 L57 - CODE - List Methods.py (0.5 KB)
    • 13. Getting Started with Tuples.mp4 (36.6 MB)
    • 14. CODE -Getting Started with Tuples.html (0.9 KB)
    • 14.1 L59 - CODE -Getting Started with Tuples.py (0.7 KB)
    • 15. Updating or Changing Tuple values.mp4 (25.6 MB)
    • 16. CODE -Updating or Changing Tuple values.html (0.8 KB)
    • 16.1 L61 - CODE -Updating or Changing Tuple values.py (0.7 KB)
    • 17. Join Tuples.mp4 (32.5 MB)
    • 18. CODE - Join Tuples.html (0.9 KB)
    • 18.1 L63 - CODE -Join Tuples.py (0.7 KB)
    • 19. Write a python program to show the nested list..html (0.1 KB)
    • 2. CODE - Getting started with Lists.html (0.8 KB)
    • 2.1 L47 - CODE - Getting started with Lists.py (0.7 KB)
    • 20. Write a python program to join three tuples altogether..html (0.1 KB)
    • 3. Adding items to list.mp4 (32.0 MB)
    • 4. CODE- Adding items to list.html (1.2 KB)
    • 4.1 L49 - CODE - Adding items to list.py (1.0 KB)
    • 5. Removing the List Item.mp4 (24.5 MB)
    • 6. CODE - Removing the List Item.html (0.8 KB)
    • 6.1 L51 - CODE - Removing the List Item.py (0.6 KB)
    • 7. Nested List.mp4 (24.9 MB)
    • 8. CODE- Nested List.html (0.4 KB)
    • 8.1 L53 - CODE- Nested List.py (0.2 KB)
    • 9. Changing Nested items.mp4 (33.4 MB)
    6. SETS & DICTIONARY
    • 1. Get to know about Sets.mp4 (27.7 MB)
    • 10. CODE - Set Operations.html (1.0 KB)
    • 10.1 L73 - CODE - Set Operations.py (0.8 KB)
    • 11. Sets Methods.mp4 (28.0 MB)
    • 12. Understanding Dictionary.mp4 (25.1 MB)
    • 13. CODE - Understanding Dictionary.html (0.7 KB)
    • 13.1 L77 - CODE - Understanding Dictionary.py (0.5 KB)
    • 14. More methods to access Dictionary Elements.mp4 (33.6 MB)
    • 15. CODE- More methods to access Dictionary Elements.html (0.9 KB)
    • 15.1 L79 - CODE- More methods to access Dictionary Elements.py (0.7 KB)
    • 16. CODE - Sets Methods.html (0.6 KB)
    • 16.1 L75 - CODE - Sets Methods.py (0.4 KB)
    • 17. Removing Items from Dictionary.mp4 (19.7 MB)
    • 18. CODE - Removing Items from Dictionary.html (0.7 KB)
    • 18.1 L81 - CODE - Removing Items from Dictionary.py (0.5 KB)
    • 19. Copying Dictionary.mp4 (19.7 MB)
    • 2. CODE -Get to know about Sets.html (0.7 KB)
    • 2.1 L65 - CODE -Get to know about Sets.py (0.5 KB)
    • 20. CODE - Copying Dictionary.html (0.6 KB)
    • 20.1 L83 - CODE - Copying Dictionary.py (0.3 KB)
    • 21. Methods in Dictionary.mp4 (16.4 MB)
    • 22. CODE - Methods in Dictionary.html (0.4 KB)
    • 22.1 L85 - CODE - Methods in Dictionary.py (0.2 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)
    • 3. Adding Elements in Sets.mp4 (13.5 MB)
    • 4. CODE- Adding Elements in Sets.html (0.4 KB)
    • 4.1 L67 - CODE- Adding Elements in Sets.py (0.2 KB)
    • 5. Removing Elements from Sets.mp4 (32.0 MB)
    • 6. CODE - Removing Elements from Sets.html (0.7 KB)
    • 6.1 L69 - CODE - Removing Elements from Sets.py (0.5 KB)
    • 7. Joining Sets.mp4 (15.6 MB)
    • 8. CODE - Joining Sets.html (0.6 KB)
    • 8.1 L71 - CODE - Joining Sets.py (0.4 KB)
    • 9. Set Operations.mp4 (27.2 MB)
    7. CONDITIONAL STATEMENT & LOOPS
    • 1. Getting started with Conditional statement.mp4 (25.4 MB)
    • 10. CODE - Getting started with Control Flow Statements.html (0.9 KB)
    • 10.1 L95 - CODE - Getting started with control flow statements.py (0.5 KB)
    • 11. The continue Statement in Control Flow.mp4 (18.3 MB)
    • 12. CODE - The continue Statement in Control Flow.html (0.7 KB)
    • 12.1 L97 - CODE - The continue Statement in Control Flow.py (0.4 KB)
    • 13. Deep inside The ControLFlow.mp4 (26.3 MB)
    • 14. CODE - Deep inside Control Flow.html (0.5 KB)
    • 14.1 L99 - CODE - Deep inside Control Flow.py (0.2 KB)
    • 15. ā€œFor loop with elseā€ in Control Flow.mp4 (17.0 MB)
    • 16. CODE - ā€œFor loop with elseā€ in Control Flow.html (0.7 KB)
    • 16.1 L101 - CODE - ā€œFor loop with elseā€ in Control Flow.py (0.5 KB)
    • 17. ā€œNested Loopsā€ in control flow statements.mp4 (22.8 MB)
    • 18. CODE - ā€œNested Loopsā€ in control flow statements.html (0.5 KB)
    • 18.1 L103 - CODE - ā€œNested Loopsā€ in control flow statements.py (0.3 KB)
    • 19. Write a python program to display the grades of a student using the multi-if statements..html (0.1 KB)
    • 2. CODE - Getting started with Conditional statement.html (0.6 KB)
    • 2.1 L87 - CODE - Getting started with Conditional statement.py (0.4 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)
    • 3. ā€œif...elif...elseā€ Conditional statement.mp4 (22.2 MB)
    • 4. CODE - ā€œif...elif...elseā€ Conditional statement.html (0.8 KB)
    • 4.1 L89 - CODE - ā€œif...elif...elseā€ Conditional statement.py (0.5 KB)
    • 5. Combining if Statement - And , Or , and Not in Conditional Statement.mp4 (46.3 MB)
    • 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.3 KB)
    • 7. Nested if Statements in Conditional Statement.mp4 (16.0 MB)
    • 8. CODE - Nested if Statements in Conditional Statement.html (0.8 KB)
    • 8.1 L93 - CODE - Nested if Statements in Conditional Statement.py (0.5 KB)
    • 9. Getting started with control flow statements.mp4 (32.4 MB)
    8. FUNCTIONS
    • 1. Get to know about Functions.mp4 (28.4 MB)
    • 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)
    • 2. CODE - Get to know about Functions.html (0.5 KB)
    • 2.1 L105 - CODE - Get to know about Functions.py (0.3 KB)
    • 3. ā€œreturnā€ Statement in Functions.mp4 (16.8 MB)
    • 4. CODE - ā€œreturnā€ Statement in Functions.html (0.7 KB)
    • 4.1 L107 - CODE - ā€œreturnā€ Statement in Functions.py (0.4 KB)
    • 5. Function Arguments or Parameters.mp4 (19.8 MB)
    • 6. CODE - Function Arguments or Parameters.html (0.5 KB)
    • 6.1 L109 - CODE - Function Arguments or Parameters.py (0.3 KB)
    • 7. Type of Arguments in Python Functions.mp4 (55.1 MB)
    • 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)
    • 9. Write a python program to show the function calling after creating a function..html (0.1 KB)
    9. ARRAYS
    • 1. Getting your hand dirty with Arrays.mp4 (44.5 MB)
    • 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)
    • Bonus Resources.txt (0.4 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce
EDGE-CACHE ⚔ EC (hit) šŸ“„ torrent šŸ• 16 Jan 2026, 11:31:28 pm IST ā° 10 Feb 2026, 11:31:28 pm IST āœ… Valid for 23d 17h šŸ”„ Refresh Cache