Python Programming Basics: How to go from Beginner to Pro

Go to class
Write Review

Free Online Course: Python Programming Basics: How to go from Beginner to Pro provided by Skillshare is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Python Programming Basics: How to go from Beginner to Pro is taught by Connor Look.

Overview
  • Continue your learning: Python Programming (Third Edition) (For the Absolute Beginner)

    Welcome to my course. I am Connor, and in the next 34 minutes I will take you from a beginner at Python Programming and teach you all the skills required to begin coding your own programs. This course includes the knowledge of a 2 year GCSE Computer Science course in a fraction of the time. By combining everything I teach you in this course, you'll be able to code an endless array of fun and useful programs.  

    You will learn:

    • Installing Python (python.org)
    • Printing text
    • Creating variables
    • Printing variables
    • Implementing variables into your strings
    • Assigning the user's input to a variable
    • Using If and Else statements
    • Using While loops
    • Converting texts
    • Annotating your code
    • Creating lists
    • Using the Random module
    • Using the Time module
    • Using the len function
    • Taking an int/float input (Including handling Type errors)
    • Performing mathematical operations 

    Lets get started

Syllabus
    • Introduction
    • Installing Python
    • Printing text
    • Creating variables
    • Printing variables
    • Implementing variables into strings
    • Assigning the user's input to a variable
    • If and Else statements
    • While loops
    • Converting texts
    • Annotating
    • Creating lists
    • Random module
    • Time module
    • Len function
    • Int/float input
    • Mathematical operations
    • Project - Apply your knowledge