Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Physics + Python - Solve basic physics problems with Python
Rating: 4.5 out of 5(67 ratings)
476 students

Physics + Python - Solve basic physics problems with Python

Learn how to use the popular programming language Python to solve high school-level problems of physics
Last updated 2/2022
English

What you'll learn

  • You'll learn how to model problems of physics computationlly
  • You'll develop algorithmic thinking
  • You'll review some concepts of physics
  • You'll learn one of the most popular programming languages

Course content

12 sections71 lectures4h 59m total length
  • Course overview/introduction2:04

    Goal: to introduce the course and explain how it is structured

  • Introduction to Python1:53

    Goal: to introduce the Programming language Python

  • COLAB environment3:22

    Goal: to introduce the COLAB environment

Requirements

  • Basic knowledge of Math
  • Basic knowledge of Physics
  • No prior knowledge in Programming is required

Description

Did you know that, nowadays, programming is everywhere, especially in science? This course is for those who want to model basic problems of physics computationally. In this course, we will use one of the most popular programming languages: Python! Python is a programming language used in different fields, such as data science, statistics, artificial intelligence, and also scientific computing.


Here, we will use this programming language to solve basic problems of physics. By basic problems of physics, I mean high school level problems, like calculating the velocity, solving electric circuits, thermal dilation, etc. A perfect match for those that are in basic scientific areas and want to start learning how to program!


At the end of the course, you will have a brief introduction to two third-party libraries of Python:

1-Numpy, which is primarily used for number crunching and linear algebra, and

2-Matplotlib, the most commonly used library to plot data in Python.

Each session of the course is divided into three parts:


1-Basic Python lectures:

In these lessons, you will learn how to use the basic commands, data structures and functions of Python

2-Exercises:

In these lessons, I propose exercises to be solved and explain how these exercises are supposed to be solved

3-Solution:

In these videos, I show you the solution of the exercises step-by-step


Throughout this course, you'll solve 20+ exercises to model problems of physics with Python, including:

  • Calculating the force

  • Gravitational force formula

  • Text manipulation with strings

  • Thermal expansion formulas

  • Solving a quadratic equation

  • Building a menu to choose formulas

  • Calculating the Euclidean distance between two atoms

  • Simulating a physics exam

  • Creating functions for temperature conversion

  • Plotting the trajectory of an object

and many more!!


Therefore: if you wish to model basic physics' problems and learn one of the most popular programming languages, then this course is for you!

Who this course is for:

  • Students/professionals of math/physics
  • Students/professionals of engineering
  • Students/professionals of computer science
  • Students/professionals of chemistry
  • People interested in the subject