Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Cleaning
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 33.5 hours on-demand video
  • 2 articles
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Python

Learn to code with Python from scratch.

Create Useful Projects
Rating: 4.2 out of 54.2 (28 ratings)
231 students
Created by Bluelime Learning Solutions
Last updated 8/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn Python from the ground up.
  • Learn how to setup a python development environment.
  • Learn how to create GUI applications
  • Create a functional todo app and deploy to cloud
  • Create a functional portfolio app
  • Create a basic calculator
  • Create a digital clock
  • Create a times table generator
  • Create a weight conversion tool
  • Create a number guessing game
  • Create a random number generator
  • Create a vowel stripping program
  • Create a countdown timer
  • Create a lottery number simulator
  • Interacting with Python in various ways
  • Python Operators
  • Python Data Types
  • Data type casting
  • Python String Methods and Formatting
  • Python Data Structures
  • Python Functions
  • Python DocStrings
  • Python Decorators
  • Python Control Flow Statements
  • Python Modules and Packages
  • Working with external files in Python
  • Working with dates and times
  • Handling exception errors
  • Version control system with Git and Github
  • Web scrapping with Python
  • Python and Machine Learning
  • Django
  • Using Python with PostgreSQL Relational Database Management System
  • Python Object Oriented Programming

Course content

28 sections • 320 lectures • 33h 15m total length

  • Preview06:06
  • Preview05:16
  • Installing Python on Windows
    04:34
  • Installing Python3 on a Mac
    06:57
  • Installing Pycharm on Windows
    04:24
  • Installing Pycharm on a Mac
    03:30
  • How to change theme in Pycharm
    02:37
  • Pycharm Configuration on Windows Part 1
    07:18
  • Pycharm Configuration on Windows Part 2
    08:04
  • Pycharm configuration on a Mac
    11:17
  • Introduction to Plain Text Editors
    03:42
  • Installing Atom text editor
    03:57
  • Installing Brackets
    07:11
  • Installing SublimeText Editor
    03:21
  • Installing Visual studio code
    06:00
  • How to change background color on mac terminal
    01:48
  • How to change font size on mac terminal
    01:18

  • What is the commandline
    00:50
  • How to access the command line
    03:10
  • What you can do with the commandline
    01:22
  • Useful Commands
    04:39

  • High and Low Level Programming languages
    03:34
  • Preview05:25
  • Interacting with Python Part 1
    05:25
  • Interacting with Python Part 2
    05:43
  • Python Expressions
    03:17
  • Python Statement
    06:19
  • Python Code Comments
    07:37
  • Code Indentation
    04:18
  • Python Variables
    05:11
  • Creating Variables
    05:30
  • Algorithms
    07:10
  • Getting Input From Users
    10:27

  • Introduction to Python Operators
    03:10
  • Python Arithmetic Operators
    06:15
  • Python Assignment Operators
    04:26
  • Python Comparison Operators
    06:16
  • Python Logical Operators
    06:33
  • Python Identity Operators
    05:42
  • Python Membership Operators
    04:00
  • Binary Numbers
    09:12
  • Python Bitwise Operators -Part 1
    08:36
  • Python Bitwise Operators -Part 2
    05:43
  • Python Operators Precedence
    07:15

  • Number Data Type
    05:13
  • String Data Type
    07:12
  • Boolean Data Type
    02:07
  • Casting Data Types
    07:42

  • Python String Methods Part 1
    08:24
  • Python String Methods Part 2
    11:00
  • Python String Formatting Part 1
    07:29
  • Python String Formatting Part 2
    09:04

  • What is a Python List
    02:25
  • Create a Python List
    04:25
  • Accessing elements in a List
    08:33
  • Python List Methods Part 1
    10:24
  • Python List Methods Part 2
    10:00
  • Nested List and For Loop
    08:08
  • Python Tuple Part 1
    05:59
  • Python Tuple Part 2
    07:23
  • Python Set
    06:37
  • Python Set Methods
    08:19
  • Python Dictionary
    07:30
  • Python Dictionary Methods
    12:06
  • Creating a directory for your python files
    02:16

  • What are Functions in Python ?
    08:35
  • Python Return Keyword Value
    02:44
  • Using Default Parameter Value
    05:58
  • Using Keyword Arguments
    06:05
  • Functions Returning Other Functions
    03:00
  • Assigning Functions to Variables
    05:09
  • Global and Local Variable Scopes
    07:52
  • Nesting Functions
    05:33
  • Nesting Functions Accessing Variable Scope
    05:02
  • Function Pass Keyword
    01:09
  • Passing Functions as Arguments
    05:46
  • Using VarArgs Parameter
    07:21
  • Python Function Vs Python Method
    04:28
  • Anonymous Functions
    07:20
  • Python DocStrings
    06:43
  • Python Decorators
    11:00

  • Introduction to Control Flow
    03:13
  • If Statements
    06:47
  • Else Statements
    08:04
  • Elif Statements
    07:12
  • While loops
    06:04
  • For Loops
    03:31
  • Nested For Loops
    04:58
  • Break Statement
    04:39
  • Continue Statement
    05:41
  • For loop and break statement
    03:35
  • For Loop and Continue Statement
    04:00
  • For Loop and else statement
    03:31
  • For Loop and Range Statement
    07:51

  • Introduction to OOP
    06:15
  • Creating a Class
    10:39
  • Instantiating a Class
    07:47
  • Modifying Classes
    07:40
  • Class and Instance Variables
    02:12
  • Inheritance Part 1
    07:06
  • Inheritance Part 2
    06:10
  • Inheritance Part 3
    09:56
  • Inheritance Part 4
    07:31
  • Polymorphism Part1
    04:33
  • Polymorphism Part 2
    08:24
  • Polymorphism Part 3
    09:20
  • Encapsulation Part 1
    06:28
  • Encapsulation Part 2
    06:43
  • Encapsulation Part 3
    08:23
  • Abstraction Part 1
    09:05
  • Abstraction Part 2
    14:14

