К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Introduction to Open Source Application Development · LearnSpace
Назад в каталог
courseraПрограммирование

Introduction to Open Source Application Development

Курс от Illinois Tech
Начальный≈ 59.8 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

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. Learning Python has become increasingly popular in recent years, and for a good reason. Python is a versatile programming language that can be used for a wide range of applications, including data science, machine learning, web development, and more. In an introductory Python course such as this, you can expect to learn the basics of Python syntax, data types, control structures, and functions. Learning Python can lead to many career benefits, including increased job opportunities, higher salaries, and the ability to work on exciting and innovative projects. Additionally, adding online courses and certifications to a resume can demonstrate a commitment to professional development and a willingness to learn new skills. Upon successful completion of this course, you will be able to: - Recall and describe software application and development theory and concepts - Write, compile, execute, troubleshoot, analyze, evaluate, and resolve simple problems through program coding using Python computer language. - Develop, synthesize, and identify important language standard libraries and utilities. - Apply data transfer techniques between modules using parameters and return values. - Construct applications to use simple files for input and output. - Implement arrays as structures to contain data. - Use a higher-level programming language to code, test, and debug software designs. - Implement concepts of Object Oriented Programming (OOP), inheritance and polymorphism. - Describe integration of Graphical User Interfaces (GUIs) and event driven programming. - Analyze a complex computing problem and to apply principles of computing and other relevant disciplines to identify solutions (ABET Computing Criterion 3.1) - Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements in the context of the program’s discipline (ABET Computing Criterion 3.2) - Identify and analyze user needs and take them into account in the selection, creation, evaluation, and administration of computer-based systems (ABET IT Criterion 3.6)

Навыки, которые вы освоите

Computer ProgrammingProgramming PrinciplesPython ProgrammingProgram DevelopmentFile I/ODebuggingUnified Modeling LanguageObject Oriented Programming (OOP)Diagram DesignUser Interface (UI)System ProgrammingGraphical ToolsPseudocodeData StructuresSoftware DesignEvent-Driven ProgrammingObject Oriented Design

Программа курса

9 модулей · 116 учебных материалов

01Module 1: Introduction to Python and Programming21 материалов

Course Welcome

Course IntroductionВидеоInstructor IntroductionВидеоSyllabusЧтениеCourse ResourceЧтение

Учитесь у экспертов

James Papademas

Industry Assoc. Professor, Information Technology and Management

Introduction to Open Source Application Development
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 59.8 ч

9 модулей

Язык: Английский

Часть программы вашего университета
Meet and Greet DiscussionОбсуждение

Module 1 Introduction

Introduction to Python and Programming ЧтениеIntroduction to Python ProgrammingВидео

Lesson 1: Introduction to the Python Programming Language

Install and Configure Python and Visual Studio Code (MAC/WIN) ЧтениеInstalling PythonВидео

Lesson 2: Arithmetic Operations

Perform Arithmetic Operations ЧтениеArithmetic OperationsВидеоPerform Arithmetic Operations QuizЗадание

Lesson 3: Variables and Data Types

Declare Variables and Understanding Data TypesЧтениеDeclaring and Using VariablesВидеоDeclare Variables and Understanding Data Types QuizЗадание

Lesson 4: Programming Logic

Understand Programming Logic including Flowcharts/Pseudocode ЧтениеCoding Logic and DesignВидеоModule 1 Practice LabЛабораторнаяUnderstand Programming Logic including Flowcharts/Pseudocode Quiz Задание

Module 1 Summative Assessment

Module 1 Summative Assessment Задание

Module 1 Summary

Module 1 SummaryЧтение
02Module 2: Sequential Control Structures, Basic Input/Output, Type Conversions14 материалов

Module 2 Introduction

Sequential Control Structure, Basic Input/Output (IO), Type Conversions ЧтениеSequential Flow of a ProgramВидео

Lesson 1: Programming Input/Output

Programming Input/Output ЧтениеInput and OutputВидеоProgramming Input/Output QuizЗадание

Lesson 2: Type Conversion Functions

Making Use of Type Conversion FunctionsЧтениеConversion FunctionsВидеоMaking Use of Type Conversion Functions QuizЗадание

Lesson 3: Formatting output

Formatting Output ЧтениеFormatting OutputВидеоModule 2 Practice LabЛабораторнаяFormatting Output QuizЗадание

Module 2 Summative Assessment

Module 2 Summative Assessment Задание

Module 2 Summary

Module 2 SummaryЧтение
03Module 3: Decision Control Structure (Logical Statements)12 материалов

Module 3 Introduction

Decision Control Structure (Logical Statements) ЧтениеDecision OperationsВидео

Lesson 1: Decision Structures Using if Conditions

Create Decision Structures Using if Conditions ЧтениеIf ConditionsВидеоCreate Decision Structures Using if Conditions QuizЗадание

Lesson 2: Decision Alternatives

