Python

Sort options

Python Basics: Interacting with the Internet (Coursera)

Students will begin in Python by bridging between the basics of a programming language and interacting with the Internet in fun new ways. In technical terms, the parts of Python you'll learn are arithmetic, variables, values, and modules. At a higher level, we'll learn what an API is by [...]

Python Basics: Retrieving Online Data (Coursera)

Python doesn't just represent numbers, but also text and other kinds of things. In technical terms, the parts of Python you'll learn are strings, lists, Booleans, errors, lists, and list manipulation. At a higher level you will learn how people use code to represent real-world ideas. In the process [...]

Introduction to Python Functions (Coursera)

How many times have you decided to learn a programming language but got stuck somewhere along the way, grew frustrated, and gave up? This specialization is designed for learners who have little or no programming experience but want to use Python as a tool to play with data. In [...]

Building Regression Models with Linear Algebra (Coursera)

In this course, you'll learn how to distinguish between the different types of regression models. You will apply the Method of Least Squares to a dataset by hand and using Python. In addition, you will learn how to employ a linear regression model to identify scenarios. Let's get started!

Introduction to Linear Algebra and Python (Coursera)

This course is the first of a series that is designed for beginners who want to learn how to apply basic data science concepts to real-world problems. You might be a student who is considering pursuing a career in data science and wanting to learn more, or you might [...]

Fundamental Linear Algebra Concepts with Python (Coursera)

In this course, you'll be introduced to finding inverses and matrix algebra using Python. You will also practice using row reduction to solve linear equations as well as practice how to define linear transformations. Let's get started!

Introduction to Python Fundamentals (Coursera)

How many times have you decided to learn a programming language but got stuck somewhere along the way, grew frustrated, and gave up? This specialization is designed for learners who have little or no programming experience but want to use Python as a tool to play with data.

Introduction to Concurrent Programming with GPUs (Coursera)

This course will help prepare students for developing code that can process large amounts of data in parallel. It will focus on foundational aspects of concurrent programming, such as CPU/GPU architectures, multithreaded programming in C and Python, and an introduction to CUDA software/hardware.

Web Applications and Command-Line Tools for Data Engineering (Coursera)

Apr 29th 2024
Web Applications and Command-Line Tools for Data Engineering (Coursera)
Course Auditing
Categories
Effort
Languages
In this fourth course of the Python, Bash and SQL Essentials for Data Engineering Specialization, you will build upon the data engineering concepts introduced in the first three courses to apply Python, Bash and SQL techniques in tackling real-world problems.

Scripting with Python and SQL for Data Engineering (Coursera)

In this third course of the Python, Bash and SQL Essentials for Data Engineering Specialization, you will explore techniques to work effectively with Python and SQL. We will go through useful data structures in Python scripting and connect to databases like MySQL. Additionally, you will learn how to use [...]