Skip to content

Programming with Python

2 in 1 bundle | Gain competencies in Python | Free PDF Certificate | Support


Blackboard Learning

Summary

Price
£12 inc VAT
Study method
Online
Course format What's this?
Video
Duration
6 hours · Self-paced
Access to content
365 days
Qualification
No formal qualification
Certificates
  • Certificate of completion - Free
Additional info
  • Tutor is available to students

Add to basket or enquire

Overview

During the Programming with Python course, you’ll engage with knowledge and real-life case studies as you develop practical skills and techniques for immediate application to Python projects, or within your organisation. You will be benefited from the unique pedagogy and multidisciplinary approach of Blackboard Learning—an institution at the forefront of research and online learning—as you develop Python skills to better understand the microcontroller, micro Python hardware , and ESP32 board and the factors that contribute to career success and failure.

Throughout this Programming with Python course, developed by industry experts, you’ll get the opportunity to learn from experts with diverse experience. Guided by experts, Programming with Python course prepares you to become a change-maker with the skills to drive your career or organisation forward.

Programming with a Python course will demystify Python and give you the toolkit to make better contributions and to become an even greater asset to your organisation. It will also allow you to communicate more effectively and confidently about Python issues, whether it is with the relevant people in your own business or with those outside your workplace.

After completing the Programming with Python course from Blackboard Learning, you will be more skillful with more knowledge, along with practical tips and advice that will help you to learn the essential aspects of Python. Skills development in Python leads you to career development in the Python sector.

Courses included in this Programming with Python bundle course:

Enrol in the Programming with Python course and get started with the Programming with Python journey!

This Programming with Python course is a course consisting of courses with many Python related topics.

You will get in this bundle course-

Course 1: Micro Python Programming Hardware in Micro Python

Course 2: Learn Python Programming from A-Z

Certificates

Certificate of completion

Digital certificate - Included

Description

The Programming with Python course contains important modules that teach learners about their professional needs and succession. In the United Kingdom, Blackboard Learning is one of the most popular online Programming with Python course providers. You will get a solid foundation of knowledge about Python in this Programming with Python course. You will be able to think critically about Programming with Python and comprehend basic Python theories and methods. This Programming with Python course was created to provide you with the tools and methods you'll need to make a measurable effect in your career, whether your objective is to land a job, improve your abilities, or make a good influence in some other way.

Curriculum for Programming with Python bundle courses:

Course 1: Micro Python Programming Hardware in Micro Python

Introduction & Getting Started

  • Introduction
  • Who We Are
  • Important Note
  • History of Micro Python
  • Micro Python Walkthrough
  • Is Micro Python Ready
  • Python and STEM
  • Micro Python Physical Computing Elements
  • What is A Microcontroller
  • What is A Microcontroller
  • Why Micro Python
  • Why Micro Python
  • Difference between Micro python and Other Programming languages
  • Micro Python Hardware
  • Micro Python Hardware
  • Micro Python Workflow
  • Serial Interface
  • IDEs
  • Create and Deploy Code using IDE
  • Create and Deploy Code using IDE
  • Your First Code
  • ESP32 Board with Micro Python
  • Download and Install Arduino Esp. and USB Driver
  • Download and Install Arduino ESP32 v1 Development environment
  • ESP 32 Pinout v1 DOIT
  • Connect Board and Update Firmware
  • ESP 32 Firmware
  • esp32-idf3-20201111-unstable-v1.13-157-gd7e152659
  • Practical Blink Led Practical Example
  • Blink Led Practical Example
  • The Code
  • first example blink led
  • Practical Led fading Example
  • Led Fading Example
  • The Code
  • fade example
  • Practical Fading an LED In and Out
  • Fading and LED In and out
  • The Code
  • fade in and out
  • General board control
  • General board control
  • Timers and Delay
  • Timers and Delay
  • Pins and GPIO
  • Pins and GPIO
  • PWM(pulse width modulation)
  • PWM
  • ADC(analog to digital conversion)
  • Analog to Digital Conversion
  • ADC(analog to digital conversion)
  • SPI bus
  • SPI Protocol
  • Software SPI bus
  • Hardware SPI bus
  • I2C bus
  • I2C Protocol
  • Software i2C bus
  • Hardware I2C bus
  • Real time clock(RTC)
  • Real time clock(RTC)
  • Deep-sleep mode
  • Deep-sleep mode
  • RMT
  • RMT
  • One Wire driver
  • One Wire driver
  • Nonpixel driver
  • Nonpixel driver
  • Capacitive touch
  • Capacitive touch
  • DHT driver
  • DHT driver
  • Troubleshooting Tips
  • Permission Error
  • restarting Your ESP board, running a new Script or opening
  • Burn Firmware keeps Coming Up Micro Python
  • The End
  • The End
  • Extra
  • Download and install Python Editor
  • Download and Install Code editor
  • Python Coding for beginners
  • Introduction
  • Why Python
  • Download and Install Python
  • Hello World and Help Function
  • Variables and basic data types in Python
  • Commenting your code
  • Reading Keyboard input
  • Exercise-Build a program to say hello
  • Exercise Build a simple calculator app
  • Conditional Statement
  • Loops For Loop
  • Loops While Loop
  • Exercise Username and Password
  • Another python IDE Editor that you can use for this section

