PostHog
Mixpanel
Amplitude
Plausible.io
Google Analytics
Hotjar
LaunchDarkly
Heap
Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
For developers just starting out, PostHog is a free way to understand how your product is being used, without having to send any data to 3rd parties.
For enterprise customers, one data security becomes a key concern, or B2C businesses where using a SaaS solution is unaffordable, it's typical to see teams hosting an event capture platform, a data lake, and sophisticated analytics tools. The end result is that data scientists are needed and most developers don't have easy access to product intel. PostHog solves that gap - it lets everyone understand how your product is being used, without having to send data to 3rd parties, even once you have scaled to millions of visitors.
It has a JS snippet that can autocapture events, and pre-built libraries to push backend data to. Build up full user histories, visualize product trends, funnels, and run experiments with new features.
PostHog
Think PythonPostHog is particularly well-suited for product teams, developers, and startups that require deep insights into user interactions and need the flexibility of a self-hosted solution. It is also a good fit for organizations that prioritize data privacy and want to maintain full control over their data.
Based on our record, PostHog should be more popular than Think Python. It has been mentiond 72 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Opus, zero nudges. Realised on its own that an abandoned signup never fires identify, triangulated the anonymous session from time, platform and registration events, decoded the PostHog replay blobs, confirmed the duplicate account in Supabase, proved the reset email never sent, and pulled the root cause out of an unmasked DOM field. One prompt in; root cause out. - Source: dev.to / 13 days ago
This is the same model that PostHog, Supabase, and dozens of other developer tools use. Open core, with a managed offering on top. - Source: dev.to / 4 months ago
Offchain: Website traffic, in-app behaviour, marketing channels, growth campaigns (Google Analytics or PostHog). - Source: dev.to / 3 months ago
--- Title: "Validate Your Startup Idea in One Weekend: Next.js + PostHog + Stripe Test Mode" Published: true Description: "A step-by-step workshop for wiring up a landing page with analytics, a waitlist, and Stripe test-mode checkout to measure real willingness-to-pay before writing product code." Tags: typescript, api, architecture, cloud Canonical_url:... - Source: dev.to / 3 months ago
Topic PostHog (Web Vitals) Apogee Watcher Primary job Product analytics OS; Web Vitals are real-user metrics from the browser Synthetic PageSpeed monitoring + CrUX in results Instrumentation Requires posthog-js on the site No script on monitored sites Metrics FCP, LCP, INP, CLS from real sessions ($web\_vitals) when capture runs Lighthouse lab + CrUX (where available) via PSI Cookieless analytics With... - Source: dev.to / 4 months ago
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: about 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science โ For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
Mixpanel - Mixpanel is the most advanced analytics platform in the world for mobile & web.
Google's Python Class - Assorted educational materials provided by Google.
Amplitude - Chart Your Path to Growth with Digital Analytics
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Plausible.io - Plausible Analytics is a simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. Made and hosted in the EU, powered by European-owned cloud infrastructure ๐ช๐บ
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.