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 Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
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 Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing 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
Development Programming Languages Python

Python : Comprehensive Bootcamp (Beginner To Professional)

Learn Python from scratch to confidently building applications.
Rating: 4.5 out of 54.5 (778 ratings)
47,692 students
Created by Bluelime Learning Solutions
Last updated 9/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 desktop applications
  • Learn how to create console applications
  • Learn how to create web applications
  • Learn about Python Data Types and casting
  • Python String Methods and Formatting
  • Python Data Structures
  • Python Functions
  • 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
  • Python and data science
  • Web development with Django
  • Python Object Oriented Programming
  • Building API from scratch

Course content

29 sections • 337 lectures • 35h 48m total length

  • Preview00:52
  • Preview03:34
  • Preview05:25
  • Preview05:16

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

  • Installing Python on Windows
    04:34
  • Installing Python3 on Macs
    06:57
  • Installing Pycharm on Windows
    04:24
  • Changing Pycharm Theme
    02:37
  • Pycharm windows configuration: Part 1
    07:18
  • Pycharm windows configuration: Part 2
    08:04
  • Installing Pycharm on Macs
    03:30
  • Pycharm mac configuration
    11:17
  • Installing Atom Text Editor
    03:57

  • Interacting using Python Shell
    05:25
  • Interacting using Python File
    05:43
  • Python Expressions
    03:17
  • Python Code Comments
    07:37
  • Python Code Indentation
    04:18
  • Python Variables
    05:11
  • Creating Variables
    05:30
  • 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 Operator Precedence
    07:15

  • Python Number Data Type
    05:13
  • Python String Data Type
    07:12
  • Python 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 are data structures
    00:42
  • Python List
    02:25
  • Creating 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
  • 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 Python Files
    02:16

  • 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

  • What are Python Functions
    08:35
  • Python Return Keyword Value
    02:44
  • Default Parameter Value
    05:58
  • 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
  • VarArgs Parameter
    07:21
  • Anonymous Functions
    07:20
  • Python DocStrings
    06:43
  • Python Decorators
    11:00
  • Python Function Vs Python Method
    04:28

Requirements

  • You will need some software installed. The course will show you step by step
  • You need a computer or mac with internet access

Description

Python is a dynamic modern object -oriented programming language  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 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 visualization,speech and face recognition.

Some of the biggest websites on this planet earth use python in one way or another. Examples include:

  • Google

  • Youtube

  • Facebook

  • Nasa

  • Disney

  • Pixar

  • Reddit

  • Pinterest

  • Instagram

  • Spotify

  • Survey Monkey

  • Yahoo Maps


Topics covered include:

  • 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

  • Working with calendars

  • Handling exception errors

  • Version control system with Git and Github

  • Web scrapping with Python

  • Python and Machine Learning

  • Web development with Django

  • Creating a database driven application

  • Python Object Oriented Programming


Projects we will create:

  • Create a web based todo app and deploy to cloud

  • Database CRUD  app with SQL Server and Python

  • MP3 Player

  • Lottery Number Simulator

  • Loan calulator

  • Create a basic calculator

  • Create a digital clock

  • Create a number guessing game

  • Create a random number generator

  • Create a countdown timer

  • Create a lottery number simulator



Who this course is for:

  • Beginners to Python

Instructor

Bluelime Learning Solutions
Learning made simple
Bluelime Learning Solutions
  • 4.2 Instructor Rating
  • 17,430 Reviews
  • 406,247 Students
  • 221 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
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.