Giter Club home page Giter Club logo

qbittech / python-for-kids Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mytechnotalent/python-for-kids

0.0 0.0 0.0 667 KB

A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.

Home Page: http://minipython.org

License: Apache License 2.0

Python 100.00%

python-for-kids's Introduction

CLICK FOR VIDEO

Python For Kids

A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.


PROMOTIONAL VIDEO - WATCH NOW HERE ON YOUTUBE


BEGINNER COURSE (BBC micro:bit V2 Development Board) - COMING SOON


BEGINNER COURSE (BBC micro:bit V1 Development Board)

Lesson 1: Python For Kids (Part 1: Goals)

This tutorial will begin with the basic concepts of why kids should learn to program in Python.

-> Click HERE to read the article on LinkedIn.

Lesson 2: Python For Kids (Part 2: Install Mu IDE)

This tutorial will step-by-step help you get the Mu integrated development environment set up for you and your child to begin developing.

-> Click HERE to read the article on LinkedIn.

Lesson 3: Python For Kids (Part 3: "Hello World")

This tutorial will step-by-step code our first program to have our little microcontroller say hello to the world!

-> Click HERE to read the article on LinkedIn.

Lesson 4: Python For Kids (Part 4: FUN With Images)

This tutorial will step-by-step code a FUN image making program where our little microcontroller will make various faces to his new friend.

-> Click HERE to read the article on LinkedIn.

Lesson 5: Python For Kids (Part 5: FUN With Numbers)

This tutorial will step-by-step code a FUN program where we will work with numbers and learn about how to make variables with them.

-> Click HERE to read the article on LinkedIn.

Lesson 6: Python For Kids (Part 6: FUN With Words)

This tutorial will step-by-step code a FUN program where we will work with words and learn about how to make variables with them.

-> Click HERE to read the article on LinkedIn.

Lesson 7: Python For Kids (Part 7: FUN With Word Lists)

This tutorial will step-by-step code a FUN program where we will work with word lists and learn about how to make variables with them.

-> Click HERE to read the article on LinkedIn.

Lesson 8: Python For Kids (Part 8: FUN With Music)

This tutorial will step-by-step code a FUN song making program where our little microcontroller will play various songs to his new friend.

-> Click HERE to read the article on LinkedIn.

Lesson 9: Python For Kids (Part 9: FUN With Talking Robots)

This tutorial will step-by-step interact with a FUN talking robot where we can ask him questions and he will respond to us using his voice.

-> Click HERE to read the article on LinkedIn.

