Displaying results 21 - 40 of 10,000 results for "Saylor Academy cs101 introduction to computer science i"

Computer Science: Programming with a Purpose

Rated 4.7★ stars based on | 35 ratings · . Cost $49 · . Course Length: 99 hours estimated

The basis for education in the last millennium was “reading, writing, and arithmetic;” now it is reading, writing, and computing. Learning to program is an essential part of the education of every student, not just in the sciences and engineering, but in the arts,...

Offered through Coursera | and created by Princeton University | Taught by Robert Sedgewick, Kevin Wayne


CS50's Introduction to Programming with Python

Cost $299 · . Course Length: 90 hours estimated

An introduction to programming using a language called Python. Learn how to read and write code as well as how to test and "debug" it. Designed for students with or without prior programming experience who'd like to learn Python specifically. Learn about...

Offered through edX | and created by Harvard University | Taught by David J. Malan


Building the Data Academy

Cost $35 · . Course Length: 0 hours estimated

In September 2019, McKinsey called for the rise of the in-house “analytics academy” to up-skill employees’ data literacy and prepare organizations for the changes from artificial intelligence and automation. In this session, I will share tips for designing...

Offered through Pluralsight | Taught by Pluralsight Live


Data Structures and Algorithms

A Specialization from Coursera

. Contains 6 courses · . Course Total length: 188 hours estimated

Computer science legend Donald Knuth once said “I don’t understand things unless I try to program them.” We also believe that the best way to learn an algorithm is to program it. However, many excellent books and online courses on algorithms, that excel in...

Offered through Coursera | and created by University of California San Diego, National Research University Higher School of Economics, HSE University | Taught by Alexander S. Kulikov, Daniel M Kane, Pavel Pevzner and others


CS For All: Introduction to Computer Science and Python Programming

Cost $49 · . Course Length: 98 hours estimated

Looking to get started with computer science while learning to program in Python? This computer science course provides an introduction to computer science that’s both challenging and fun. It takes a broad look at the field of computer science through a variety of...

Offered through edX | and created by Harvey Mudd College, HarveyMuddX | Taught by Zachary Dodds


Dynamic Programming, Greedy Algorithms

Data Science Foundations: Data Structures and Algorithms

Cost $99 · . Course Length: 20 hours estimated

This course covers basic algorithm design techniques such as divide and conquer, dynamic programming, and greedy algorithms. It concludes with a brief introduction to intractability (NP-completeness) and using linear/integer programming solvers for solving...

Offered through Coursera | and created by University of Colorado Boulder | Taught by Sriram Sankaranarayanan



Discrete Mathematics

Rated 4.0★ stars based on | 93 ratings · . Cost $19 · . Course Length: 19 hours estimated

WHAT IS THIS COURSE ABOUT? Discrete Mathematics (DM), or Discrete Math is the backbone of Mathematics and Computer Science. DM is the study of topics that are discrete rather than continuous, for that, the course is a MUST for any Math or CS student. The topics...

Offered through Udemy | Taught by Miran Fattah


JavaScript Algorithms and Data Structures Masterclass

Rated 4.6★ stars based on | 760 ratings · . Cost $12 · . Course Length: 22 hours estimated

Updated in November 2018 with brand new section on Dynamic Programming. This course crams months of computer science and interview prep material into 20 hours of video. The content is based directly on last semester of my in-person coding bootcamps, where my...

Offered through Udemy | Taught by Colt Steele


Regression and Classification

Statistical Learning for Data Science

Cost $99 · . Course Length: 46 hours estimated

Introduction to Statistical Learning will explore concepts in statistical modeling, such as when to use certain models, how to tune those models, and if other options will provide certain trade-offs. We will cover Regression, Classification, Trees, Resampling,...

Offered through Coursera | and created by University of Colorado Boulder | Taught by James Bird


Introduction to Python Programming

A MicroMasters from edX

Cost $536 · . Contains 4 courses · . Course Total length: 180 hours estimated

