npbc VS p5.js

Compare npbc vs p5.js and see what are their differences.

npbc

This app calculates your monthly newspaper bill, given the cost of each paper per weekday. (by eccentricOrange)

p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs — (by processing)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
npbc p5.js
13 233
2 20,869
- 0.5%
4.3 9.9
4 months ago 4 days ago
Python JavaScript
MIT License GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

npbc

Posts with mentions or reviews of npbc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-19.
  • Can programming be a hobby? What can I do with it?
    3 projects | /r/learnprogramming | 19 Dec 2022
    Well, there will probably be problems in your life that have a programming solution. For example, we subscribe to something like 5 newspapers billed monthly but with different prices per paper per weekday. We verify the vendor's calculations and it's bit of a chore. Perfect thing to automate with a script!
  • How often do you use libraries ?
    1 project | /r/learnprogramming | 17 Jul 2022
    Another good example is command line arguments. I got started with argv and argc and wrote a rudimentary application with that. At some point I decided to migrate it to Python, and continued to use sys.argv there. Now, we (family) rely on that application, and I use argparse (Python) most of the time. In the context of this application, I'm currently learning about deployment and distribution (hence you'll find my makeshift "installation" instructions in the README). Once I figure that out, I'll switch to a existing tried and tested system.
  • I don’t know where to go from here
    2 projects | /r/Coding_for_Teens | 9 Jun 2022
    I'm currently on a new version of the newspaper bill calculator (https://github.com/eccentricOrange/npbc) and it's still teaching me tons (more file i/o, good/bad practices, databases, regex, CI/CD, different kinds of UI like CLIs etc etc)...
  • Do you make your code clean (refactor) after you finished a project or while writing the code?
    2 projects | /r/learnprogramming | 5 Jun 2022
  • How do you structure the writing of a program >200 lines?
    1 project | /r/learnpython | 25 May 2022
    The primary purpose of this project is for me to learn to use Flask. It usually takes me 4-5 ~rewrites~ revisions of a project to make it have some structure, and this one is only in v2. I've also had to learn a lot of stuff (Flask, virtually all of JS, some 80% of the CSS, the whole concept of a front- and back-end being split between a CLI and a browser, datetime module), so it's been somewhat tough to build as well. I don't always code like this.
  • Pytest is failing on GitHub Actions but succeeds locally
    1 project | /r/github | 8 May 2022
    3 projects | /r/learnprogramming | 8 May 2022
    The full codebase is available. At this point, I've completed most of the changes I need to make to the actual code, and push it to GitHub. https://github.com/eccentricOrange/npbc/tree/5c529dacbef0f9a1f8915a49dcca47834204aa09
  • Please help me review a CLI application that I've written
    2 projects | /r/learnpython | 29 Apr 2022
    Link: https://github.com/eccentricOrange/npbc/tree/efd5f37b82a42437a9ed0d61d20a8455dce6f0e0
  • Is requesting a review appropriate here?
    1 project | /r/learnpython | 29 Apr 2022
    This post is not a request for review, but if you want to get a sense of the size/number of files, here is a GitHub repo at a specific commit (so that all discussion is consistent). Is it okay to make a post requesting a review of this code? If not, do you know a place I could request someone to take a look?
  • I want to learn programming but keep giving up too quickly
    1 project | /r/learnprogramming | 31 Mar 2022
    Make sure that the "complex" problem you're solving is the same as your end goal. That's my main motivator: if I need an app to calculate newspaper bills, I need it. Learning about OOP (for example) outside of a problem where I really benefit from having it doesn't work so well for me.

p5.js

Posts with mentions or reviews of p5.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-30.
  • P5.js: Online Canvas Programming
    1 project | news.ycombinator.com | 27 Feb 2024
  • Coming Home From the South Pole
    1 project | news.ycombinator.com | 10 Jan 2024
  • Turbo Pascal Turns 40
    8 projects | news.ycombinator.com | 30 Nov 2023
    Processing (P5) had this: you can select any string of text in its IDE anl search for it in the docs, and if it's one of the built-in functions or constants it will open the associated static html page that came installed with the software, so no internet nor server required. And despite being offline you can still navigate the docs too. This feels a lost basic skill in static site generation these days.

    It was the only creative coding framework that had complete, offline documentation like that at the time I might add. OpenFrameworks is still mostly autogenerated stubs for example.

    IMO it was one of the things that gave Processing an edge in educational contexts over all alternatives. I was pretty sad to see p5.js not fully continue that tradition and require that you go online to read the docs, and that it's not a static website but that text is rendered with javascript when you open it (still complete and with examples though).

    https://processing.org/

    https://p5js.org/

  • My Google Play Developer account has been terminated
    1 project | news.ycombinator.com | 15 Oct 2023
    I thought it could be funny to use the javascript version of it https://p5js.org/ in a web page and then wrap it in a Unity app, since Unity was and is the environment I use for making apps.
  • Repetition can make you loopy!: Intro to JavaScript Loops
    1 project | dev.to | 14 Aug 2023
    In this last section, I'll be creating some visual examples to show how helpful loops can be. I'll be using p5js, a JavaScript library with functionality for creative coding. That being said, I'll try to give a condensed version of the functions being utilized in the following examples.
  • G9.js: Automatically Interactive Graphics
    2 projects | news.ycombinator.com | 8 Aug 2023
    I was curious too, took a little bit of digging :)

    "the original domain of [P]rocessing was proce55ing.net, so people used to sometimes refer to processing as proce55ing or P5 or p5 for short. they still do sometimes. p5.js is a reference to that."

    from https://github.com/processing/p5.js/issues/2443

  • [OC] Monthly Performance of the S&P 500: 94 Years in 1 Video.
    1 project | /r/dataisbeautiful | 27 Jun 2023
    Sketch.js - https://p5js.org/
  • Ask HN: How to teach a kid of 15 Linux and programming
    3 projects | news.ycombinator.com | 20 Jun 2023
    > how do I get him learning programming in a fun way?

    Processing / P5.js can be pretty fun to learn. You use a real programming language to create art and animations. With little code you can get a circle on the screen, then making it move, then following your mouse, then adding other shapes, then changing colour depending on some event… It’s conductive to experimentation and a way to gradually introduce concepts.

    https://processing.org/

    https://p5js.org/

    https://thecodingtrain.com/

  • [OC] I created a simple, free waveform and genre visualizer for your top ten Spotify songs, a few samples below and link to the tool in the comments!
    1 project | /r/dataisbeautiful | 8 Jun 2023
    Then I used p5js to create the 'art' itself, really user friendly coding framework with lots of resources online! If you want to get into coding, that is a really great entry point with Daniel Schiffman's coding train videos on YT!
  • Different texture types
    1 project | /r/p5js | 28 May 2023
    Posted an issue for it that u guys can check out here: https://github.com/processing/p5.js/issues/6166

What are some alternatives?

When comparing npbc and p5.js you can also consider the following projects:

awesome-docker - :whale: A curated list of Docker resources and projects

three.js - JavaScript 3D Library.

Newspaper-Bill-Calculator-v2 - App that calculates your monthly newspaper bill

paper.js - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckey

lab-flask-tdd - NYU DevOps lab on Test Driven Development

fabric.js - Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser

lab-flask-bdd - NYU DevOps lab on Behavior Driven Development with Flask and Behave

two.js - A renderer agnostic two-dimensional drawing api for the web.

djangitos

BabylonJS - Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.

processing - Source code for the Processing Core and Development Environment (PDE)

heatmap.js - 🔥 JavaScript Library for HTML5 canvas based heatmaps