zoukankan      html  css  js  c++  java
  • Coursera课程《Python数据结构》中课程目录

    Python Data Structures

    Python Data Structures is the second course in the specialization Python for Everybody. It covers Chapters 6-10 of the textbook Python for Informatics, which is the same material as the second half of the course Programming for Everybody (Python). You should be familiar with the material covered in Chapters 1-5 before beginning this course.

    Each Chapter will have a quiz and one or two required programming assignments. You must complete all of the quizzes and assignments to pass the course. To pass a quiz, you must get 80% correct. There is no partial credit on programming assignments. You can track your progress on the Assignments page.

    The class is six weeks long, with suggested deadlines each week to help you stay on track. These weekly deadlines are not mandatory, and you can turn them off from the Course Settings options at the bottom of the Home page.

    Students who want to earn a certificate will be asked to verify their identity each time they submit a quiz or assignment. If you do not plan to earn a certificate, you can also turn off these reminders from Course Settings. But if you want to get a certificate later, you should not turn these off.

    You must complete all course requirements by the end of the last week to pass the course. If you have not completed the course, you can enroll in the next session and your work will be carried over. New sessions begin month.

    Syllabus

    Week 1

    Chapter Six: Strings

    • Welcome
    • Textbook and Slides
    • Lecture materials
    • Review: Chapter 6 Quiz
    • Assignment 6.5
    • Bonus Interview: Monash Museum of Computing History
    • Additional Materials

    Week 2

    Installing and Using Python

    • Installing Python – Overview

    - Using Python in this Class

    - Python Code Playground

    • Recommended: Install Python - Windows 8
    • Recommended: Using Python - Macintosh
    • Recommended: Using Python on a Raspberry Pi
    • Recommended: Install Python - Windows Vista
    • Optional Assignment: Python Installation and Screen Shots

    Week 3

    Chapter Seven: Files

    • Lecture Materials
    • Review: Chapter 7 Quiz
    • Assignment 7.1
    • Assignment 7.2
    • Demonstration: Worked Exercise 7.6
    • Bonus Interview: Gordon Bell

    Week 4

    Chapter Eight: Lists

    • Lecture Materials
    • Review: Chapter 8 Quiz
    • Assignment 8.4
    • Assignment 8.4
    • Worked Exercise: Lists
    • Bonus Interview: Rasmus Lerdorf

    Week 5

    Chapter Nine: Dictionaries

    • Lecture Materials
    • Review: Chapter 9 Quiz
    • Assignment: 9.4
    • Worked Exercise: Dictionaries
    • Bonus Interview: Brendan Eich

    Week 6

    Chapter Ten: Tuples

    • Lecture Materials
    • Review: Chapter 10 Quiz
    • Assignment: 10.2
    • Worked Exercise: Tuples and Sorting
    • Bonus Interview: Douglas Crockford

    A note about Specializations…

    A Coursera Specialization is a series of courses that are designed to build on each other and culminate in a Capstone project. All courses except the Capstone are free, but to receive a Specialization certificate, you must pay for and earn a verified certificate in each of the courses. The Capstone is only open to students who have completed and received certificates in all of the other courses.

    The University of Michigan offers the specializations Python for Everybody and Web Design for Everybody. Python for Everybody is based on the free textbook Python for Informatics, and includes the following courses:

    Students with a Verified Certificate in the 10-week course Programming for Everybody (PR4E) start at the third course if they want to complete the specialization.

    from: https://www.coursera.org/learn/python-data/supplement/eFlVW/course-information-syllabus

  • 相关阅读:
    c#中Split等分割字符串的几种方法
    js中的null和undefined的区别
    限制CheckBoxList选中的数量
    js中的boolean原始类型和Boolean引用类型
    div漂浮在flash上面
    关于导出excel是经常出现的几个问题
    关于表的合并
    框架
    Js实现类似图片相册左右切换效果
    DNS域名系统
  • 原文地址:https://www.cnblogs.com/GarfieldEr007/p/5164641.html
Copyright © 2011-2022 走看看