Skip to content

Commit acbd4b5

Browse files
readmes updated with the new repo name
1 parent aead9e2 commit acbd4b5

File tree

7 files changed

+184
-182
lines changed

7 files changed

+184
-182
lines changed

README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
# Python Programming MOOC 2023
22
## Introduction to Programming
3-
### [Part 1](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1)
4-
1. [Getting started](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1/1.%20Getting%20started)
5-
2. [Information from the user](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1/2.%20Information%20from%20the%20user)
6-
3. [More about variables](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1/3.%20More%20about%20variables)
7-
4. [Arithmetic operations](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1/4.%20Arithmetic%20operations)
8-
5. [Conditional statements](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part1/5.%20Conditional%20statements)
3+
### [Part 1](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1)
4+
1. [Getting started](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1/1.%20Getting%20started)
5+
2. [Information from the user](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1/2.%20Information%20from%20the%20user)
6+
3. [More about variables](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1/3.%20More%20about%20variables)
7+
4. [Arithmetic operations](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1/4.%20Arithmetic%20operations)
8+
5. [Conditional statements](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part1/5.%20Conditional%20statements)
99

10-
### [Part 2](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part2)
11-
1. [Programming terminology](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part2/1.%20Programming%20terminology)
12-
2. [More conditionals](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part2/2.%20More%20conditionals)
13-
3. [Combining conditions](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part2/3.%20Combining%20conditions)
14-
4. [Simple loops](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part2/4.%20Simple%20loops)
10+
### [Part 2](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part2)
11+
1. [Programming terminology](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part2/1.%20Programming%20terminology)
12+
2. [More conditionals](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part2/2.%20More%20conditionals)
13+
3. [Combining conditions](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part2/3.%20Combining%20conditions)
14+
4. [Simple loops](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part2/4.%20Simple%20loops)
1515

16-
### [Part 3](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part3)
17-
1. [Loops with conditions](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part3/1.%20Loops%20with%20conditions)
18-
2. [Working with strings](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part3/2.%20Working%20with%20strings)
19-
3. [More loops](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part3/3.%20More%20loops)
20-
4. [Defining functions](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part3/4.%20Defining%20functions)
16+
### [Part 3](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part3)
17+
1. [Loops with conditions](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction_2023_Introduction/tree/main/part3/1.%20Loops%20with%20conditions)
18+
2. [Working with strings](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction_2023_Introduction/tree/main/part3/2.%20Working%20with%20strings)
19+
3. [More loops](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction_2023_Introduction/tree/main/part3/3.%20More%20loops)
20+
4. [Defining functions](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part3/4.%20Defining%20functions)
2121

22-
### [Part 4](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4)
23-
1. [The Visual Studio Code editor, Python interpreter and built-in debugging tool](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/1.%20The%20Visual%20Studio%20Code%20editor%2C%20Python%20interpreter%20and%20built-in%20debugging%20tool)
24-
2. [More functions](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/2.%20More%20functions)
25-
3. [Lists](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/3.%20Lists)
26-
4. [Definite iteration](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/4.%20Definite%20iteration)
27-
5. [Print statement formatting](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/5.%20Print%20statement%20formatting)
28-
6. [More strings and lists](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part4/6.%20More%20strings%20and%20lists)
22+
### [Part 4](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4)
23+
1. [The Visual Studio Code editor, Python interpreter and built-in debugging tool](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/1.%20The%20Visual%20Studio%20Code%20editor%2C%20Python%20interpreter%20and%20built-in%20debugging%20tool)
24+
2. [More functions](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/2.%20More%20functions)
25+
3. [Lists](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/3.%20Lists)
26+
4. [Definite iteration](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/4.%20Definite%20iteration)
27+
5. [Print statement formatting](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/5.%20Print%20statement%20formatting)
28+
6. [More strings and lists](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part4/6.%20More%20strings%20and%20lists)
2929

