Hands-On Python Programming With Raspberry Pi 2023
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.14 GB | Duration: 4h 58m
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.14 GB | Duration: 4h 58m
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.
Description
Welcome to a brand new online course where you can learn hands-on Python programming using Raspberry Pi 4.We will first begin with the essential steps to set up the Raspberry Pi, starting from the important aspects of SSH and WIFI configuration and then burning the operating system to the SD card. You will then learn how to transform your Raspberry Pi into a full-fledged computer using all the peripherals. Upon completing this, you will learn how to access the terminal using the IP Scanner tool and the Putty application, and then we will go ahead with the Virtual Network Computing to access the graphical user interface of the Pi.After completing the first phase of our journey, we will now turn our attention towards Python programming. I will guide you through the process of setting up your programming environment using the official Python IDE and Thonny on your Raspberry Pi. But here is the best part, even if you don't have a Raspberry Pi, you can still join the course! We understand that everyone has different setups, so we will also demonstrate how you can work on other platforms such as Windows, Mac, and Linux. No matter what device you have, we have got you covered.Whether you're a beginner or have some coding experience, we'll start from scratch and progress step by step, ensuring everyone can follow along. We will cover all the essential topics that form the foundation of Python. What sets this course apart is the inclusion of practical examples after each theoretical concept, allowing you to witness how these concepts are applied in real-world scenarios. This hands-on approach will deepen your understanding and enable you to effectively implement logic through programming.Upon mastering Python, you will be presented with exciting opportunities to apply and demonstrate your newly acquired knowledge. You will develop 2 projects. In the first project, you will be creating a thrilling number-guessing game that will challenge your coding skills and ignite your logical thinking abilities. Whereas in the second project, you will be creating a dynamic snake game that will unleash your creativity and expand your problem-solving abilities.I have always been a firm believer in learning by doing, and in this course, you will learn what you need to know by hands-on experience. You don’t need any special knowledge except basic computer skills to get started with this course. Every one of you comes from a different background and hence the course is crafted from basic to advanced level with minute detail in every lecture.Here are two main reasons, why you should take this course :-#1 This course is carefully crafted to deliver both theoretical knowledge and practical application. Each topic is thoughtfully explained with real-world examples, enabling you to learn and practice simultaneously.#2 Upon completing each section, you will encounter a series of coding exercises and assignments specifically tailored to reinforce your understanding of the topic at hand. These exercises will require you to apply your own logical thinking to solve problems, thereby enhancing your problem-solving skills and developing a systematic approach to tackle such challenges.To make the learning curve easier, the entire course has been divided into 10 sections. Let's take a look at the major topics that will be covered in each section of the course.In the first section, we will delve into the fundamental concepts of Python programming and explore the essential software and hardware requirements necessary to successfully complete this course.In the second section, we will dive into the world of Raspberry Pi. We will begin by exploring the configuration of SSH and WIFI and then go through the process of burning the OS onto the SD card. With the bootable SD card and other peripherals, we will transform Raspberry Pi into a full-fledged computer. Next, we will explore a unique scenario where the availability of an external monitor is limited. So to solve this issue, we will learn the process of remotely accessing the terminal of Raspberry Pi by utilizing the concept of IP scanning and SSH. This method allows for seamless connectivity and control over the Raspberry Pi, even without the need for a physical monitor.Building upon this knowledge, we will venture into the realm of virtual network computing, which will allow us to seamlessly interact with Raspberry Pi's graphical user interface. Additionally, we will familiarize ourselves with the official Python IDE, Thonny, and its installation process. And in case, you don't have a Raspberry Pi, we will guide you through setting up the IDE on Windows, Mac, and Linux machines.In the upcoming 3rd section, we will start learning Python programming. This phase will take us on a comprehensive journey through essential topics such as Python syntax, variables, constants, and literals. We will also explore various data types, including numbers, and various ways of string formatting along with important string methods. By the end of this section, you will have a solid foundation in these fundamental concepts of Python programming.In the 4th section of the course, we will learn about operators in Python. In this phase, we will explore a variety of operators, including arithmetic, assignment, comparison, and logical operators. Additionally, we will also go through identity, membership, bitwise, and boolean operators. By the end of this section, you will have a comprehensive understanding of how to effectively utilize these operators to manipulate and evaluate data in Python.In the 5th section, we will go ahead with Lists and Tuples. We will cover accessing, adding, removing, and updating elements in lists and tuples. But that's not all! We'll also get to know about nested lists and tuples, unlocking new possibilities for organizing and manipulating data. By the time you complete this section, you'll possess a deep understanding of lists, tuples, and their advanced functionalities.The 6th section begins with Sets and Dictionaries. Here, we will explore the creation, access, removal, joining, and copying of sets and dictionaries in Python. Apart from that, we will also see how to implement nested sets and dictionaries, unraveling their hidden potential and mastering the important methods associated with these powerful data structures. By the time we complete this section, you'll have a solid grasp of sets, dictionaries, and their advanced features, empowering you to manipulate and organize data in efficient and effective ways.In the 7th section, we will unlock the true power of Conditional and Control Flow Statements. Here, we will go through "if" statements, "if-else" statements, and the versatile "if-elif-else" statements. But that's not all! We will also master the art of control flow with the mighty For and While loops, along with the invaluable break, pass, and continue statements. By the time we conquer this section, You will gain the expertise to effectively handle decision making and confidently exercise control over program execution.In the 8th section, we will get to know about functions. Get prepared to unlock the true potential of code organization and reusability as we explore the art of creating and calling functions. Witness the magic of declaring functions with input parameters, allowing for dynamic and flexible behavior. And fear not, for we shall master the art of passing arguments to functions, empowering our code with the ability to adapt and respond to different scenarios. By the end of this section, you will harness the power of functions and utilize their efficiency and elegance to create cleaner and modular code.In the 9th section of our Python journey, we will start with arrays. We will see how we can create arrays and access its individual elements. We will then see how arrays enhance our ability to organize and manipulate data with precision and ease. By the end of this section, you will possess the knowledge and skills to harness the full potential of arrays.In the 10th section, you will learn to build two projects using the knowledge and skills gained so far. In the first project, you will be developing a number guessing game whereas in the second project you will be designing your own snake game. These hands-on projects will not only solidify your programming skills but also ignite your creativity and problem-solving abilities.Each video in the course will teach you new concepts and techniques which you may apply to any of your projects immediately. This course assumes you as a newbie and no prior knowledge of programming is required. So if you are somebody who has never learnt Python programming before, you do not need to worry, I will be with you every step of the way.Don’t let technical errors hold you back from achieving your goals. If you ever need help, simply post your question in the question and answer section and our dedicated support team will get back to you within 24 hours. They are available to assist you 6 days a week, from Monday to Saturday.We will also share the complete source code with you, so that you can easily replicate the code examples and practice on your own. All lectures are accompanied by English subtitles, ensuring clear and comprehensive understanding.In case, if you don’t like the course, don’t worry at all, you are always protected by 30 days, no questions asked, money back guarantee.Alright, so at the end of the day, you have got nothing to lose. So join me in this incredible journey, into the world of Python Programming and take your technical skills to the next level. If you enroll now, you'll take advantage of this limited-time offer at this special price.
Overview
Section 1: INTRODUCTION
Lecture 1 Introduction to Python
Lecture 2 Usage of Python & its Features
Lecture 3 Hardware Requirements
Lecture 4 Document - Hardware & Software Requirement Lists
Section 2: GETTING STARTED WITH RASPBERRY PI
Lecture 5 Introduction to Raspberry Pi
Lecture 6 Setting Up The Operating System of Raspberry Pi
Lecture 7 Setting up the Raspberry Pi Computer
Lecture 8 Introduction to IP Scanner tool
Lecture 9 Detecting the IP address of the Raspberry Pi
Lecture 10 Getting to Know about SSH & Putty
Lecture 11 Downloading and Installing Putty
Lecture 12 Accessing Raspberry Pi Terminal using Putty
Lecture 13 Understanding VNC
Lecture 14 Accessing Raspberry Pi GUI without Monitor
Lecture 15 Official Python Installation
Lecture 16 Alternative IDE for Development
Lecture 17 Thonny Installation in Raspberry Pi 4
Lecture 18 Thonny Installation on Windows, Mac & Linux
Section 3: GETTING STARTED WITH PYTHON PROGRAMMING
Lecture 19 Understanding Syntax and the first program
Lecture 20 Variable, Constant & Literals [Part1]
Lecture 21 CODE - Variable, Constant & Literals [Part1]
Lecture 22 Variable, Constant & Literals [Part2]
Lecture 23 CODE - Variable Constant & Literals[Part2]
Lecture 24 Data Type in Python
Lecture 25 Numbers in Python
Lecture 26 CODE - Numbers in Python
Lecture 27 Getting started with Strings
Lecture 28 CODE - Getting started with Strings
Lecture 29 Getting Started with Strings Methods
Lecture 30 CODE - Getting started with Strings Methods
Section 4: OPERATORS IN PYTHON
Lecture 31 Understanding Arithmetic & Assignment Operators
Lecture 32 CODE - Arithmetic & Assignment Operators
Lecture 33 Understanding Comparison & Logical Operators
Lecture 34 CODE - Understanding Comparison & Logical Operators
Lecture 35 Understanding Identity & Membership Operators
Lecture 36 CODE - Understanding Identity & Membership Operators
Lecture 37 Understanding the concept of Bitwise Operator
Lecture 38 Example of Bitwise AND along with OR Operator
Lecture 39 CODE - Bitwise AND along with OR Operator
Lecture 40 Example of Bitwise XOR & NOT Operator
Lecture 41 CODE - Bitwise XOR & NOT Operator
Lecture 42 Example of Bitwise LEFT & RIGHT SHIFT Operator
Lecture 43 CODE - Bitwise LEFT & RIGHT SHIFT Operator
Lecture 44 Get to know about Booleans
Lecture 45 CODE - Get to know about Booleans
Section 5: LISTS & TUPLES
Lecture 46 Getting started with Lists
Lecture 47 CODE - Getting started with Lists
Lecture 48 Adding items to list
Lecture 49 CODE- Adding items to list
Lecture 50 Removing the List Item
Lecture 51 CODE - Removing the List Item
Lecture 52 Nested List
Lecture 53 CODE- Nested List
Lecture 54 Changing Nested items
Lecture 55 CODE -Changing Nested items
Lecture 56 List Methods
Lecture 57 CODE - List Methods
Lecture 58 Getting Started with Tuples
Lecture 59 CODE -Getting Started with Tuples
Lecture 60 Updating or Changing Tuple values
Lecture 61 CODE -Updating or Changing Tuple values
Lecture 62 Join Tuples
Lecture 63 CODE - Join Tuples
Section 6: SETS & DICTIONARY
Lecture 64 Get to know about Sets
Lecture 65 CODE -Get to know about Sets
Lecture 66 Adding Elements in Sets
Lecture 67 CODE- Adding Elements in Sets
Lecture 68 Removing Elements from Sets
Lecture 69 CODE - Removing Elements from Sets
Lecture 70 Joining Sets
Lecture 71 CODE - Joining Sets
Lecture 72 Set Operations
Lecture 73 CODE - Set Operations
Lecture 74 Sets Methods
Lecture 75 Understanding Dictionary
Lecture 76 CODE - Understanding Dictionary
Lecture 77 More methods to access Dictionary Elements
Lecture 78 CODE- More methods to access Dictionary Elements
Lecture 79 CODE - Sets Methods
Lecture 80 Removing Items from Dictionary
Lecture 81 CODE - Removing Items from Dictionary
Lecture 82 Copying Dictionary
Lecture 83 CODE - Copying Dictionary
Lecture 84 Methods in Dictionary
Lecture 85 CODE - Methods in Dictionary
Section 7: CONDITIONAL STATEMENT & LOOPS
Lecture 86 Getting started with Conditional statement
Lecture 87 CODE - Getting started with Conditional statement
Lecture 88 “if…elif…else” Conditional statement
Lecture 89 CODE - “if…elif…else” Conditional statement
Lecture 90 Combining if Statement - And , Or , and Not in Conditional Statement
Lecture 91 CODE - Combining if Statement - And , Or , and Not in Conditional Statement
Lecture 92 Nested if Statements in Conditional Statement
Lecture 93 CODE - Nested if Statements in Conditional Statement
Lecture 94 Getting started with control flow statements
Lecture 95 CODE - Getting started with Control Flow Statements
Lecture 96 The continue Statement in Control Flow
Lecture 97 CODE - The continue Statement in Control Flow
Lecture 98 Deep inside The ControLFlow
Lecture 99 CODE - Deep inside Control Flow
Lecture 100 “For loop with else” in Control Flow
Lecture 101 CODE - “For loop with else” in Control Flow
Lecture 102 “Nested Loops” in control flow statements
Lecture 103 CODE - “Nested Loops” in control flow statements
Section 8: FUNCTIONS
Lecture 104 Get to know about Functions
Lecture 105 CODE - Get to know about Functions
Lecture 106 “return” Statement in Functions
Lecture 107 CODE - “return” Statement in Functions
Lecture 108 Function Arguments or Parameters
Lecture 109 CODE - Function Arguments or Parameters
Lecture 110 Type of Arguments in Python Functions
Lecture 111 CODE - Type of Arguments in Python Functions
Section 9: ARRAYS
Lecture 112 Getting your hand dirty with Arrays
Lecture 113 CODE - Getting your hand dirty with Arrays
Section 10: REAL-TIME PROJECT DEVELOPMENT
Lecture 114 Mini Project-1
Lecture 115 CODE - Mini Project-1
Lecture 116 Mini Project-2
Lecture 117 CODE - Mini Project-2
Lecture 118 Summary
This course has been specifically designed with beginners in mind, making it accessible to individuals with basic knowledge of computer science.,Whether you are just starting out or have a foundational understanding of the subject, you can confidently enroll in this course.,Our curriculum takes into consideration the needs of learners at various skill levels, providing clear explanations and step-by-step guidance to ensure a smooth learning experience for everyone.,Don't hesitate to join, as this course is tailored to support your learning journey from the ground up.