├── .codeclimate.yml ├── .gitignore ├── .mdlrc ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── articles ├── Fixing the Inequity of Startup Equity.md ├── How to Accomplish Dread Tasks.md ├── How to Be Motivated.md ├── I'm Not Living The Dream.md ├── Location Wars - Part I - History and the Problem.md ├── Minimalism Isn't Traveling the World with Nothing.md ├── Ruby has been fast enough for 13 years.md ├── Shannon's Method - Overcome Habit Procrastination.md ├── The Zen of Limits.md ├── What Goes Up Must Come Down.md └── Working from Home and Phatic Communication.md ├── books ├── Algorithms to Live By.md ├── Building Microservices.md ├── Deep Work.md ├── Digital Minimalism.md ├── Django By Example.md ├── Effective Python.md ├── Expert Python Programming.md ├── Flask Web Development.md ├── Fluent Python.md ├── Founders at Work.md ├── Getting Real.md ├── Hackers & Painters │ ├── Hackers & Painters.md │ └── cover.jpg ├── How Google Works.md ├── Idiot's Guides Zen Living.md ├── Introduction to Machine Learning with Python.md ├── It Doesn't Have to Be Crazy at Work.md ├── Lightweight Django.md ├── MAKE │ ├── MAKE.md │ └── cover.png ├── Out of Office.md ├── Practical Django Projects.md ├── Pragmatic Thinking & Learning.md ├── Pro Django.md ├── Pro Python.md ├── Python in a Nutshell.md ├── Remote Pairing.md ├── Remote.md ├── Rework.md ├── Risk Reward.md ├── Shoe Dog.md ├── Show Your Work!.md ├── Site Reliability Engineering.md ├── Startup Playbook.md ├── The 4-Hour Work Week.md ├── The 50th Law.md ├── The Diagrams Book.md ├── The Dip.md ├── The Elements of Investing.md ├── The Hard Thing About Hard Things.md ├── The Hitchhiker's Guide to Python.md ├── The Intelligent Investor.md ├── The Launch Pad.md ├── The Personal MBA.md ├── The Power of Less.md ├── The Pragmatic Programmer.md ├── Tools of Titans.md ├── Two Scoops of Django.md ├── Unsubscribe.md ├── Vagabonding.md ├── Warren Buffet on Business.md ├── You Have Too Much Shit.md ├── Your Money - The Missing Manual.md ├── Zen Habits.md └── Zero to One.md ├── conferences ├── DEF CON 23 │ └── README.md ├── DEF CON 24 │ └── README.md ├── DEF CON 25 │ └── README.md ├── DjangoCon US 2016 │ └── README.md ├── DjangoCon US 2018.md ├── Female Founders Conference 2016 │ ├── Jessica Livingston's Pretty Complete List on How Not to Fail │ │ ├── Jessica Livingston's Pretty Complete List on How Not to Fail.md │ │ └── jessica.png │ └── README.md ├── Fluent 2016 │ └── README.md ├── Git Merge 2015 │ └── README.md ├── Git Merge 2016 │ └── README.md ├── Google Cloud Next 2018.md ├── JupyterCon 2017.md ├── JupyterCon 2018.md ├── PyBay 2018.md ├── PyCon 2015 │ └── README.md ├── PyCon 2016 │ ├── Better Testing with Less Code - Property Based Testing with Python.md │ ├── Build Serverless Realtime Data Pipelines with Python and AWS Lambda.md │ ├── Building a Quantitative Trading Strategy to Beat the S&P 500.md │ ├── Caktus Group - Leveraging Text Messaging in 2016 with RapidPro.md │ ├── Documentation-Driven Development - Lessons from the Django Project.md │ ├── Exception and Error Handling in Python 2 and Python 3.md │ ├── Get Instrumented - How Prometheus Can Unify Your Metrics.md │ ├── IPython Notebook in Data Intensive Communities - Accelerating the Process of Discovery.md │ ├── Machete-Mode Debugging - Hacking Your Way Out of a Tight Spot.md │ ├── Python Topology.md │ ├── Pythons in a Container - Lessons Learned Dockerizing Python Micro-Services.md │ ├── README.md │ ├── Rackspace - Deploy an interactive data science environment with JupyterHub on Docker Swarm.md │ ├── Refactoring Python - Why and How to Restructure Your Code.md │ ├── Reinventing Django for the Real-time Web.md │ ├── Remote Calls != Local Calls - Graceful Degradation When Services Fail.md │ ├── Statistics for Hackers.md │ ├── The cobbler's children have no shoes, or building better tools for ourselves.md │ ├── Thinking in Coroutines.md │ ├── Unit Tests, Cluster Tests - A Comparative Introduction.md │ └── Write an Excellent Programming Blog │ │ ├── Write an Excellent Programming Blog.md │ │ ├── jesse_p1.jpg │ │ └── jesse_p2.jpg ├── PyCon 2017 │ ├── README.md │ └── pycon-cityscape.png ├── PyCon 2018.md ├── PyOhio 2016 │ └── README.md ├── PyOhio 2018.md ├── Startup School 2016 │ └── README.md ├── Startup School SV 2014 │ ├── README.md │ └── Ron Conway.md ├── Velocity 2017 San Jose.md └── Velocity 2018 San Jose.md ├── courses ├── How to Start a Startup │ └── README.md ├── Startup School MOOC │ ├── 18.md │ └── README.md └── The Art of Grinding Coffee │ ├── README.md │ ├── The Art of Grinding Coffee Notes.pdf │ └── The Art of Grinding Coffee.pptx ├── essays ├── Cities and Ambition.md └── Walking.md ├── generate_contents.py ├── magazines ├── Drift │ ├── 5.md │ └── README.md ├── Increment.md ├── Logic.md └── Offscreen │ ├── 12.md │ └── README.md ├── mdl.rb ├── meetups ├── Bay Area Apache Airflow.md └── Pyninsula.md ├── podcasts ├── Python Bytes │ ├── 12.md │ ├── 21.md │ ├── 23.md │ └── README.md ├── Simplify.md ├── StartUp │ └── README.md ├── Startup School Radio │ ├── 24.md │ ├── 33.md │ ├── 35.md │ └── README.md ├── StartupCTO.io │ └── README.md ├── Talk Python to Me │ └── README.md ├── The Lively Show │ ├── 18.md │ └── README.md ├── The Minimalists │ ├── 13.md │ └── README.md ├── The Pitch │ ├── README.md │ └── S2E2.md ├── Y Combinator │ └── README.md └── a16z │ └── README.md ├── total_lines.sh └── videos ├── Computerphile ├── Indie App Developer - Marco Arment Interview.md └── README.md ├── How to Build the Future └── README.md └── TIME 100 └── Kanye West.md /.codeclimate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/.codeclimate.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/.gitignore -------------------------------------------------------------------------------- /.mdlrc: -------------------------------------------------------------------------------- 1 | style "mdl.rb" 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/README.md -------------------------------------------------------------------------------- /articles/Fixing the Inequity of Startup Equity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Fixing the Inequity of Startup Equity.md -------------------------------------------------------------------------------- /articles/How to Accomplish Dread Tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/How to Accomplish Dread Tasks.md -------------------------------------------------------------------------------- /articles/How to Be Motivated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/How to Be Motivated.md -------------------------------------------------------------------------------- /articles/I'm Not Living The Dream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/I'm Not Living The Dream.md -------------------------------------------------------------------------------- /articles/Location Wars - Part I - History and the Problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Location Wars - Part I - History and the Problem.md -------------------------------------------------------------------------------- /articles/Minimalism Isn't Traveling the World with Nothing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Minimalism Isn't Traveling the World with Nothing.md -------------------------------------------------------------------------------- /articles/Ruby has been fast enough for 13 years.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Ruby has been fast enough for 13 years.md -------------------------------------------------------------------------------- /articles/Shannon's Method - Overcome Habit Procrastination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Shannon's Method - Overcome Habit Procrastination.md -------------------------------------------------------------------------------- /articles/The Zen of Limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/The Zen of Limits.md -------------------------------------------------------------------------------- /articles/What Goes Up Must Come Down.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/What Goes Up Must Come Down.md -------------------------------------------------------------------------------- /articles/Working from Home and Phatic Communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/articles/Working from Home and Phatic Communication.md -------------------------------------------------------------------------------- /books/Algorithms to Live By.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Algorithms to Live By.md -------------------------------------------------------------------------------- /books/Building Microservices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Building Microservices.md -------------------------------------------------------------------------------- /books/Deep Work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Deep Work.md -------------------------------------------------------------------------------- /books/Digital Minimalism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Digital Minimalism.md -------------------------------------------------------------------------------- /books/Django By Example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Django By Example.md -------------------------------------------------------------------------------- /books/Effective Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Effective Python.md -------------------------------------------------------------------------------- /books/Expert Python Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Expert Python Programming.md -------------------------------------------------------------------------------- /books/Flask Web Development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Flask Web Development.md -------------------------------------------------------------------------------- /books/Fluent Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Fluent Python.md -------------------------------------------------------------------------------- /books/Founders at Work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Founders at Work.md -------------------------------------------------------------------------------- /books/Getting Real.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Getting Real.md -------------------------------------------------------------------------------- /books/Hackers & Painters/Hackers & Painters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Hackers & Painters/Hackers & Painters.md -------------------------------------------------------------------------------- /books/Hackers & Painters/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Hackers & Painters/cover.jpg -------------------------------------------------------------------------------- /books/How Google Works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/How Google Works.md -------------------------------------------------------------------------------- /books/Idiot's Guides Zen Living.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Idiot's Guides Zen Living.md -------------------------------------------------------------------------------- /books/Introduction to Machine Learning with Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Introduction to Machine Learning with Python.md -------------------------------------------------------------------------------- /books/It Doesn't Have to Be Crazy at Work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/It Doesn't Have to Be Crazy at Work.md -------------------------------------------------------------------------------- /books/Lightweight Django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Lightweight Django.md -------------------------------------------------------------------------------- /books/MAKE/MAKE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/MAKE/MAKE.md -------------------------------------------------------------------------------- /books/MAKE/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/MAKE/cover.png -------------------------------------------------------------------------------- /books/Out of Office.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Out of Office.md -------------------------------------------------------------------------------- /books/Practical Django Projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Practical Django Projects.md -------------------------------------------------------------------------------- /books/Pragmatic Thinking & Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Pragmatic Thinking & Learning.md -------------------------------------------------------------------------------- /books/Pro Django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Pro Django.md -------------------------------------------------------------------------------- /books/Pro Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Pro Python.md -------------------------------------------------------------------------------- /books/Python in a Nutshell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Python in a Nutshell.md -------------------------------------------------------------------------------- /books/Remote Pairing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Remote Pairing.md -------------------------------------------------------------------------------- /books/Remote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Remote.md -------------------------------------------------------------------------------- /books/Rework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Rework.md -------------------------------------------------------------------------------- /books/Risk Reward.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Risk Reward.md -------------------------------------------------------------------------------- /books/Shoe Dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Shoe Dog.md -------------------------------------------------------------------------------- /books/Show Your Work!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Show Your Work!.md -------------------------------------------------------------------------------- /books/Site Reliability Engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Site Reliability Engineering.md -------------------------------------------------------------------------------- /books/Startup Playbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Startup Playbook.md -------------------------------------------------------------------------------- /books/The 4-Hour Work Week.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The 4-Hour Work Week.md -------------------------------------------------------------------------------- /books/The 50th Law.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The 50th Law.md -------------------------------------------------------------------------------- /books/The Diagrams Book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Diagrams Book.md -------------------------------------------------------------------------------- /books/The Dip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Dip.md -------------------------------------------------------------------------------- /books/The Elements of Investing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Elements of Investing.md -------------------------------------------------------------------------------- /books/The Hard Thing About Hard Things.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Hard Thing About Hard Things.md -------------------------------------------------------------------------------- /books/The Hitchhiker's Guide to Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Hitchhiker's Guide to Python.md -------------------------------------------------------------------------------- /books/The Intelligent Investor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Intelligent Investor.md -------------------------------------------------------------------------------- /books/The Launch Pad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Launch Pad.md -------------------------------------------------------------------------------- /books/The Personal MBA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Personal MBA.md -------------------------------------------------------------------------------- /books/The Power of Less.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Power of Less.md -------------------------------------------------------------------------------- /books/The Pragmatic Programmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/The Pragmatic Programmer.md -------------------------------------------------------------------------------- /books/Tools of Titans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Tools of Titans.md -------------------------------------------------------------------------------- /books/Two Scoops of Django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Two Scoops of Django.md -------------------------------------------------------------------------------- /books/Unsubscribe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Unsubscribe.md -------------------------------------------------------------------------------- /books/Vagabonding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Vagabonding.md -------------------------------------------------------------------------------- /books/Warren Buffet on Business.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Warren Buffet on Business.md -------------------------------------------------------------------------------- /books/You Have Too Much Shit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/You Have Too Much Shit.md -------------------------------------------------------------------------------- /books/Your Money - The Missing Manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Your Money - The Missing Manual.md -------------------------------------------------------------------------------- /books/Zen Habits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Zen Habits.md -------------------------------------------------------------------------------- /books/Zero to One.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/books/Zero to One.md -------------------------------------------------------------------------------- /conferences/DEF CON 23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/DEF CON 23/README.md -------------------------------------------------------------------------------- /conferences/DEF CON 24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/DEF CON 24/README.md -------------------------------------------------------------------------------- /conferences/DEF CON 25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/DEF CON 25/README.md -------------------------------------------------------------------------------- /conferences/DjangoCon US 2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/DjangoCon US 2016/README.md -------------------------------------------------------------------------------- /conferences/DjangoCon US 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/DjangoCon US 2018.md -------------------------------------------------------------------------------- /conferences/Female Founders Conference 2016/Jessica Livingston's Pretty Complete List on How Not to Fail/Jessica Livingston's Pretty Complete List on How Not to Fail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Female Founders Conference 2016/Jessica Livingston's Pretty Complete List on How Not to Fail/Jessica Livingston's Pretty Complete List on How Not to Fail.md -------------------------------------------------------------------------------- /conferences/Female Founders Conference 2016/Jessica Livingston's Pretty Complete List on How Not to Fail/jessica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Female Founders Conference 2016/Jessica Livingston's Pretty Complete List on How Not to Fail/jessica.png -------------------------------------------------------------------------------- /conferences/Female Founders Conference 2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Female Founders Conference 2016/README.md -------------------------------------------------------------------------------- /conferences/Fluent 2016/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conferences/Git Merge 2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Git Merge 2015/README.md -------------------------------------------------------------------------------- /conferences/Git Merge 2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Git Merge 2016/README.md -------------------------------------------------------------------------------- /conferences/Google Cloud Next 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Google Cloud Next 2018.md -------------------------------------------------------------------------------- /conferences/JupyterCon 2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/JupyterCon 2017.md -------------------------------------------------------------------------------- /conferences/JupyterCon 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/JupyterCon 2018.md -------------------------------------------------------------------------------- /conferences/PyBay 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyBay 2018.md -------------------------------------------------------------------------------- /conferences/PyCon 2015/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2015/README.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Better Testing with Less Code - Property Based Testing with Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Better Testing with Less Code - Property Based Testing with Python.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Build Serverless Realtime Data Pipelines with Python and AWS Lambda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Build Serverless Realtime Data Pipelines with Python and AWS Lambda.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Building a Quantitative Trading Strategy to Beat the S&P 500.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Building a Quantitative Trading Strategy to Beat the S&P 500.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Caktus Group - Leveraging Text Messaging in 2016 with RapidPro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Caktus Group - Leveraging Text Messaging in 2016 with RapidPro.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Documentation-Driven Development - Lessons from the Django Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Documentation-Driven Development - Lessons from the Django Project.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Exception and Error Handling in Python 2 and Python 3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Exception and Error Handling in Python 2 and Python 3.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Get Instrumented - How Prometheus Can Unify Your Metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Get Instrumented - How Prometheus Can Unify Your Metrics.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/IPython Notebook in Data Intensive Communities - Accelerating the Process of Discovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/IPython Notebook in Data Intensive Communities - Accelerating the Process of Discovery.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Machete-Mode Debugging - Hacking Your Way Out of a Tight Spot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Machete-Mode Debugging - Hacking Your Way Out of a Tight Spot.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Python Topology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Python Topology.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Pythons in a Container - Lessons Learned Dockerizing Python Micro-Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Pythons in a Container - Lessons Learned Dockerizing Python Micro-Services.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/README.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Rackspace - Deploy an interactive data science environment with JupyterHub on Docker Swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Rackspace - Deploy an interactive data science environment with JupyterHub on Docker Swarm.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Refactoring Python - Why and How to Restructure Your Code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Refactoring Python - Why and How to Restructure Your Code.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Reinventing Django for the Real-time Web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Reinventing Django for the Real-time Web.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Remote Calls != Local Calls - Graceful Degradation When Services Fail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Remote Calls != Local Calls - Graceful Degradation When Services Fail.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Statistics for Hackers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Statistics for Hackers.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/The cobbler's children have no shoes, or building better tools for ourselves.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/The cobbler's children have no shoes, or building better tools for ourselves.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Thinking in Coroutines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Thinking in Coroutines.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Unit Tests, Cluster Tests - A Comparative Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Unit Tests, Cluster Tests - A Comparative Introduction.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Write an Excellent Programming Blog/Write an Excellent Programming Blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Write an Excellent Programming Blog/Write an Excellent Programming Blog.md -------------------------------------------------------------------------------- /conferences/PyCon 2016/Write an Excellent Programming Blog/jesse_p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Write an Excellent Programming Blog/jesse_p1.jpg -------------------------------------------------------------------------------- /conferences/PyCon 2016/Write an Excellent Programming Blog/jesse_p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2016/Write an Excellent Programming Blog/jesse_p2.jpg -------------------------------------------------------------------------------- /conferences/PyCon 2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2017/README.md -------------------------------------------------------------------------------- /conferences/PyCon 2017/pycon-cityscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2017/pycon-cityscape.png -------------------------------------------------------------------------------- /conferences/PyCon 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyCon 2018.md -------------------------------------------------------------------------------- /conferences/PyOhio 2016/README.md: -------------------------------------------------------------------------------- 1 | # PyOhio 2016 2 | 3 | Columbus 4 | 5 | July 30th – 31st 6 | 7 | http://www.pyohio.org 8 | -------------------------------------------------------------------------------- /conferences/PyOhio 2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/PyOhio 2018.md -------------------------------------------------------------------------------- /conferences/Startup School 2016/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Startup School 2016/README.md -------------------------------------------------------------------------------- /conferences/Startup School SV 2014/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Startup School SV 2014/README.md -------------------------------------------------------------------------------- /conferences/Startup School SV 2014/Ron Conway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Startup School SV 2014/Ron Conway.md -------------------------------------------------------------------------------- /conferences/Velocity 2017 San Jose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Velocity 2017 San Jose.md -------------------------------------------------------------------------------- /conferences/Velocity 2018 San Jose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/conferences/Velocity 2018 San Jose.md -------------------------------------------------------------------------------- /courses/How to Start a Startup/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /courses/Startup School MOOC/18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/courses/Startup School MOOC/18.md -------------------------------------------------------------------------------- /courses/Startup School MOOC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/courses/Startup School MOOC/README.md -------------------------------------------------------------------------------- /courses/The Art of Grinding Coffee/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/courses/The Art of Grinding Coffee/README.md -------------------------------------------------------------------------------- /courses/The Art of Grinding Coffee/The Art of Grinding Coffee Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/courses/The Art of Grinding Coffee/The Art of Grinding Coffee Notes.pdf -------------------------------------------------------------------------------- /courses/The Art of Grinding Coffee/The Art of Grinding Coffee.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/courses/The Art of Grinding Coffee/The Art of Grinding Coffee.pptx -------------------------------------------------------------------------------- /essays/Cities and Ambition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/essays/Cities and Ambition.md -------------------------------------------------------------------------------- /essays/Walking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/essays/Walking.md -------------------------------------------------------------------------------- /generate_contents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/generate_contents.py -------------------------------------------------------------------------------- /magazines/Drift/5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Drift/5.md -------------------------------------------------------------------------------- /magazines/Drift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Drift/README.md -------------------------------------------------------------------------------- /magazines/Increment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Increment.md -------------------------------------------------------------------------------- /magazines/Logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Logic.md -------------------------------------------------------------------------------- /magazines/Offscreen/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Offscreen/12.md -------------------------------------------------------------------------------- /magazines/Offscreen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/magazines/Offscreen/README.md -------------------------------------------------------------------------------- /mdl.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/mdl.rb -------------------------------------------------------------------------------- /meetups/Bay Area Apache Airflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/meetups/Bay Area Apache Airflow.md -------------------------------------------------------------------------------- /meetups/Pyninsula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/meetups/Pyninsula.md -------------------------------------------------------------------------------- /podcasts/Python Bytes/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Python Bytes/12.md -------------------------------------------------------------------------------- /podcasts/Python Bytes/21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Python Bytes/21.md -------------------------------------------------------------------------------- /podcasts/Python Bytes/23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Python Bytes/23.md -------------------------------------------------------------------------------- /podcasts/Python Bytes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Python Bytes/README.md -------------------------------------------------------------------------------- /podcasts/Simplify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Simplify.md -------------------------------------------------------------------------------- /podcasts/StartUp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/StartUp/README.md -------------------------------------------------------------------------------- /podcasts/Startup School Radio/24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Startup School Radio/24.md -------------------------------------------------------------------------------- /podcasts/Startup School Radio/33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Startup School Radio/33.md -------------------------------------------------------------------------------- /podcasts/Startup School Radio/35.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Startup School Radio/35.md -------------------------------------------------------------------------------- /podcasts/Startup School Radio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Startup School Radio/README.md -------------------------------------------------------------------------------- /podcasts/StartupCTO.io/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/StartupCTO.io/README.md -------------------------------------------------------------------------------- /podcasts/Talk Python to Me/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Talk Python to Me/README.md -------------------------------------------------------------------------------- /podcasts/The Lively Show/18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/The Lively Show/18.md -------------------------------------------------------------------------------- /podcasts/The Lively Show/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/The Lively Show/README.md -------------------------------------------------------------------------------- /podcasts/The Minimalists/13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/The Minimalists/13.md -------------------------------------------------------------------------------- /podcasts/The Minimalists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/The Minimalists/README.md -------------------------------------------------------------------------------- /podcasts/The Pitch/README.md: -------------------------------------------------------------------------------- 1 | # The Pitch 2 | 3 | https://thepitch.fm/ 4 | 5 | Shark Tank for startups. 6 | -------------------------------------------------------------------------------- /podcasts/The Pitch/S2E2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/The Pitch/S2E2.md -------------------------------------------------------------------------------- /podcasts/Y Combinator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/Y Combinator/README.md -------------------------------------------------------------------------------- /podcasts/a16z/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/podcasts/a16z/README.md -------------------------------------------------------------------------------- /total_lines.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/total_lines.sh -------------------------------------------------------------------------------- /videos/Computerphile/Indie App Developer - Marco Arment Interview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/videos/Computerphile/Indie App Developer - Marco Arment Interview.md -------------------------------------------------------------------------------- /videos/Computerphile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/videos/Computerphile/README.md -------------------------------------------------------------------------------- /videos/How to Build the Future/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/videos/How to Build the Future/README.md -------------------------------------------------------------------------------- /videos/TIME 100/Kanye West.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedmiston/notes/HEAD/videos/TIME 100/Kanye West.md --------------------------------------------------------------------------------