30-
### [Part 5](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5)
31-
1. [More lists](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/1.%20More%20lists)
32-
2. [References](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/2.%20References)
33-
3. [Dictionary](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/3.%20Dictionary)
34-
4. [Tuple](https://github.com/antoniolopez7217/Python_Programming_MOOC/tree/main/part5/4.%20Tuple)
30+
### [Part 5](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part5)
31+
1. [More lists](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part5/1.%20More%20lists)
32+
2. [References](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part5/2.%20References)
33+
3. [Dictionary](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part5/3.%20Dictionary)
34+
4. [Tuple](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part5/4.%20Tuple)
3535

36-
### Part 6
36+
### [Part 6](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/tree/main/part6)
3737
1. Reading files
3838
2. Writing files
3939
3. Handling errors

part1/README.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
# Part 1
22
## Programming exercises
33
### Getting started
4-
1. [Emoticon](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/1.%20Getting%20started/emoticon.py)
5-
2. [Fix the code: Seven Brothers](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/1.%20Getting%20started/seven_brothers.py)
6-
3. [Row, Row, Row Your Boat](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/1.%20Getting%20started/row_your_boat.py)
7-
4. [Minutes in a year](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/1.%20Getting%20started/minutes_year.py)
8-
5. [Print some code](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/1.%20Getting%20started/print_code.py)
4+
1. [Emoticon](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/1.%20Getting%20started/emoticon.py)
5+
2. [Fix the code: Seven Brothers](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/1.%20Getting%20started/seven_brothers.py)
6+
3. [Row, Row, Row Your Boat](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/1.%20Getting%20started/row_your_boat.py)
7+
4. [Minutes in a year](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/1.%20Getting%20started/minutes_year.py)
8+
5. [Print some code](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/1.%20Getting%20started/print_code.py)
99
### Information from the user
10-
1. [Name twice](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/2.%20Information%20from%20the%20user/name_twice.py)
11-
2. [Name and exclamation marks](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/2.%20Information%20from%20the%20user/name_exclamations.py)
12-
3. [Name and address](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/2.%20Information%20from%20the%20user/name_address.py)
13-
4. [Fix the code: Utterances](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/2.%20Information%20from%20the%20user/utterances.py)
14-
5. [Story](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/2.%20Information%20from%20the%20user/story.py)
10+
1. [Name twice](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/2.%20Information%20from%20the%20user/name_twice.py)
11+
2. [Name and exclamation marks](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/2.%20Information%20from%20the%20user/name_exclamations.py)
12+
3. [Name and address](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/2.%20Information%20from%20the%20user/name_address.py)
13+
4. [Fix the code: Utterances](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/2.%20Information%20from%20the%20user/utterances.py)
14+
5. [Story](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/2.%20Information%20from%20the%20user/story.py)
1515
### More about variables
16-
1. [Extra space](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/3.%20More%20about%20variables/extra_space.py)
17-
2. [Arithmetics](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/3.%20More%20about%20variables/arithmetics.py)
18-
3. [Fix the code: Print a single line](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/3.%20More%20about%20variables/single_line.py)
16+
1. [Extra space](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/3.%20More%20about%20variables/extra_space.py)
17+
2. [Arithmetics](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/3.%20More%20about%20variables/arithmetics.py)
18+
3. [Fix the code: Print a single line](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/3.%20More%20about%20variables/single_line.py)
1919
### Arithmetic operations
20-
1. [Times five](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/times_five.py)
21-
2. [Name and age](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/name_age.py)
22-
3. [Seconds in a day](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/seconds_day.py)
23-
4. [Fix the code: Product](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/product.py)
24-
5. [Sum and product](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/sum_product.py)
25-
6. [Sum and mean](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/sum_mean.py)
26-
7. [Food expenditure](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/food_expenditure.py)
27-
8. [Students in groups](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/4.%20Arithmetic%20operations/student_group.py)
20+
1. [Times five](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/times_five.py)
21+
2. [Name and age](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/name_age.py)
22+
3. [Seconds in a day](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/seconds_day.py)
23+
4. [Fix the code: Product](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/product.py)
24+
5. [Sum and product](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/sum_product.py)
25+
6. [Sum and mean](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/sum_mean.py)
26+
7. [Food expenditure](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/food_expenditure.py)
27+
8. [Students in groups](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/4.%20Arithmetic%20operations/student_group.py)
2828
### Conditional statements
29-
1. [Orwell](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/orwell.py)
30-
2. [Absolute value](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/absolute_value.py)
31-
3. [Soup or no soup](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/soup.py)
32-
4. [Order of magnitude](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/order_magnitude.py)
33-
5. [Calculator](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/calculator.py)
34-
6. [Temperatures](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/temperatures.py)
35-
7. [Daily wages](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/daily_wages.py)
36-
8. [Loyalty bonus](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/loyalty_bonus.py)
37-
9. [What to wear tomorrow](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/wear_tomorrow.py)
38-
10. [Solving a quadratic equation](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part1/5.%20Conditional%20statements/quadratic_eq.py)
29+
1. [Orwell](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/orwell.py)
30+
2. [Absolute value](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/absolute_value.py)
31+
3. [Soup or no soup](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/soup.py)
32+
4. [Order of magnitude](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/order_magnitude.py)
33+
5. [Calculator](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/calculator.py)
34+
6. [Temperatures](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/temperatures.py)
35+
7. [Daily wages](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/daily_wages.py)
36+
8. [Loyalty bonus](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/loyalty_bonus.py)
37+
9. [What to wear tomorrow](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/wear_tomorrow.py)
38+
10. [Solving a quadratic equation](https://github.com/antoniolopez7217/Python_Programming_MOOC_2023_Introduction/blob/main/part1/5.%20Conditional%20statements/quadratic_eq.py)
3939

4040
*All subjects are included as comments within the file of each exercise.*

0 commit comments

Comments
 (0)