Skip to content

Commit 2f3081d

Browse files
committed
upload problem notebooks
1 parent 58e8852 commit 2f3081d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4982
-0
lines changed

4_Problems/1_02.1_Python Terms.ipynb

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "95f6ce0f",
6+
"metadata": {},
7+
"source": [
8+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/lukebarousse/Python_Data_Analytics_Course/blob/main/4_Problems/1_02.1_Python Terms.ipynb\">\n",
9+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
10+
"</a>"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "beb9ad38",
16+
"metadata": {},
17+
"source": [
18+
"## 🟩 Example of Object (1.2.1.1)"
19+
]
20+
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"id": "c12eb275",
25+
"metadata": {},
26+
"outputs": [],
27+
"source": []
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"id": "4f92e924",
32+
"metadata": {},
33+
"source": [
34+
"---"
35+
]
36+
},
37+
{
38+
"cell_type": "markdown",
39+
"id": "0d8bd28e",
40+
"metadata": {},
41+
"source": [
42+
"## 🟩 Define Variable (1.2.1.2)"
43+
]
44+
},
45+
{
46+
"cell_type": "code",
47+
"execution_count": null,
48+
"id": "b86bf00f",
49+
"metadata": {},
50+
"outputs": [],
51+
"source": []
52+
},
53+
{
54+
"cell_type": "markdown",
55+
"id": "cb421822",
56+
"metadata": {},
57+
"source": [
58+
"---"
59+
]
60+
},
61+
{
62+
"cell_type": "markdown",
63+
"id": "6e3537ff",
64+
"metadata": {},
65+
"source": [
66+
"## 🟨 Define Function (1.2.1.3)"
67+
]
68+
},
69+
{
70+
"cell_type": "code",
71+
"execution_count": null,
72+
"id": "cde6212a",
73+
"metadata": {},
74+
"outputs": [],
75+
"source": []
76+
},
77+
{
78+
"cell_type": "markdown",
79+
"id": "7d7fbaf5",
80+
"metadata": {},
81+
"source": [
82+
"---"
83+
]
84+
},
85+
{
86+
"cell_type": "markdown",
87+
"id": "3b23bdf3",
88+
"metadata": {},
89+
"source": [
90+
"## 🟨 Define Class (1.2.1.4)"
91+
]
92+
},
93+
{
94+
"cell_type": "code",
95+
"execution_count": null,
96+
"id": "8258d78c",
97+
"metadata": {},
98+
"outputs": [],
99+
"source": []
100+
},
101+
{
102+
"cell_type": "markdown",
103+
"id": "a7b1c8db",
104+
"metadata": {},
105+
"source": [
106+
"---"
107+
]
108+
},
109+
{
110+
"cell_type": "markdown",
111+
"id": "4e4c0d49",
112+
"metadata": {},
113+
"source": [
114+
"## 🟥 Call Method (1.2.1.5)"
115+
]
116+
},
117+
{
118+
"cell_type": "code",
119+
"execution_count": null,
120+
"id": "5f123b9b",
121+
"metadata": {},
122+
"outputs": [],
123+
"source": []
124+
},
125+
{
126+
"cell_type": "markdown",
127+
"id": "84d3740e",
128+
"metadata": {},
129+
"source": [
130+
"---"
131+
]
132+
},
133+
{
134+
"cell_type": "markdown",
135+
"id": "7b8b125d",
136+
"metadata": {},
137+
"source": [
138+
"## 🟥 Example of Attribute (1.2.1.6)"
139+
]
140+
},
141+
{
142+
"cell_type": "code",
143+
"execution_count": null,
144+
"id": "d0c76efd",
145+
"metadata": {},
146+
"outputs": [],
147+
"source": []
148+
},
149+
{
150+
"cell_type": "markdown",
151+
"id": "b54deeb8",
152+
"metadata": {},
153+
"source": [
154+
"---"
155+
]
156+
}
157+
],
158+
"metadata": {},
159+
"nbformat": 4,
160+
"nbformat_minor": 5
161+
}

4_Problems/1_02_Variables.ipynb

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "2466476d",
6+
"metadata": {},
7+
"source": [
8+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/lukebarousse/Python_Data_Analytics_Course/blob/main/4_Problems/1_02_Variables.ipynb\">\n",
9+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
10+
"</a>"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "e37d427b",
16+
"metadata": {},
17+
"source": [
18+
"## 🟩 Job Postings Count (1.2.1)"
19+
]
20+
},
21+
{
22+
"cell_type": "code",
23+
"execution_count": null,
24+
"id": "050c33c7",
25+
"metadata": {},
26+
"outputs": [],
27+
"source": []
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"id": "d6222211",
32+
"metadata": {},
33+
"source": [
34+
"---"
35+
]
36+
},
37+
{
38+
"cell_type": "markdown",
39+
"id": "4f5e520d",
40+
"metadata": {},
41+
"source": [
42+
"## 🟩 Job Information (1.2.2)"
43+
]
44+
},
45+
{
46+
"cell_type": "code",
47+
"execution_count": null,
48+
"id": "c2ad2c6f",
49+
"metadata": {},
50+
"outputs": [],
51+
"source": []
52+
},
53+
{
54+
"cell_type": "markdown",
55+
"id": "9410701d",
56+
"metadata": {},
57+
"source": [
58+
"---"
59+
]
60+
},
61+
{
62+
"cell_type": "markdown",
63+
"id": "42b41453",
64+
"metadata": {},
65+
"source": [
66+
"## 🟨 Calculate Total Compensation (1.2.3)"
67+
]
68+
},
69+
{
70+
"cell_type": "code",
71+
"execution_count": null,
72+
"id": "090d299d",
73+
"metadata": {},
74+
"outputs": [],
75+
"source": []
76+
},
77+
{
78+
"cell_type": "markdown",
79+
"id": "265b0fb2",
80+
"metadata": {},
81+
"source": [
82+
"---"
83+
]
84+
},
85+
{
86+
"cell_type": "markdown",
87+
"id": "75d875ee",
88+
"metadata": {},
89+
"source": [
90+
"## 🟨 Calculate Monthly Salary (1.2.4)"
91+
]
92+
},
93+
{
94+
"cell_type": "code",
95+
"execution_count": null,
96+
"id": "34f25c43",
97+
"metadata": {},
98+
"outputs": [],
99+
"source": []
100+
},
101+
{
102+
"cell_type": "markdown",
103+
"id": "c56037ed",
104+
"metadata": {},
105+
"source": [
106+
"---"
107+
]
108+
},
109+
{
110+
"cell_type": "markdown",
111+
"id": "202fff0c",
112+
"metadata": {},
113+
"source": [
114+
"## 🟥 Calculate Total Compensation with Bonus (1.2.5)"
115+
]
116+
},
117+
{
118+
"cell_type": "code",
119+
"execution_count": null,
120+
"id": "50ef2f55",
121+
"metadata": {},
122+
"outputs": [],
123+
"source": []
124+
},
125+
{
126+
"cell_type": "markdown",
127+
"id": "e7cda152",
128+
"metadata": {},
129+
"source": [
130+
"---"
131+
]
132+
}
133+
],
134+
"metadata": {},
135+
"nbformat": 4,
136+
"nbformat_minor": 5
137+
}

0 commit comments

Comments
 (0)