“Introduction to Computing in Python” is a series of courses built from Georgia Tech’s online for-credit version of CS1301: Introduction to Computing. The series is designed to take you from no computer science background whatsoever to proficiency in the basics of...

Offered through edX | and created by GTx, The Georgia Institute of Technology | Taught by David Joyner


Software Debugging

. Course Length: 0 hours estimated

In this class you will learn how to debug programs systematically, how to automate the debugging process and build several automated debugging tools in Python. Prerequisites and Requirements

Offered through Udacity | Taught by Andreas Zeller, Gundega Dekena


Algorithms

A Specialization from Coursera

. Contains 4 courses · . Course Total length: 107 hours estimated

Algorithms are the heart of computer science, and the subject has countless practical applications as well as intellectual depth. This specialization is an introduction to algorithms for learners with at least a little programming experience. The specialization is...

Offered through Coursera | and created by Stanford University | Taught by Tim Roughgarden


MIT+K12

Science & engineering partners

. Course Length: 1 hours estimated

MIT+K12 is collaborating with Khan Academy to provide experiential materials to complement their virtual offerings.This course contains 2 segments

Offered through Khan Academy


Ukraine: History, Culture and Identities

Cost $49 · . Course Length: 12 hours estimated

Explore the history, culture and society of the people of Ukraine from the Middle Ages to the present in this introductory course developed by the Ukrainian Institute, educational studio EdEra, and the National University of Kyiv-Mohyla Academy and offered on...

Offered through Coursera | and created by University of Washington | Taught by Ukrainian Institute Staff


MyCS: Computer Science for Beginners

Cost $50 · . Course Length: 24 hours estimated

How do computers work? What do computer scientists do? What does it take to make a computer or a computer program work? We answer these questions and more with MyCS

Offered through edX | and created by Harvey Mudd College, HarveyMuddX | Taught by Zachary Dodds


Mathematical Thinking in Computer Science

Introduction to Discrete Mathematics for Computer Science

Rated 4.1★ stars based on | 139 ratings · . Cost $79 · . Course Length: 30 hours estimated

Mathematical thinking is crucial in all areas of computer science: algorithms, bioinformatics, computer graphics, data science, machine learning, etc. In this course, we will learn the most important tools used in discrete mathematics: induction, recursion, logic,...

Offered through Coursera | and created by University of California San Diego, National Research University Higher School of Economics, HSE University | Taught by Alexander S. Kulikov, Michael Levin, Vladimir Podolskii and others


Introduction to Health and Wellness

Rated 4.8★ stars based on | 5 ratings · . Cost $600 · . Course Length: 99 hours estimated

This course is part of Global Freshman Academy (GFA), which means you can earn transferable ASU credit toward your college degree. This 3 credit health and wellness course focuses on the latest trends in health, nutrition, physical activity, and wellness. From...

Offered through edX | and created by Arizona State University, ASUx | Taught by Nicole Vaudrin, Dr. Punam Ohri-Vachaspati, Punam Ohri-Vachaspati


Applied Cryptography

. Course Length: 0 hours estimated

Cryptography is present in everyday life, from paying with a credit card to using the telephone. Learn all about making and breaking puzzles in computing. Prerequisites and Requirements

Offered through Udacity | Taught by Dave Evans


Machine Learning: Theory and Hands-on Practice with Python

A Specialization from Coursera

. Contains 2 courses · . Course Total length: 41 hours estimated

In the Machine Learning specialization, we will cover Supervised Learning, Unsupervised Learning, and the basics of Deep Learning. You will apply ML algorithms to real-world data, learn when to use which model and why, and improve the performance of your models....

Offered through Coursera | and created by University of Colorado Boulder | Taught by Geena Kim


An Introduction to Logic in Computer Science

Cost $49 · . Course Length: 16 hours estimated

Logic plays a fundamental role in computer science. This course is designed to equip you with a solid understanding of the fundamental principles of logic and their relevance in the field of computer science. In this course, you'll explore proposition logic and...

Offered through Coursera | and created by University of Leeds | Taught by Sam Wilson

Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any