Lesson 10: Python For Kids (Part 10: Dozens Of FREE Additional STEP-BY-STEP Lessons Online!

This tutorial will get you connected to a FREE additional series of step-by-step lessons with detailed code and pictures available from the microbit.org website!

-> Click HERE to read the article on LinkedIn.


INTERMEDIATE COURSE (FREE Mu IDE)

Lesson 11: Python For Kids (Part 11: Goals)

This tutorial will begin with the basic concepts of why kids and young adults should take the next steps toward learning Python as it relates to microcontrollers.

-> Click HERE to read the article on LinkedIn.

Lesson 12: Python For Kids (Part 12: "Hello World")

This tutorial will step-by-step code our first program with CORE Python!

-> Click HERE to read the article on LinkedIn.

Lesson 13: Python For Kids (Part 13: Debugging "Hello World")

This tutorial will step-by-step debug our first program with CORE Python!

-> Click HERE to read the article on LinkedIn.

Lesson 14: Python For Kids (Part 14: I/O)

This tutorial will step-by-step learn basic input and output.

-> Click HERE to read the article on LinkedIn.

Lesson 15: Python For Kids (Part 15: Debugging I/O)

This tutorial will step-by-step debug basic input and output.

-> Click HERE to read the article on LinkedIn.

Lesson 16: Python For Kids (Part 16: "The Universal Language")

This tutorial will talk about the universal language that connects us all.

-> Click HERE to read the article on LinkedIn.

Lesson 17: Python For Kids (Part 17: Intro To Numbers)

This tutorial will discuss an intro to numbers and number systems.

-> Click HERE to read the article on LinkedIn.

Lesson 18: Python For Kids (Part 18: Binary Number System)

This tutorial will discuss an intro to the Binary number system.

-> Click HERE to read the article on LinkedIn.

Lesson 19: Python For Kids (Part 19: Hexadecimal Number System)

This tutorial will discuss an intro to the Hexadecimal number system.

-> Click HERE to read the article on LinkedIn.

Lesson 20: Python For Kids (Part 20: Primitive Data Types)

This tutorial will discuss an intro to primitive data types.

-> Click HERE to read the article on LinkedIn.

Lesson 21: Python For Kids (Part 21: Integer Primitive Data Type)

This tutorial will discuss the integer primitive data type.

-> Click HERE to read the article on LinkedIn.

Lesson 22: Python For Kids (Part 22: Float Primitive Data Type)

This tutorial will discuss the float primitive data type.

-> Click HERE to read the article on LinkedIn.

Lesson 23: Python For Kids (Part 23: String Primitive Data Type)

This tutorial will discuss the string primitive data type.

-> Click HERE to read the article on LinkedIn.

Lesson 24: Python For Kids (Part 24: Bool Primitive Data Type)

This tutorial will discuss the bool primitive data type.

-> Click HERE to read the article on LinkedIn.

Lesson 25: Python For Kids (Part 25: Bytes Primitive Data Type)

This tutorial will discuss the bytes primitive data type.

-> Click HERE to read the article on LinkedIn.


MICROPYTHON FIRMWARE DEVELOPMENT COURSE (FREE Thonny IDE)

REPO HERE

Lesson 1: MicroPython Firmware Development (Part 1: Goals)

This tutorial will begin with the basic concepts of MicroPython Firmware Development.

-> Click HERE to read the article on LinkedIn.

Lesson 2: MicroPython Firmware Development (Part 2: "The Why...")

This tutorial will inspire you to get started developing embedded microcontrollers with NO EXPERIENCE REQUIRED and discuss some of the reasons why now more than ever is the right time to dive in!

-> Click HERE to read the article on LinkedIn.

Lesson 3: MicroPython Firmware Development (Part 3: "The How...")

This tutorial will help get your development environment set up to develop MicroPython.

-> Click HERE to read the article on LinkedIn.

Lesson 4: MicroPython Firmware Development (Part 4: "Hello World")

This tutorial will get you programming your first program in MicroPython and introduce you to the REPL.

-> Click HERE to read the article on LinkedIn.

Lesson 5: MicroPython Firmware Development (Part 5 - Building From Source [OPTIONAL])

This tutorial will get setup with your own custom source build.

-> Click HERE to read the article on LinkedIn.

Lesson 6: MicroPython Firmware Development (Part 6 - Modules)

This tutorial will focus on creating our first persistent module.

-> Click HERE to read the article on LinkedIn.

Lesson 7: MicroPython Firmware Development (Part 7 - Importing Modules)

This tutorial will focus on how import Python modules and begin the topic of firmware design scalability.

-> Click HERE to read the article on LinkedIn.

Lesson 8: MicroPython Firmware Development (Part 8 - Variables)

This tutorial will focus on the concept of variables in Python.

-> Click HERE to read the article on LinkedIn.

Lesson 9: MicroPython Firmware Development (Part 9 - Intro To Data Types)

This tutorial will focus on the concept of data types.

-> Click HERE to read the article on LinkedIn.


MICROPYTHON EDUCATIONAL RESOURCES

MicroPython: Frozen Boot w/ No REPL

This repo provides a brief tutorial on how to set up MicroPython to boot and run a single or series of modules that are frozen into the firmware in addition to disabling the REPL. This can be useful if you have a project that you do not want to allow a user to mod a boot.py or main.py on the file system and have the entire application frozen into the firmware in addition to removing the REPL to keep a user from examining the internals of the firmware. This is an advanced usage of MicroPython and this repo is designed to help a developer with a workflow to provide some basic security if your application calls for such a feature. This simply provides a first step to security as it is the sole responsibility of the developer to take the next steps to build on this design specifically for their IoT application.

-> Click HERE to read the tutorial on GitHub.

MicroPython - MPU6050

An MPU6050 device driver library for MicroPython.

-> Click HERE to read the tutorial on GitHub.

MicroPython - MFRC522

An MFRC522 device driver library for MicroPython.

-> Click HERE to read the tutorial on GitHub.

MicroPython - Music

A repo that provides a music module to MicroPython to allow makers to create music within their projects using PWM.

-> Click HERE to read the tutorial on GitHub.

MicroPython IoT Thermometer

A fun IoT Thermometer which uses an MPU6050 temperature, accelerometer and gyroscope sensor which interfaces with the Adafruit IO in the cloud!

-> Click HERE to read the tutorial on GitHub.

MicroPython IoT RFID Reader

A fun IoT RFID project which uses an MFRC522 RFID read and write sensor which interfaces with the Adafruit IO in the cloud!

-> Click HERE to read the tutorial on GitHub.


MICROPYTHON micro:bit EDUCATIONAL RESOURCES

MicroPython-micro-bit - Study Buddy

The micro:bit Study Buddy is a micro:bit Electronic Educational Engagement Tool designed to help students learn a new classroom subject with the assistance of a micro:bit TED (Talking Educational Database) and a micro:bit TEQ (Talking Educational Quiz).

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - MOD C Library

This is an advanced tutorial for the official BBC micro:bit V2 where we mod the C modmicrobit.c library and add a custom C function frozen into the firmware where users interact with this functionality in the Python REPL.

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Create C Library

This is an advanced tutorial for the official BBC micro:bit V2 where we create a custom C musictheory.c library and add custom C functions frozen into the firmware where users interact with this functionality in the Python REPL.

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Create Python Module

This is an advanced tutorial for the official BBC micro:bit V2 where we create a custom interactive talking statecapital.py module and freeze this custom Python educational chatbot into the firmware where students interact with the bot in the Python REPL to help them learn the respective capitol to each of the 50 states.

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Create Python Module V1

This repo will teach you step-by-step how to build and freeze custom Python modules into the BBC micro:bit V1 fork of MicroPython. If you are an educator and want to develop custom modules you can include in the firmware this tutorial is for you.

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Talking BuildaBot

This is a FUN talking BuildaBot for the official BBC micro:bit V2 where you get to build your VERY OWN TALKING BOT FROM SCRATCH!

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Talking TODOBot

This is a FUN talking TODOBot for the official BBC micro:bit V2.

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Talking Heads Or Tails

This is a FUN talking Heads Or Tails game for the official BBC micro:bit V2 where you play with get to play with our little talking friend!

-> Click HERE to read the tutorial on GitHub.

MicroPython micro:bit - Friend MOD V1

This repo adds a chatbot MOD to the official BBC micro:bit V1 fork of MicroPython. The firmware is included in addition to the source code if you would like to modify for your own educational needs.

-> Click HERE to read the tutorial on GitHub.


CIRCUITPYTHON EDUCATIONAL RESOURCES

CircuitPython Unittest

A repo that provides the MP-Lib unittest.py to CircuitPython to allow makers to take full advantage of Python's unittest within CircuitPython.

-> Click HERE to read the tutorial on GitHub.

CircuitPython: Frozen Boot w/ No REPL

This repo provides a brief tutorial on how to set up CircuitPython to boot and run a single or series of modules that are frozen into the firmware in addition to disabling the REPL. This can be useful if you have a project that you do not want to allow a user to mod a boot.py or code.py on the file system and have the entire application frozen into the firmware in addition to removing the REPL to keep a user from examining the internals of the firmware. This is an advanced usage of CircuitPython and this repo is designed to help a developer with a workflow to provide some basic security if your application calls for such a feature. This simply provides a first step to security as it is the sole responsibility of the developer to take the next steps to build on this design specifically for their IoT application.

-> Click HERE to read the tutorial on GitHub.

CircuitPython BlinkaBot

A fun programmable chatbot where you interface with it using the Bluefruit Connect app (Android & iOS) and communicate with a Circuit Playground Bluefruit microcontroller.

-> Click HERE to read the tutorial on GitHub.

CircuitPython IoT Trivia ESP32-S2 OLED Version - IN DEVEOPMENT

An IoT Trivia app that shows you how to take a JSON web API such as the opentdb.com API and stream and display it on a FeatherS2 in an OLED display.

-> Click HERE

CircuitPython IoT Streaming Data ESP32-S2 (REPL Version)

An IoT Streaming Data app that shows you how to take a JSON web API such as the FREE Hacker News API and stream and display it on a Metro ESP32-S2.

-> Click HERE to read the tutorial on GitHub.

CircuitPython IoT Streaming Data ESP32-S2 OLED Version

An IoT Streaming Data app that shows you how to take a JSON web API such as the FREE Hacker News API and stream and display it on a Metro ESP32-S2 in an OLED display.

-> Click HERE to read the tutorial on GitHub.

CircuitPython IoT Streaming Data

An IoT Streaming Data app that shows you how to take a JSON web API such as the FREE Hacker News API and stream and display it on an Adafruit PyPortal or an Adafruit PyPortal Pynt.

-> Click HERE to read the tutorial on GitHub.

CircuitPython IoT Thermometer

A fun IoT Thermometer which uses a DHT11 temperature and humidity sensor and interfaces with the Adafruit IO in the cloud!

-> Click HERE to read the tutorial on GitHub.


License

Apache License, Version 2.0

python-for-kids's People

Contributors

mytechnotalent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.