@@ -77,9 +77,9 @@ <h1>Introduction</h1>
7777< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
7878useful.</ p >
7979< p > This guide has a different focus from the above resources. Here I
80- focus on explaining several ways of setting up a Python < em > web application</ em >
81- stack from server infrastructure through JavaScript execution on a user's
82- browser.</ p >
80+ focus on explaining several ways of for how the Python < em > web application</ em >
81+ stack works from server infrastructure through JavaScript execution on a
82+ user's browser.</ p >
8383< p > People learning Python generally have at least one of the three following
8484goals:</ p >
8585< ol class ="arabic simple ">
@@ -452,6 +452,18 @@ <h2>Caching Resources</h2>
452452 < h1 > Web Analytics</ h1 >
453453 < p > Web analytics involves a mix of collecting and analyzing data generated
454454by visitors to a website.</ p >
455+ < div class ="section " id ="web-analytics-third-party-services ">
456+ < h2 > Web Analytics Third Party Services</ h2 >
457+ < p > < a class ="reference external " href ="http://www.google.com/analytics/ "> Google Analytics</ a > is a widely used
458+ free analytics tool for website traffic.</ p >
459+ < p > < a class ="reference external " href ="https://mixpanel.com/ "> MixPanel</ a > 's analytics platform focuses on mobile
460+ and sales funnel metrics. A developer builds what data points need to be
461+ collected into the server side or client side code. MixPanel captures that
462+ data and provides metrics and visualizations based on the data.</ p >
463+ < p > < a class ="reference external " href ="https://www.kissmetrics.com/ "> KISSmetrics</ a > ' analytics provides context
464+ for who is visiting a website and what actions they are taking while on
465+ the site.</ p >
466+ </ div >
455467< div class ="section " id ="web-analytics-resources ">
456468< h2 > Web Analytics Resources</ h2 >
457469< p > < a class ="reference external " href ="http://blog.arkency.com/2012/12/google-analytics-for-developers/ "> Google Analytics for Developers</ a > </ p >
0 commit comments