Requirements

  • Internet access and a computer required.

Description

Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer.It is also known as a general purpose programming language due to it's flexibility.

Python is object -oriented means it regards everything as an object. An object in the real world could be a person or a car.

Python is an interpreted language that does not need to be complied like for example java programming language.

It is interpreted and run on the fly the same time.

Python has been used in a lot of places like in creating games, for statistical data and visualisation,speech and face recognition.


Some of the biggest websites on this planet earth use python

in one way or another. Examples inlude:

  • Google

  • Youtube

  • Facebook

  • Nasa

  • Disney

  • Pixar

  • Reddit

  • Pinterest

  • Instagram

  • Spotify

  • Survey Monkey

  • Yahoo Maps


In this absolute beginners course you will learn Python in a practical way

from the ground up. The course consist of over 30 hours of video over 300 lectures and several practical hands on projects.


Topics covered include:

  • How to download and install python

  • Installing text editors and Pycharm

  • Interacting with Python in various ways

  • Command line basics

  • Python Operators

  • Python Data Types

  • Data type casting

  • Python String Methods and Formatting

  • Python Data Structures

  • Python Functions

  • Python DocStrings

  • Python Decorators

  • Python Control Flow Statements

  • Python Modules and Packages

  • Working with external files in Python

  • Working with dates and times

  • Working with calendars

  • Handling exception errors

  • Version control system with Git and Github

  • Web scrapping with Python

  • Python and Machine Learning

  • Django

  • Bootstrap

  • PostgreSQL Relational Database Management System

  • Python Object Oriented Programming

  • Polymorphism

  • Classes and Methods

  • Inheritance

  • Encapsulation

  • Abstraction



Projects we will create:

  • Create a functional todo app and deploy to cloud

  • Create a functional portfolio app

  • Create a basic calculator

  • Create a digital clock

  • Create a times table generator

  • Create a weight conversion tool

  • Create a number guessing game

  • Create a random number generator

  • Create a vowel stripping program

  • Create a countdown timer

  • Create a lottery number simulator


Who this course is for:

  • Beginner Python Developers
  • Beginners to Python
  • Beginners to Data Science

Instructor

Bluelime Learning Solutions
Learning made simple
Bluelime Learning Solutions
  • 4.1 Instructor Rating
  • 15,742 Reviews
  • 339,434 Students
  • 213 Courses

Bluelime is UK based and creates quality easy to understand  eLearning  solutions .All our courses are 100% video based. We teach hands –on- examples  that teach real life skills .

Bluelime has engaged in various types of projects for fortune 500 companies and understands what is required to prepare students with the relevant skills they need.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.