Making Use of Decision Alternatives ЧтениеAlternative Decision MakingВидеоModule 3 Practice LabЛабораторнаяMaking Use of Decision Alternatives QuizЗадание

Module 3 Summative Assessment

Module 3 Summative Assessment Задание

Module 3 Summary

Module 3 SummaryЧтениеInsights from an Industry Leader: Learn More About Our ProgramЧтение
04Module 4: Repetition Control Structure, Logical Statements cont.14 материалов

Module 4 Introduction

Repetition Control Structure, Logical Statements controlЧтениеRepetition StatementsВидео

Lesson 1: While Loop

Constructing a While Loop ЧтениеWhile LoopВидеоConstructing a While Loop QuizЗадание

Lesson 2: For Loop

Constructing a For LoopЧтениеFor LoopВидеоConstructing a For Loop QuizЗадание

Lesson 3: Nested Loops

Constructing Nested Loops ЧтениеNested LoopВидеоModule 4 Practice LabЛабораторнаяConstructing Nested Loops QuizЗадание

Module 4 Summative Assessment

Module 4 Summative Assessment Задание

Module 4 Summary

Module 4 SummaryЧтение
05Module 5: Functions and Program Modularity, Common Library Packages, Debugging14 материалов

Module 5 Introduction

Functions and Program Modularity, Common Library Packages, DebuggingЧтениеIntro to Functions Видео

Lesson 1: User-defined Functions

Define and Implement User-defined Functions ЧтениеDefining and Implementing FunctionsВидеоDefine and Implement User-defined Functions QuizЗадание

Lesson 2: Imported Modules

Working with Imported Modules ЧтениеImporting ModulesВидеоWorking with Imported Modules QuizЗадание

Lesson 3: Debugging Source Code

Debugging Source CodeЧтениеDebugging Source CodeВидеоModule 5 Practice LabЛабораторнаяDebugging Source Code QuizЗадание

Module 5 Summative Assessment

Module 5 Summative Assessment Задание

Module 5 Summary

Module 5 SummaryЧтение
06Module 6: List Processing, File IO Processing 15 материалов

Module 6 Introduction

List Processing, File IO ProcessingЧтениеIntro to List Processing and File ProcessingВидео

Lesson 1: Creating Lists

Create Lists Including Multidimensional ListsЧтениеList ProcessingВидеоCreate Lists Including Multidimensional Lists QuizЗадание

Lesson 2: List Slicing Techniques

Perform List Slicing Techniques ЧтениеList SlicesВидеоPerform List Slicing Techniques Quiz Задание

Lesson 3: Reading and Writing Data to and From a File

Read and Write Data To and From a FileЧтениеProcessing Data FilesВидеоModule 6 Practice LabЛабораторнаяRead and Write Data To and From a File QuizЗаданиеModule 6 Practice Lab 2Лабораторная

Module 6 Summative Assessment

Module 6 Summative Assessment Задание

Module 6 Summary

Module 6 SummaryЧтение
07Module 7: Object Oriented Programming (OOP) including Inheritance, UML14 материалов

Module 7 Introduction

Object Oriented Programming Classes/Objects, Inheritance, UML ЧтениеIntro to OOPВидео

Lesson 1: Classes and Class Objects

Create Classes and Class Objects ЧтениеCreate Class and Objects ВидеоCreate Classes and Class Objects QuizЗадание

Lesson 2: Use Inheritance to Build Upon Existing Classes

Use Inheritance to Build Upon Existing ClassesЧтениеIntroduction to InheritanceВидеоUse Inheritance to Build Upon Existing Classes QuizЗадание

Lesson 3: Unified Modeling (UML) Class Diagramming

Learn Unified Modeling (UML) Class DiagrammingЧтениеUML (Unified Modeling Language)ВидеоModule 7 Practice LabЛабораторнаяLearn Unified Modeling (UML) Class Diagramming QuizЗадание

Module 7 Summative Assessment

Module 7 Summative AssessmentЗадание

Module 7 Summary

Module 7 SummaryЧтение
08Module 8: Crafting Graphical User Interfaces (GUI)11 материалов

Module 8 Introduction

Crafting a basic Graphical User Interfaces (GUI)ЧтениеIntro to GUI ProgrammingВидео

Lesson 1: GUI Basic Controls

Understand Basic Controls That Make Up a GUI ЧтениеGUI ComponentsВидеоUnderstand Basic Controls That Make Up a GUI QuizЗадание

Lesson 2: Build your own GUI

Work With Tkinter Module to Build Your Own GUIЧтениеGUI Program DemoВидеоModule 8 Practice LabЛабораторнаяWork With Tkinter Module to Build Your Own GUI QuizЗадание

Module 8 Summative Assessment

Module 8 Summative Assessment Задание

Module 8 Summary

Module 8 SummaryЧтение
09Summative Course Assessment1 материалов

Summative Course Assessment

Summative Course AssessmentЗадание