What is a Program? | Think Python Section 1.1
Channel:
Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=xJTvITUQ_is
A program is a sequence of instructions that tells a computer how to perform a computation.
Basic instructions:
- input
- output
- math
- conditional execution
- repetition
Even a very complicated program is composed of instructions like these.
---
Source: Think Python by Allen Downey, Section 1.1
https://greenteapress.com/thinkpython2/html/thinkpython2002.html
Other Videos By Erik Kristofer Anderson
2023-02-18 | Let's build a SaaS |
2023-02-13 | A Go Course | In collaboration with ChatGPT | Part One |
2023-01-29 | Python Lists Basics According to ChatGPT |
2023-01-29 | Python Data Structures According to ChatGPT |
2023-01-27 | How to get started with Codewars in Java |
2022-11-14 | How to work with csv files and averages in plain Python |
2022-11-13 | Free Coding Lessons |
2022-11-08 | A Bootcamp is not enough (as a data engineer) |
2022-11-05 | The First Program - Hello World in Python |
2022-11-05 | Running Python for Free in the Cloud |
2022-11-05 | What is a Program? | Think Python Section 1.1 |
2022-11-03 | How to code a list rotator function in Python |
2022-11-02 | more velocity spike 2022 10 23 18 42 15 |
2022-11-02 | Why use ` if __name__ == '__main__': ` in Python? |
2022-11-01 | Learn Object Oriented Programming - Halloween Style |
2022-10-31 | Learn Python - Full Boot.dev Course with Commentary |
2022-10-31 | wut |
2022-10-31 | Why Functions |
2022-10-28 | List Sorting Errors |
2022-10-28 | (Not) sorting disparate data types |
2022-10-28 | About Lists in Python |