Search result for Online Courses & Certifications
Get Course Alerts by Email
Разработка корпоративных систем. Часть 2. Строгие методологии разработки
by Зыков Сергей Викторович- 0.0
Approx. 7 hours to complete
Предметом курса являются методологии создания корпоративных систем — подходы к организации, планированию и управлению процессами их разработки. В разделе рассматриваются методологические основы разработки корпоративных систем, а также систематизируются практические приемы – «лучшие практики» их применения. Исследуется влияние методологий разработки на характер и масштаб программных систем. Систематизация методологий проводится также и в аспекте их практической пригодности для разработки корпоративных систем....
Разработка корпоративных систем. Часть 3. Гибкие методологии разработки
by Зыков Сергей Викторович- 0.0
Approx. 6 hours to complete
Предметом курса являются методологии создания корпоративных систем — подходы к организации, планированию и управлению процессами их разработки. В разделе рассматриваются методологические основы «гибкой» разработки программных систем, а также систематизируются практические приемы — «лучшие практики» их применения. Исследуется влияние методологий разработки на характер и масштаб программных систем. Будут рассмотрены следующие основные вопросы: Что такое методология?...
Методологии антикризисного жизненного цикла корпоративных систем
by Зыков Сергей Викторович- 4.7
Approx. 12 hours to complete
Предметом курса являются кризисно устойчивые методологии разработки корпоративных систем, процессно-ориентированные подходы к организации, планированию и управлению их разработкой. Исследуется влияние кризисных явлений на процессы разработки программных систем, определяющие эксплуатационные характеристики и экономические показатели программного продукта. В курсе рассматриваются основы использования методологий для антикризисной разработки корпоративных систем, а также систематизируются практические приемы — "лучшие практики" их применения....
Programming for Everybody (Getting Started with Python)
by Charles Russell Severance- 4.8
Approx. 19 hours to complete
This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course....
Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning
by Laurence Moroney- 4.7
Approx. 30 hours to complete
If you are a software developer who wants to build scalable AI-powered algorithms, you need to understand how to use the tools to build them. This course is part of the upcoming Machine Learning in Tensorflow Specialization and will teach you best practices for using TensorFlow, a popular open-source framework for machine learning....
Agile with Atlassian Jira
by Kashmira Shukla- 4.7
Approx. 13 hours to complete
Agile teams use “just enough” planning and an incremental approach to accomplishing the work of the team. Every project and every team uses a custom agile methodology. This course discusses common foundational principles and practices used by agile methodologies, providing the student a flexible set of tools to use in any role (e....
Python Data Structures
by Charles Russell Severance- 4.9
Approx. 19 hours to complete
This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis. This course will cover Chapters 6-10 of the textbook “Python for Everybody”....
Using Python to Access Web Data
by Charles Russell Severance- 4.8
Approx. 19 hours to complete
This course will show how one can treat the Internet as a source of data. We will scrape, parse, and read web data as well as access data using web APIs. We will work with HTML, XML, and JSON data formats in Python. This course will cover Chapters 11-13 of the textbook “Python for Everybody”....
Introduction to Programming with MATLAB
by Akos Ledeczi , Mike Fitzpatrick- 4.8
Approx. 35 hours to complete
This course teaches computer programming to those with little to no previous experience. It uses the programming system and language called MATLAB to do so because it is easy to learn, versatile and very useful for engineers and other professionals. The design of the language makes it possible to write a powerful program in a few lines....
Learn to Program: The Fundamentals
by Jennifer Campbell , Paul Gries- 4.7
Approx. 25 hours to complete
Behind every mouse click and touch-screen tap, there is a computer program that makes things happen. This course introduces the fundamental building blocks of programming and teaches you how to write fun and useful programs using the Python language. Python, Variables, and Functions Welcome to LTP Installing Python Python as a Calculator...