Loops

Sort options

Custom and Distributed Training with TensorFlow (Coursera)

May 6th 2024
Custom and Distributed Training with TensorFlow (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, you will: • Learn about Tensor objects, the fundamental building blocks of TensorFlow, understand the difference between the eager and graph modes in TensorFlow, and learn how to use a TensorFlow tool to calculate gradients; • Build your own custom training loops using GradientTape and TensorFlow [...]

Crash Course on Python (Coursera)

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple [...]

Big Ideas in Programming: Expressing Yourself with Python (Coursera)

Harness the power of Python and its programming concepts to express yourself and refine all the work you do with this online course from the University of Michigan. This course is designed for anyone interested in learning Python. Whether you want to discuss programming with other professionals, teaching others [...]

C Programming: Language Foundations - 2 (Coursera)

In this course you will learn to use logical statements and arrays in C. Logical statements are used for decision-making with follow-up instructions, based on conditions you define. Arrays are used to store, keep track of, and organize larger amounts of data. You will furthermore implement some fundamental algorithms [...]

Control Flow in RPA (Coursera)

Apr 29th 2024
Control Flow in RPA (Coursera)
Course Auditing
Categories
Effort
Languages
The Control Flow in RPA course provides a deep understanding of the automation flow. Control Flow is a concept that refers to the order in which actions are executed and "control" flows in an automation project with the help of sequences, decision making, loops, and flowcharts. This course also [...]

Introduction to Python Scripting for DevOps (Coursera)

Apr 29th 2024
Introduction to Python Scripting for DevOps (Coursera)
Course Auditing
Categories
Effort
Languages
This course is the first course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the five main concepts in procedural programming: user input, console output, variable declaration and assignment, decision branching and iteration. [...]
Apr 29th 2024
Course Auditing
32.00 EUR/month

Python Basics: Selection and Iteration (Coursera)

Apr 29th 2024
Python Basics: Selection and Iteration (Coursera)
Course Auditing
Categories
Effort
Languages
Code and run your first python program in minutes without installing anything! This course is designed for learners with no coding experience, providing a solid foundation of not just python, but core Computer Science topics that can be transferred to other languages. The modules in this course cover printing, [...]

Introduction to Python Programming (Coursera)

Apr 29th 2024
Introduction to Python Programming (Coursera)
Course Auditing
Categories
Effort
Languages
This course provides an introduction to programming and the Python language. Students are introduced to core programming concepts like data structures, conditionals, loops, variables, and functions. This course includes an overview of the various tools available for writing and running Python, and gets students coding quickly. [...]

Programming for Everybody (Getting Started with Python) (Coursera)

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 [...]

Learn to Program: The Fundamentals (Coursera)

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.