Ask HN: What's your Django side project?
31–40 of 93 posts
Re: Ask HN: What's your Django side project?
#32Lately I have been trying to cover more ground in popular Python frameworks since despite many years of using it, most of my experience is scientific programming, "short job" scripts, and a few CLI and GUI tools; now that I am looking for a job, I found that recruiters wouldn't believe me that I am a Python "developer" unless I can point to some web-hosted projects; so I decided to attack Django and Flask simultaneou…
Do you have a demo link? Would love to check it out!
Re: Ask HN: What's your Django side project?
#33I've been working on a small Django project called https://CodeSnippetSearch.net . It allows you to search through code snippets using natural language. Currently, Python, Java, Go, Php, Javascript, and Ruby programming languages are supported. As with any cool project nowadays, CodeSnippetSearch is powered by neural networks (six in fact - one for each programming language). The project is open-sourced and you can r…
It's way too advanced for my current skill level but is certainly I am working towards. Nice job!
Re: Ask HN: What's your Django side project?
#34https://cronitor.io is built with Django. It was a side project from March 2014 to March 2020, but as of last month it’s now my full-time job!
Looks there are CSS issues right now, just FYI. The bundle. .css is 404ing.
Thanks for calling that out!
Re: Ask HN: What's your Django side project?
#35https://cronitor.io is built with Django. It was a side project from March 2014 to March 2020, but as of last month it’s now my full-time job!
Re: Ask HN: What's your Django side project?
#36Planyourmeals.com. about 2.5 years and counting when I thought it would take 3 months. Oh well still learning every day
Oh, I can certainly relate! Each time I start a project I think it will take x amount of time ends up taking 10 times more. Do you have a landing page? Or is it only possible to login / register?
Re: Ask HN: What's your Django side project?
#37We started on Django 1.6 and I’ll admit: we liked it so much we stuck with that version for 5 years (ha ha).
Earlier this year we did the mythic trek to Python3 and are enjoying the all the new Django goodies.
August is working full time on Cronitor but for me it’s still technically a “side project” — for now!
Edit: sorry for the dupe! August already posted here.
Re: Ask HN: What's your Django side project?
#38I am building an django webapp helping to organize the learning of a musical instrument.
Re: Ask HN: What's your Django side project?
#39Re: Ask HN: What's your Django side project?
#40The Django project is open source here (https://github.com/judymou/spacedb) but most of my ongoing work is on the visualization rather than the Django side here (https://github.com/typpo/spacekit/).