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 Mindfulness Personal Development Personal Transformation Life Purpose Meditation CBT 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
Microsoft Power BI SQL Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
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
Development Programming Languages Programming Fundamentals

Python一步一步入门,为了解计算机科学人工智能打基础。

通过阅读和编码来学会编程
Rating: 0.0 out of 50.0 (0 ratings)
2 students
Created by 渔夫 刘
Last updated 5/2020
Simplified Chinese
30-Day Money-Back Guarantee

What you'll learn

  • Python编程系统知识
  • 循环、分支、变量、函数等基础知识
  • 计算机科学的基础知识
  • 实时交流的微信群组

Course content

7 sections • 51 lectures • 5h 21m total length

  • Preview04:40
  • 【加餐】VSCode的安装
    05:51
  • (苹果电脑的问题补充)开发者内容安装
    00:04
  • Preview04:54
  • 运行Python程序(1.3)
    03:18
  • Preview01:15
  • 编程挑战(1.5)
    08:54

  • 【加餐】什么是海龟作图?
    00:50
  • 第一个海龟程序(2.1)
    08:09
  • 旋转的海龟(2.2)
    03:52
  • 海龟画圆(2.3)
    05:41
  • 添加颜色(2.4)
    03:48
  • 颜色列表(2.4.1)
    07:20
  • 修改背景颜色(2.4.2)
    01:55
  • 一个变量搞定一切(2.5)
    11:59
  • 本章小节(2.6)
    00:35
  • 编程挑战(2.7)
    06:27

  • 变量——保存内容的地方(3.1)
    09:32
  • Python中的数字和数学运算(3.2.1--3.2.5)
    07:34
  • Pizza运算器(3.2.6)
    09:52
  • 字符串——Python中真正的字符串(3.3)
    05:41
  • 用字符改进彩色螺旋线(3.4)
    11:34
  • 列表——将所有内容放在一起(3.5)
    11:28
  • 用Python做作业(3.6)
    10:14
  • 编程挑战第一部分(3.8)
    09:43
  • 编程挑战第二部分(3.8)
    06:50

  • 画一朵玫瑰(4.0)
    05:39
  • 构建自己的循环(4.1)
    02:32
  • 使用for循环生成四个圆组成的玫瑰花(4.1.1)
    05:07
  • 修改循环让玫瑰花带有6个圆(4.1.2)
    03:36
  • 把玫瑰花程序改为允许用户输入(4.2)
    08:03
  • 游戏循环和while循环(4.3)
    08:39
  • 家庭成员螺旋线第一部分(4.4)
    08:16
  • 家庭成员螺旋线第二部分(4.4)
    10:51
  • 整合——病毒式螺旋线(第一部分)(4.5)
    08:48
  • 整合——病毒式螺旋线(第二部分)(4.5)
    05:41
  • 整合——病毒式螺旋线(第三部分)(4.5)
    06:32
  • 本章小结(4.6)
    03:01
  • 编程挑战第一部分:玫瑰花螺旋线(4.7)
    09:33
  • 编程挑战第一部分:家庭成员螺旋线(4.7)
    11:11

  • IF语句(5.1)
    06:49
  • 认识布尔值(5.2)
    04:41
  • 你还不够大(5.2.2)
    06:38
  • if...else..语句(5.3)
    02:34
  • 多边形或玫瑰花(5.3.1)
    08:26
  • 多边形和玫瑰花(5.3.2)
    10:12
  • elif...语句(5.4)
    06:21
  • 复杂条件(第一部分)(5.5)
    03:21
  • 复杂条件(第二部分)(5.5)
    10:37

  • 第六章简介
    01:43

  • 第七章简介
    01:03

Requirements

  • 能够操作电脑
  • 能够使用键盘打字和基本的阅读能力

Description

一本书一起读,阅读和动手编程一起做。练习与思考才是真正学习的好方法。

买一本《教孩子学编程(python版本)》和渔夫一起来学习吧。

这个课程主要包含:

  • 编码过程讲解

  • 阅读答疑

  • 课后训练答疑

对于编程学习,渔夫觉得读书和编码结合是最好的学习方法!

Who this course is for:

  • 有兴趣作计算机科学的老师
  • 0基础要入门python的人

Instructor

渔夫 刘
游戏开发者
渔夫 刘
  • 4.3 Instructor Rating
  • 61 Reviews
  • 1,330 Students
  • 2 Courses

渔夫

游戏开发与设计六年,软件工程专业。

热爱游戏和编程。喜爱与孩子互动。

亲自打造渔夫的比特世界直播互动课程。

游戏独立开发者,游戏设计师,在线儿童编程教师,喜爱和儿童互动,能够很好的感染孩子情绪促使孩子集中精力学习。

擅长:Scratch游戏设计和开发,Unity3D游戏设计与开发,能够使用C#和Bolt等编程工具。

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