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

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

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

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Practical Python for AI Coding 1 · LearnSpace
Назад в каталог
courseraПрограммирование

Practical Python for AI Coding 1

Курс от Korea Advanced Institute of Science and Technology(KAIST)
Начальный≈ 11.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Introduction video: https://youtu.be/TRhwIHvehR0 This course is for a complete novice of Python coding, so no prior knowledge or experience in software coding is required. This course selects, introduces, and explains Python syntaxes, functions, and libraries that were frequently used in AI coding. In addition, this course introduces vital syntaxes, and functions often used in AI coding and explains the complementary relationship among NumPy, Pandas, and TensorFlow, so this course is helpful for even seasoned python users. This course starts with building an AI coding environment without failures on learners’ desktop or notebook computers to enable them to start AI modeling and coding with Scikit-learn, TensorFlow, and Keras upon completing this course. Because learners have an AI coding environment on their computers after taking this course, they can start AI coding and do not need to join or use the cloud-based services.

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

Python ProgrammingData StructuresDevelopment EnvironmentArtificial IntelligencePackage and Software ManagementSoftware InstallationNumPyData ManipulationTensorflowProgramming Principles

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

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

01Preparation for coding : Setting up AI coding environment7 материалов

Week 1

Objectives of this courseВидеоConcept of programming languageВидеоIntroducing Python languageВидеоInstalling Python with Anaconda distributionВидеоBuilding AI coding environment : Explanation

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

Youngsun Kwon

Преподаватель курса

Practical Python for AI Coding 1
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 11.1 ч

7 модулей

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

Субтитры: Арабский, Французский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Русский, Тайский, Индонезийский, Шведский, Турецкий, Испанский, Хинди, Японский, Казахский, Польский

Часть программы вашего университета
Видео
Building AI coding environment : DemonstrationВидео
Week 1 QuizЗадание
02Basic concepts and rules of Python coding6 материалов

Week 2

Installing JupyterLabВидеоUsing JupyterLabВидеоBasic rules and concepts of PythonВидеоData typesВидеоClear, concise and compact codingВидеоWeek 2 QuizЗадание
03Primitive data types6 материалов

Week3

Getting familiar with Jupyter lab and notebookВидеоIndentation, string and Boolean concepts, and triple quotesВидеоIntegers and floatsВидеоType change and dynamic value assignmentВидеоBasic concept and use of if-clauseВидеоWeek 3 QuizЗадание
04Control statements and iteration7 материалов

Week 4

If...elif...else statementВидеоMore complex if-clause use casesВидеоWhile-loopВидеоfor-loopВидеоAugmented assignment and lazy evaluationВидеоUse of break and continue in loops(maybe retake)ВидеоWeek 4 QuizЗадание
05Creating functions8 материалов

Week 5

Basic rules of creating functionsВидеоFunctions taking multiple inputsВидеоFunctions with default values and taking inputs of an arbitrary number ВидеоReusing functions created and Using __name__=='__main__' syntaxВидеоcircle_features.py file used in video #4ЧтениеStandard library and importing modules and librariesВидеоRandom number generationВидеоWeek 5 QuizЗадание
06Non-primitive data types: Lists and tuples7 материалов

Week 6

Concept and slicing of listsВидеоConcept of tuples and unpackingВидеоEnumerate function and modifying listsВидеоSorting and searching elementsВидеоList comprehensions and two dimensional listsВидеоFilter, lambda, map and zip functionsВидеоWeek 6 QuizЗадание
07Non-primitive data types: Dictionaries and sets7 материалов

Week 7

Introduction to dictionaryВидеоDictionary iterationВидеоDictionary: Sorting and comprehension expressionsВидеоWord counting with dictionaryВидеоdream.txt file video #4ЧтениеConcept and operations off setsВидеоWeek 7 QuizЗадание