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 AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching 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 Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
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:

  • 3.5 hours on-demand video
  • 1 downloadable resource
  • 3 coding exercises
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Python

Learn Python In A Day With 6 Projects

For programming beginners to pick up the fundamentals of Python within a day! Learn through 6 examples applications.
Rating: 4.6 out of 54.6 (166 ratings)
5,990 students
Created by Jack Chan, Henry Tang, Ray Chung
Last updated 2/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • know basic programming concept and skill
  • build 6 text-based application using python
  • be able to learn other programming languages
  • be able to build sophisticated system using python in the future

Course content

9 sections • 43 lectures • 3h 28m total length

  • Preview01:24

  • Preview01:44
  • Installing Python 3
    00:35
  • Coding Python online
    01:57
  • Bring up the IDLE3
    01:12

  • Preview01:25
  • Data type - Integer and String
    01:19
  • Variables - Storing the data
    00:59
  • Preview02:31
  • Your first python "Hello World" application
    1 question
  • format() - Built-in python functions
    02:52
  • input() - Built-in python functions
    02:17
  • def - Define your functions
    04:19
  • if/elif/else - Conditional statements
    05:10
  • Comparing two integers
    1 question
  • Saving your code - The BMI app
    01:51

  • Preview01:20
  • List - Using List to define the colors
    03:42
  • random - Select the lucky color
    03:06
  • Loop - Keep retrying
    07:46
  • Project - What's your lucky color today
    06:54

  • Preview01:56
  • Set - Storing the lottery numbers
    05:01
  • While loop - Getting the numbers from gamers
    05:48
  • While loop to sum up numbers
    1 question
  • Split() - From String to List
    05:27
  • Global/local variables - Important concept in programming
    03:37
  • Parameters - Important concept in programming
    02:54
  • The lottery app - The final project
    14:18

  • Preview01:54
  • dict - Build your dictionary
    05:45
  • loop - get the content from the dictionary
    03:35
  • error and exception - Adding new vocabulary
    05:47
  • Project - Vocabulary Revision
    17:49

  • Preview01:57
  • Preview07:55
  • Passing objects
    08:25
  • Inheritance
    08:44
  • The hunter game (part 1)
    17:38
  • The hunter game (part 2)
    10:05

  • Preview01:23
  • Preview05:51
  • Write file
    02:37
  • Final Project - To Do List (Part 1)
    09:07
  • Final Project - To Do List (Part 2)
    07:33

  • Where to download source code through git repository
    00:56

Requirements

  • No programming experience required
  • You just need a standard PC or Mac
  • You just need the passion to learn

Description

Have you ever imagined yourself being able to "communicate" with your computer and build applications that can work in a way that you want? Have you ever imagined telling your friends that you know how to code? 

Programming is one of the very important skills that people value a lot in this era. Not only it can help you get a well-paid software engineer job, but it can also train your brain to think in a logically manner. We are sure you agree with that but you are not sure where and how to start. You may be scared by the complicated programming concept, or you may be scared away by the unfriendly code. Don't worry, in this course, we will guide you how to create your first python application step by step.

What is Python?

Python is a simple, intuitive, yet powerful programming language. It is an high-level programming language invented back in 1991. It is a go-to language for beginners because it is so easy and expressive. You can often express concepts with very few lines of code. That's why we choose Python as the programming language for this course!

However, don't have a misunderstanding that Python is only for beginner. It is used in many areas including data analysis, finance, scientific research, artificial intelligence etc. Python is a very powerful programming language and is well supported the community. There are lots of useful packages like Numpy, Scipy etc. It is a programming language that supports multiple programming paradigms like procedural, functional, object-oriented etc. 

In a nutshell, if you can only learn one programming language, Python is your choice!

What exactly will you learn?

This course has a goal, which is to teach you the basic programming skills that you need in one day! 

We understand everyone is busy. We therefore specially design this course to be a quick crash course. And it is okay even if you don't have any programming experience. In this course, no experience is required!

You will learn all the important programming concept using Python as the programming language. We will teach you by using 6 different applications as an example.  

6 different applications you will write

  1. BMI Calculator
  2. Lucky Color
  3. Lottery
  4. Vocabulary Builder
  5. Hunter Game
  6. To-do List

Apart from the above, there are simple programming assignments in the course as well. I hope with this little challenges, you can learn better. And if you come across any questions during the course, feel free to raise it. We are here to make sure you enjoy your learning process.

Who are the instructors?

We are coming from a software engineering background. We have built sophisticated systems for investment banks. You can see our information in our Udemy profile. 

Instructors: Jack Chan, Henry Tang
Course Designer: Raymond Chung

Money back guaranteed!

We are so confident about our course. We are so sure that you will enjoy the course as well. Therefore we provide money back guaranteed. After you have enrolled the course and if you don't like it, you can have your money back! It is unconditional, Udemy backed, 30 days money-back guarantee so you can try this course risk free!

Sign up for our course today, and let us help you to start your programming journey!

Who this course is for:

  • Anyone who want to start coding
  • Anyone who has interest to automate tedious work with script
  • Anyone who want to start writing python

Instructors

Jack Chan
Educator / Software Engineer / Project Manager in iBank
Jack Chan
  • 4.1 Instructor Rating
  • 319 Reviews
  • 13,075 Students
  • 4 Courses

Hi, I'm Jack. I have 15+ years of experience in the finance IT industry, have worked in top tier global investment banks like Morgan Stanley, Merrill Lynch, HSBC and BNP Paribas.

I started programming since I was 10. Since then, I felt in love with software engineering and went on to purse my degree in Information Engineering in university. I was an active participant in world wide programming contests. I had also go aboard to Singapore to work with the local professors to analyze gene data in a bioinformatic project. I learnt a great deal form that in my young age.

I have then been working in the finance IT industry for 10+ years. I worked with different top tier investment banks and has used my skill to build numerous robust systems for them. I have built systems that analyze millions of transactions and positions to spot suspicious movement. I have leveraged the powerful analytical Python libraries to perform data analysis and performance optimization for trading system that works in microsecond level. I have profound knowledge on the modern software development life cycle which use automated testing, continuous integration and agile methodology. I learnt different programming languages, including Java, C#, C++, Php, Python etc. But among them, I found python the most expressive and powerful, it is one of the best programing languages he will recommend to people.

If you like my work, you are welcome to contact me through my website, Facebook, linked-in etc. 

Henry Tang
Software Engineer, Development Team Manager
Henry Tang
  • 4.1 Instructor Rating
  • 237 Reviews
  • 12,528 Students
  • 2 Courses

Hi, I'm Henry. I have 13+ years of experience in software development, of which 7+ years as hands-on Development Team Manager leading agile application development team for Morgan Stanley, a top tier global investment bank. 

Competent in leading development team, coaching and developing people, working in global environment, Agile development process, application architecture design, application development.


Ray Chung
Full Stack Software Designer
Ray Chung
  • 4.1 Instructor Rating
  • 319 Reviews
  • 13,075 Students
  • 4 Courses

Hi! I'm Ray. I'm a developer, also an instructor for several years, I love helping students learn to code and master software development.

I am now self employed developing web applications, network applications and chatbot using Python. The first program I sold was network application that help clients configuring, maintaining and testing thousands of multi-vendor network devices. I'm experienced with big projects like marathon’s online registration system, rental car management system, etc. I've worked extensively with Google App Engine, PostgreSQL and advanced system architecture design.

I've been a self-taught developer for many years, I know what is the most efficient way to learn a new skill. All of my courses have been designed from experiences, also in an interesting and simple way. I hope my courses are enjoyable for you and you will learn a lot from them!


  • 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.