Course 2: Learn Python Programming from A-Z

  • Section 1: Introduction to Complete Python Programming
  • Intro To Python Section Overview
  • What is Python Programming?
  • Who is This Course For?
  • Python Programming Marketplace
  • Python Job Opportunities
  • How to Land a Python Job w/o a Degree
  • Python Programmer Job Roles
  • Section 2: Getting Familiar with Python
  • Getting Familiar with Python Overview
  • Installing Python on Windows
  • Anaconda and Jupiter Notebooks Part 1
  • Anaconda and Jupiter Notebooks Part 2
  • Python Syntax
  • Python Line Structure
  • Line Structure Exercise
  • Python Comments
  • Joining Lines in Python
  • Working with Multiple Statement on a Single Line
  • Indentation
  • Section 3: Python Basic Data Types
  • Python Basic Data Types Overview
  • Python Variables
  • Integers and Floats
  • String Overview
  • String Manipulation
  • String Indexing
  • String Slicing
  • Working with Boolean
  • Printing Function
  • Mini Project - Letter Counter
  • Section 4: Python Operators
  • Python Operators Overview
  • Arithmetic Operators
  • Assignment Operators
  • Comparison Operators
  • Logical Operators
  • Identity Operators
  • Membership Operators
  • Bitwise Operators
  • Section 5: Python Advanced Data Types
  • Python Advanced Data Types Overview
  • Python Lists
  • List Slicing and Indexing
  • Python Tuples
  • Python Sets
  • Python Dictionaries
  • When To Use Each One?
  • Compound Data Types
  • Section 6: Python Control Flow Part 1
  • Python Control Flow Part 1 Overview
  • Intro To Control Flow
  • More Conditional Statements
  • For Loops
  • While Loops
  • Section 7: Python Control Flow Part 2
  • Python Control Flow Part 2 Overview
  • Break Statements
  • Continue Statements
  • Zip Function
  • Enumerate Function
  • List Comprehension
  • Section 8: Python Functions
  • Python Function Overview
  • Intro To Functions
  • Python Help Functions
  • Defining Functions
  • Variable Scope
  • Doc Strings
  • Section 9: User Input and Error Handling
  • User Input and Error Handling Overview
  • Intro To Error Handling
  • User Input
  • Syntax Errors
  • Exceptions
  • Handling Exceptions Part 1
  • Handling Exceptions Part 2
  • Section 10: Python Advanced Functions
  • Python Advanced Function Overview
  • Lambda Functions
  • Functions rags and wars
  • Python Iterators
  • Generators and Yield
  • Map Function
  • Filter Function
  • Section 11: Python Scripting and Libraries
  • Python Scripting and Libraries Overview
  • What is a Script?
  • What is an IDE?
  • What is a Text Editor?
  • From Jupiter Notebook to VS code Part 1
  • From Jupiter Notebook to VS code Part 2
  • Importing Scripts
  • Standard Libraries
  • Third-Party Libraries
  • Section 12: Numbly
  • Numbly Overview
  • Intro To Numbly
  • Why Use Numbly
  • Numbly Arrays
  • Reshaping, Accessing, and Modifying
  • Slicing and Copying
  • Inserting, Appending, and Deleting
  • Array Logical Indexing
  • Broadcasting
  • Section 13: Pandas
  • Intro To Pandas
  • Pandas Series
  • Pandas Series Manipulation
  • Pandas Data Frame
  • Pandas Data Frame Manipulation
  • Dealing with Missing Values
  • Section 14: Intro To OOP
  • Functional vs OOP
  • OOP Key Definitions
  • Create Your First Class
  • How to Create and Use Objects
  • How To Modify Attributes
  • Section 15: Advanced OOP
  • Python Decorators
  • Property Decorator
  • Class Method Decorator
  • Static Methods
  • Inheritance from A-Z
  • Section 16: Starting a Career in Python
  • Python Career Overview
  • Getting Started with Freelancing
  • Building a Brand
  • Personal Branding
  • Importance of Having Website/Blog
  • Networking
  • Top Freelance Websites
  • Creating a Python Developer Resume

Why Blackboard Learning:

Blackboard Learning is an online learning platform through which students from any corner of the world can learn their desired course. Using online learning, we assist students in realizing their full potential and advancing their careers. Today, our goal is to be the world's leading provider of online learning experiences with a global impact. By leveraging online learning, we assist students in preparing for bright futures in world-changing jobs. We provide a wide range of categories, including Accounting & IT, Programming, Creative, and more. Our courses are designed to stretch students intellectually through state-of-the-art online learning.

Who is this course for?

This Programming with Python course is for anyone looking to develop their skills and knowledge in Python related fields, as well as for those-

  • I Want to enhance Programming with Python related skills and knowledge.
  • Use Python related knowledge in his career or profession.
  • Needs Python related skills for new job applications and opportunities.
  • Who wants to learn Programming with Python and apply in real life.
  • Anyone who wants to demonstrate Programming with Python to prospective employers or jobs.
  • Anyone who wants to apply Programming with Python course related skills and dive into relevant career paths.

Requirements

Programming with a Python course does not require prior knowledge or experience. Anyone with a PC, tablet, or mobile phone can do the Programming with Python course. It would be ideal for the learner to have:

  • An open minded, a spirit of self-inspection, and willingness to improve himself/herself.
  • A desire to improve business (and personal) knowledge and skills.
  • The desire to enhance skills inPython.

Career path

This Programming with Python course is exciting as it opens the doors to many professions related to Python. Prospective Programming with Python course related career paths that include but are not limited to-

  • Web developer
  • Computer games developer
  • Programmer

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.