Skip to content

Commit 9904f54

Browse files
committed
adding emails
1 parent 6f59bc3 commit 9904f54

27 files changed

+1834
-194
lines changed

08-Milestone Project - 2/.ipynb_checkpoints/00-Milestone-2-Warmup-Project-checkpoint.ipynb

+431-97
Large diffs are not rendered by default.

08-Milestone Project - 2/00-Milestone-2-Warmup-Project.ipynb

+431-97
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Python Email Exercise Ideas\n",
8+
"\n",
9+
"Since we can't really assess any code that would involve your personal email address, here are some ideas for you to test your new skills. Please keep in mind, we can not assess these."
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"\n",
17+
"## Ideas\n",
18+
"\n",
19+
"* Daily Automatic Email Reminder for your Tasks\n",
20+
"* Webscrape some statistics from a website automatically each day and email them to yourself\n",
21+
"* Automatically email daily/weekly/monthly reports at your work\n",
22+
"* Have end of day messages to your friends and family be sent out at random to spread joy\n",
23+
"* Be creative! Mix together any of the skills you've learned so far with email :)"
24+
]
25+
}
26+
],
27+
"metadata": {
28+
"kernelspec": {
29+
"display_name": "Python 3",
30+
"language": "python",
31+
"name": "python3"
32+
},
33+
"language_info": {
34+
"codemirror_mode": {
35+
"name": "ipython",
36+
"version": 3
37+
},
38+
"file_extension": ".py",
39+
"mimetype": "text/x-python",
40+
"name": "python",
41+
"nbconvert_exporter": "python",
42+
"pygments_lexer": "ipython3",
43+
"version": "3.6.6"
44+
}
45+
},
46+
"nbformat": 4,
47+
"nbformat_minor": 2
48+
}

0 commit comments

Comments
 (0)