Alternatives
Products that do what Follow-up to Python/Django/HTTP/... notes/docs does
http://my-notes.readthedocs.org/ Some time ago I posted this question: http://news.ycombinator.com/item?id=4024938 where 100% of the top-level replies were positive ;). So here is the follow-up. It doesn't focus on anything specific, it's more like a collection of "loose" notes related to the Python/Django/JS development. The value here is that I try hard to filter out the noise to make those docs useful for myself. For instance, when I need to learn something on a specific topic, I check e.g. 10 or 20 threads on Stack Overflow, and pick just a handful of answers. And only those few high…
- 1

- 2PP
Hi everyone! I just released the Practical Python Projects book! (https://practicalpython.yasoob.me) I am happy to announce the first version as a release candidate. I have poured a lot of love into writing this book and would love to hear what you guys think. (A limited 100% off and discount coupons at the end) This is not a pure beginner book. The book does assume some background Python knowledge. You need to know the basics like methods, functions, classes, and such. If I use something that is not typically covered in beginner Python books, I will explain it before I use it.…
2021 · practicalpython.yasoob.me
- 3ID
2013 · pythonhosted.org
- 4WO
We had a lot of reasons we wanted to build our own help desk, the least of which (and easiest to mention) is that a three seat license to the top tier desk systems are well over $100/mo. Plus they were slowing us down quite a bit. Right now its only dependency is Django, it supports email alert for updates, has bundled style, a permission like public/private/internal status, optional anonymous questions/responses, categories, searching, and a few more I've missed. What I'd like to do is: extend tests, class based views, parse incoming emails as questions & response (this is important for…
2012
- 5MF
Hi, I have created: http://keepermovies.com/ Website which searches throught twitter, reddit and youtube to find full-length youtube movies. New movies are being added every hour. This is my first python/django website. Please give me your feedback :) Best, Wiktor
2013
- 6

- 7IW
Hey HN, I wrote a book teaching beginner web app development using Django, launching on May 4th (successfully Kickstarted last year.) Website: http://hellowebapp.com Highlights: - Aimed at people who have previous HTML/building websites experience. - Template-first development: see the web app as a website first, before setting up databases and models. - Generic “collection of things” tutorial. Readers are encouraged to create something using this rubric that means something to them (a blog, a directory of people, etc.) Adding creativity will make the material stick better. -…
2015
- 8

- 9AN
2019 · github.com
- 10IM
I'm writing a book which teaches Python/Django web app development for non-programmers, and fundraising on Kickstarter (passed minimum funding, 2 days left): http://hellowebapp.com https://www.kickstarter.com/projects/1868398473/hello-web-app-intro-to-building-web-apps-with-djan It's basically the process I used to teach myself programming as a web designer a few years back, which I then launched a small web app (infant-version of WeddingInviteLove.com), which has grown into my bootstrapped startup which supports me full-time (WeddingLovely.com). Most…
2014
- 11MD
A couple of years ago I wrote Hello Web App (http://hellowebapp.com) to teach beginner Django web app development. It's aimed at non-programmers and designers, and walks folks through building and deploying a basic web app. I'm working on my third book to teach web design fundamentals to programmers (Hello Web Design: https://www.kickstarter.com/projects/1868398473/hello-web-design-design-basics-for-non-designers), so I've made Hello Web App free online during the Kickstarter campaign for the new book. The full Hello Web App tutorial can be accessed here:…
2017
- 12MW
A place to learn and share html5/css3/js snippets. Its on a alpha/mvp stage right now. Let me know what you think. Http://html5snippets.com
2011
- 13SW
Hi, This is my first django website, how do you like it? Please give me your feedback :) Best, Wiktor
2013 · keepermovies.com
- 14S
We’re about to start promoting our coming soon landing pages and wanted to get some feedback from the HN community first. http://soupnextdoor.com - Marketplace for dinner parties We’re running a competition about where our launch will be. This will give us something to promote other than the fact that we’re coming soon and hopefully get some conversation started. We’re looking for feedback across the board. UI, color scheme, browser compatibility issues, problems with our idea, marketing ideas, issues with how we’ve worded things, etc We’ve left Django in debug mode for the time being so if…
2011
- 15MF
Hey HN. I've just launched my very first webappp and would love your feedback. http://www.7bks.com It's a book list sharing website - kind of like playlists for bookworms. The site is built on pyton/appengine - and I learned to code in under 4 weeks to build the site. There's more details on the background of the site here: http://www.7bks.com/blog/179001 I've also published the full Python code for the site here: https://gist.github.com/670034 Feedback is really important to me and I want to work hard to make the site better so any and all suggestions are greatly appreciated. Contact…
2010
- 16DA
2017 · github.com
- 17AB
https://rxjourney.com.ng I realize SvelteKit is overkill, but I originally had bigger plans for the blog, before deciding to just keep it simple. Yeah, I had Medium open on a different tab while building. It's going to be a personal blog where I write about my experiences, if you're interested you can subscribe to the newsletter.
2024
- 18OS
I’ve been working on Code2Docs, an open-source CLI tool that helps developers automatically generate inline documentation (docstrings + comments) for Python code using AI. It’s built to solve a common problem I’ve faced (and seen often in teams): We code by "vibe" — fast iterations, minimal docs, and then forget what the logic was months later. Code2Docs helps bridge that gap by documenting as you go — without breaking your flow. Right now it supports function-level documentation. Planned features include: - README.md generation for projects - API endpoint docs - Database schema…
2025 · code2docs-open-source.netlify.app
- 19AS
We're working on this side project which allows users to create & edit their academic genealogy. Essentially it is a semantic wiki powered by Django/Python. So far all the basic wiki functions like CRUD, tracking edit history, diff different versions, reverting back to previous version, etc are completed. Here is a demo: http://phdtree.org/ Would appreciate it if anyone can provide feedback/comments/suggestions. Many thanks!!
2013
- 20SC
I've just launched my coming soon page for Statify, a website monitoring service built using python and django. While the soon coming page has been just been launched. I've been busy the last few months working on the actual service, which is very near completion. I regularly build and maintain sites and anyone whose ever built a site will know that they will go down at some point and you'll find out via the client or from pissed off users. So I decided to build my own app that would track my sites and notify me when they go down, that way I can get a jump on things before clients and users…
2011
- 21PP
I've made another Python cheat sheet tutorial. Yeah yeah, nothing new, I know. But here's the thing: The main idea was not just to write a wall of text telling about everything, but to make it interactive. So that everything would have its own example code snippet, which you could change, run, and see how it worked. And not somewhere in a web version, but on your own computer, in your own environment. Fortunately, Python has the perfect tool for this - the Jupyter Notebook. That's why all chapters are written as separate notebooks and there is an example for each point (well, almost). I…
2024 · github.com
- 22UC
Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)
2020
- 23AO
2017 · github.com
- 24RA
We were using django-easy-audit to track CRUD and API events in Django. The problem: every action meant an extra database write, which slowed transactions, increased infra costs, and left us with audit tables that weren’t great for analytics. I built django-activity-audit (PyPI) to fix this: - Extends Django’s logging system with custom AUDIT and API levels. - Captures CRUD + API request/response events as structured JSON logs. - Vector tails the logs and ships them into ClickHouse. - Grafana makes them queryable and visual. This removes the extra DB writes, gives structured data ready…
Oct 2025 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →