Alternatives
Products that do what my first ever coding project (7bks.com) does
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…
- 1PP
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
- 2MF
2013 · thisyr.com
- 3IW
2021 · pragprog.com
- 4LP
2021 · learnpythontherightway.com
- 5AP
2020 · github.com
- 6SL
So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)
2011
- 7MW
This is a little project I've been working on for a while in order to better learn Python. Although IRC may not exactly be the most exciting medium, I still find it to be fun and useful, this interest lead me to writing a bot. In doing this I realized that what would actually be more interesting would be if I had a framework. There may already be such a thing, certainly there are IRC libraries, but I don't know if they're well-suited to deploying bots. At any rate if for no other reason than the fact that I am relatively new to programming and eager to learn I decided to build a framework.…
2011
- 8IM
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
- 9MF
Hi! Long time reader, first time submitter. I've finallllyy got my first webapp online. It's been a long time coming, I started it over a year ago and just been an hour here, a couple of hours here, and a period of a couple of months of nothing. I first wrote it as a way to learn some python it sort of grew to fill a need I had. It's at a point now where I'd LOVE some feedback as I am going round in circules. Please, it's free, just hit the home page, plugin in a name/email and url you want to links checked on. If you use the name 'DeleteMe' I will remove the account after a week, so feel…
2012
- 10IL
I strongly believe that every developer is a teacher and likewise. Every time you are asked to help someone else understand your code, you’ll always be grateful to be able to share your own knowledge with others. Explain Code App is the place you can make this happen! I am eager to hear your thoughts on what I have put together so far. Would love to hear your feedback! Let me know if there are any other features you would like for this site, I’m open for ideas and would love the community feedback. Here is the link: https://www.explaincode.app/
2022
- 11HP
2012 · manning.com
- 12IW
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
- 13PP
2020 · codewithrepl.it
- 14IB
Hello all, I built about 2 years ago a coding website for kids, teens and adults: https://codeguppy.com Despite my efforts to promote the website it is still not well know. I post almost daily about it on Twitter at https://twitter.com/codeguppy ... but even there I don't have views. The website is fun... although I still have a ton of things to add. I appreciate if you take a look and suggest improvements and most importantly help me with spreading the news about this website. I really need a boost! Thanks all!
2021
- 15MF
HN, I would appreciate some feedback on my first coding project ever. It's a visual instant search for iTunes (using Apple's API) I consider it MVP at this point, some features are still missing. I've tested the site in Safari, IE, and Firefox, and it seems to work in all of them. http://38069.vs.webtropia.com/tester/test/ (not too fancy of a URL) My background is nowhere near coding or designing (English major in the making, quite sure my code shows) and I only knew some basic PHP going into this last week, so don't be too harsh. Why this idea? I strongly believe visual search will be…
2011
- 16IW
2021 · feld.to
- 17PP
2021 · learnbyexample.github.io
- 18LJ
I've been working for about 8 months on http://www.Learneroo.com, a site to teach programming and more through challenges. I created the site and all the content on it, and I'm looking for some feedback. Thanks!
2013
- 19MF
http://www.littlechits.com<br> This is my first web app; I built this on my own, over the past 4 months, using the Ruby on Rails Tutorial, a few other e-books, and a lot of help from the Stack Overflow community!<br>Feedback would be greatly appreciated, in particular: how can I make this more social?<br>Thanks,<br>Faisal
2012
- 20MS
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE). If you like it, encourage the kid by pressing the Star button :) https://github.com/UsamaKashif/CambridgePastPapersDownloader
2019
- 21FP
Hello everyone! After two years of hard work, I'm excited to announce the release of my first book, "From PHP to Python". As developers, it can be frustrating to learn a new language from scratch. This is why I wrote this book to help PHP developers quickly learn Python by focusing on what's different and taking shortcuts when things are similar. It's written in a straight-to-the-point style and the chapters are concise and condensed. The book covers everything needed in my opinion to have solid foundations in Python, in a web-oriented approach. After finishing this book, you will be able to…
2023 · einenlum.gumroad.com
- 22MD
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
- 23IB
2020 · dip-lang.org
- 24MM
I kept on reading you guys on how to do it, how not to do it. On January I started with thinkpython, learn python the hard way, mit course on programming, and every other python material I found. You just need to find the best resourse for YOU. I did Udacity's CS253 course, got my certificate and made my MVP! If your one of those guys like me, just get your ideas out there and the project will push you forward. Farm management software in South America is broken. We still have cd and downloadable updates. We've seen www.farmlogs.com and www.farmeron.com for USA and Europe. How about…
2012
Ranked by how close each launch is in meaning, then by votes. Refine with a description →