This course introduces basic concepts of systems programming using a modern open source language. You will learn to apply basic programming concepts toward solving problems, writing pseudocode, working with and effectively using basic data types, abstract data types, control structures, code modularization and arrays. You will learn to detect errors, work with variables and loops, and discover how functions, methods, and operators work with different data types. You will also be introduced to the object paradigm including classes, inheritance, and polymorphism.

Introduction to Open Source Application Development

位教师:James Papademas
访问权限由 New York State Department of Labor 提供
您将获得的技能
要了解的详细信息

添加到您的领英档案
31 项作业
了解顶级公司的员工如何掌握热门技能

该课程共有9个模块
Welcome to Introduction to Open Source Application Development! In this module, you will learn to install and configure Python and Visual Studio Code (VSC). You will gain proficiency in programming fundamentals, including declaring variables, describing data types, and implementing programming logic using flowcharts and pseudocode. Additionally, you will acquire the skills to perform arithmetic operations and effectively work with code in Visual Studio Code, culminating in the ability to upload your coding results to the appropriate platform.
涵盖的内容
7个视频8篇阅读材料4个作业1个讨论话题1个非评分实验室
7个视频• 总计62分钟
- Course Introduction• 4分钟
- Instructor Introduction• 2分钟
- Introduction to Python Programming• 10分钟
- Installing Python• 12分钟
- Arithmetic Operations• 14分钟
- Declaring and Using Variables• 9分钟
- Coding Logic and Design• 12分钟
8篇阅读材料• 总计112分钟
- Syllabus• 10分钟
- Course Resource• 10分钟
- Introduction to Python and Programming • 20分钟
- Install and Configure Python and Visual Studio Code (MAC/WIN) • 15分钟
- Perform Arithmetic Operations • 10分钟
- Declare Variables and Understanding Data Types• 25分钟
- Understand Programming Logic including Flowcharts/Pseudocode • 12分钟
- Module 1 Summary• 10分钟
4个作业• 总计225分钟
- Perform Arithmetic Operations Quiz• 15分钟
- Declare Variables and Understanding Data Types Quiz• 15分钟
- Understand Programming Logic including Flowcharts/Pseudocode Quiz • 15分钟
- Module 1 Summative Assessment • 180分钟
1个讨论话题• 总计10分钟
- Meet and Greet Discussion• 10分钟
1个非评分实验室• 总计60分钟
- Module 1 Practice Lab• 60分钟
Module 2 focuses on essential programming concepts and skills. You will learn to format output effectively, leveraging various techniques to present data clearly. Additionally, you will explore the importance of type conversion functions and how to use them proficiently. Finally, you will gain an understanding of the sequential flow of a program, mastering the art of designing programs that interact with users through input and output statements.
涵盖的内容
4个视频5篇阅读材料4个作业1个非评分实验室
4个视频• 总计41分钟
- Sequential Flow of a Program• 8分钟
- Input and Output• 7分钟
- Conversion Functions• 9分钟
- Formatting Output• 17分钟
5篇阅读材料• 总计52分钟
- Sequential Control Structure, Basic Input/Output (IO), Type Conversions • 10分钟
- Programming Input/Output • 10分钟
- Making Use of Type Conversion Functions• 7分钟
- Formatting Output • 15分钟
- Module 2 Summary• 10分钟
4个作业• 总计225分钟
- Programming Input/Output Quiz• 15分钟
- Making Use of Type Conversion Functions Quiz• 15分钟
- Formatting Output Quiz• 15分钟
- Module 2 Summative Assessment • 180分钟
1个非评分实验室• 总计60分钟
- Module 2 Practice Lab• 60分钟
In this module, you will learn how to utilize decision alternatives and construct decision structures using conditional statements like 'if' conditions. This essential skill will enable you to create dynamic and responsive programs that adapt their behavior based on specific conditions and criteria.
涵盖的内容
3个视频5篇阅读材料3个作业1个非评分实验室
3个视频• 总计24分钟
- Decision Operations• 5分钟
- If Conditions• 10分钟
- Alternative Decision Making• 10分钟
5篇阅读材料• 总计55分钟
- Decision Control Structure (Logical Statements) • 5分钟
- Create Decision Structures Using if Conditions • 15分钟
- Making Use of Decision Alternatives • 15分钟
- Module 3 Summary• 10分钟
- Insights from an Industry Leader: Learn More About Our Program• 10分钟
3个作业• 总计210分钟
- Create Decision Structures Using if Conditions Quiz• 15分钟
- Making Use of Decision Alternatives Quiz• 15分钟
- Module 3 Summative Assessment • 180分钟
1个非评分实验室• 总计60分钟
- Module 3 Practice Lab• 60分钟
In this module, you will learn how to construct nested loops to handle complex repetitive tasks efficiently. Additionally, you'll gain proficiency in constructing both 'For' and 'While' loops, empowering you to create versatile and optimized code for various scenarios, from iterative calculations to data processing.
涵盖的内容
4个视频5篇阅读材料4个作业1个非评分实验室
4个视频• 总计40分钟
- Repetition Statements• 4分钟
- While Loop• 14分钟
- For Loop• 15分钟
- Nested Loop• 7分钟
5篇阅读材料• 总计87分钟
- Repetition Control Structure, Logical Statements control• 5分钟
- Constructing a While Loop • 12分钟
- Constructing a For Loop• 30分钟
- Constructing Nested Loops • 30分钟
- Module 4 Summary• 10分钟
4个作业• 总计225分钟
- Constructing a While Loop Quiz• 15分钟
- Constructing a For Loop Quiz• 15分钟
- Constructing Nested Loops Quiz• 15分钟
- Module 4 Summative Assessment • 180分钟
1个非评分实验室• 总计60分钟
- Module 4 Practice Lab• 60分钟
This module is designed to enhance your programming skills by focusing on key areas. You'll learn the art of debugging source code, equipping you with the ability to identify and resolve errors effectively. You will explore how to work with imported modules, expanding your code's functionality. And lastly, you'll delve into defining and implementing user-defined functions, enabling you to organize and streamline your code while building reusable blocks of logic for various applications.
涵盖的内容
4个视频5篇阅读材料4个作业1个非评分实验室
4个视频• 总计34分钟
- Intro to Functions • 3分钟
- Defining and Implementing Functions• 13分钟
- Importing Modules• 10分钟
- Debugging Source Code• 9分钟
5篇阅读材料• 总计60分钟
- Functions and Program Modularity, Common Library Packages, Debugging• 10分钟
- Define and Implement User-defined Functions • 25分钟
- Working with Imported Modules • 12分钟
- Debugging Source Code• 3分钟
- Module 5 Summary• 10分钟
4个作业• 总计225分钟
- Define and Implement User-defined Functions Quiz• 15分钟
- Working with Imported Modules Quiz• 15分钟
- Debugging Source Code Quiz• 15分钟
- Module 5 Summative Assessment • 180分钟
1个非评分实验室• 总计60分钟
- Module 5 Practice Lab• 60分钟
In this module, you will explore essential data manipulation skills. You will learn how to efficiently read and write data to and from files, a critical aspect of real-world data processing. Additionally, you'll master list manipulation techniques, including list slicing, and expand your capabilities by creating lists, including multidimensional ones, enabling you to handle and analyze structured data effectively.
涵盖的内容
4个视频5篇阅读材料4个作业2个非评分实验室
4个视频• 总计32分钟
- Intro to List Processing and File Processing• 1分钟
- List Processing• 15分钟
- List Slices• 5分钟
- Processing Data Files• 11分钟
5篇阅读材料• 总计115分钟
- List Processing, File IO Processing• 5分钟
- Create Lists Including Multidimensional Lists• 50分钟
- Perform List Slicing Techniques • 10分钟
- Read and Write Data To and From a File• 40分钟
- Module 6 Summary• 10分钟
4个作业• 总计225分钟
- Create Lists Including Multidimensional Lists Quiz• 15分钟
- Perform List Slicing Techniques Quiz • 15分钟
- Read and Write Data To and From a File Quiz• 15分钟
- Module 6 Summative Assessment • 180分钟
2个非评分实验室• 总计180分钟
- Module 6 Practice Lab• 60分钟
- Module 6 Practice Lab 2• 120分钟
In this module, you will dive into object-oriented programming (OOP) principles and practices. You will demonstrate your understanding of unified modeling through UML class diagramming, a crucial skill for designing and visualizing software systems. You will also learn how to harness the power of inheritance to build upon existing classes, and you will create your own classes and class objects, paving the way for modular, efficient, and scalable software development.
涵盖的内容
4个视频5篇阅读材料4个作业1个非评分实验室
4个视频• 总计30分钟
- Intro to OOP• 2分钟
- Create Class and Objects • 13分钟
- Introduction to Inheritance• 8分钟
- UML (Unified Modeling Language)• 7分钟
5篇阅读材料• 总计123分钟
- Object Oriented Programming Classes/Objects, Inheritance, UML • 8分钟
- Create Classes and Class Objects • 65分钟
- Use Inheritance to Build Upon Existing Classes• 10分钟
- Learn Unified Modeling (UML) Class Diagramming• 30分钟
- Module 7 Summary• 10分钟
4个作业• 总计225分钟
- Create Classes and Class Objects Quiz• 15分钟
- Use Inheritance to Build Upon Existing Classes Quiz• 15分钟
- Learn Unified Modeling (UML) Class Diagramming Quiz• 15分钟
- Module 7 Summative Assessment• 180分钟
1个非评分实验室• 总计60分钟
- Module 7 Practice Lab• 60分钟
In this module, you will learn how to leverage the Tkinter module to create your own customized GUIs, giving you the ability to design user-friendly software interfaces. Furthermore, you will gain an understanding of the fundamental building blocks of GUIs as you describe and work with basic controls that constitute an interactive and visually engaging user interface.
涵盖的内容
3个视频4篇阅读材料3个作业1个非评分实验室
3个视频• 总计22分钟
- Intro to GUI Programming• 3分钟
- GUI Components• 8分钟
- GUI Program Demo• 11分钟
4篇阅读材料• 总计78分钟
- Crafting a basic Graphical User Interfaces (GUI)• 8分钟
- Understand Basic Controls That Make Up a GUI • 30分钟
- Work With Tkinter Module to Build Your Own GUI• 30分钟
- Module 8 Summary• 10分钟
3个作业• 总计210分钟
- Understand Basic Controls That Make Up a GUI Quiz• 15分钟
- Work With Tkinter Module to Build Your Own GUI Quiz• 15分钟
- Module 8 Summative Assessment • 180分钟
1个非评分实验室• 总计120分钟
- Module 8 Practice Lab• 120分钟
This module contains the summative course assessment that has been designed to evaluate your understanding of the course material and assess your ability to apply the knowledge you have acquired throughout the course. Be sure to review the course material thoroughly before taking the assessment.
涵盖的内容
1个作业
1个作业• 总计180分钟
- Summative Course Assessment• 180分钟
攻读学位
课程 是 Illinois Tech提供的以下学位课程的一部分。如果您被录取并注册,您已完成的课程可计入您的学位学习,您的学习进度也可随之转移。
攻读学位
课程 是 Illinois Tech提供的以下学位课程的一部分。如果您被录取并注册,您已完成的课程可计入您的学位学习,您的学习进度也可随之转移。
Illinois Tech
Bachelor of Information Technology
学位
必须成功申请并注册。资格要求适用。各院校会根据您现有的学分情况,确定完成本课程后可计入学位要求的学分。单击特定课程了解更多信息。
位教师
授课教师评分
我们要求所有学生根据授课教师的教学风格和质量提供对授课教师的反馈。

提供方

提供方

Illinois Tech is a top-tier, nationally ranked, private research university with programs in engineering, computer science, architecture, design, science, business, human sciences, and law. The university offers bachelor of science, master of science, professional master’s, and Ph.D. degrees—as well as certificates for in-demand STEM fields and other areas of innovation. Talented students from around the world choose to study at Illinois Tech because of the access to real-world opportunities, renowned academic programs, high value, and career prospects of graduates.
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

