Skip to content

Commit

Permalink
adding emails
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierian-Data committed Jun 25, 2020
1 parent 6f59bc3 commit 9904f54
Show file tree
Hide file tree
Showing 27 changed files with 1,834 additions and 194 deletions.

Large diffs are not rendered by default.

528 changes: 431 additions & 97 deletions 08-Milestone Project - 2/00-Milestone-2-Warmup-Project.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Python Email Exercise Ideas\n",
"\n",
"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."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"## Ideas\n",
"\n",
"* Daily Automatic Email Reminder for your Tasks\n",
"* Webscrape some statistics from a website automatically each day and email them to yourself\n",
"* Automatically email daily/weekly/monthly reports at your work\n",
"* Have end of day messages to your friends and family be sent out at random to spread joy\n",
"* Be creative! Mix together any of the skills you've learned so far with email :)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Loading

0 comments on commit 9904f54

Please sign in to comment.