python VS bython

Compare python vs bython and see what are their differences.

python

Official Python client library for kubernetes (by kubernetes-client)

bython

Python with braces. Because python is awesome, but whitespace is awful. (by mathialo)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
python bython
22 18
7,306 2,426
1.5% 1.2%
8.2 0.0
5 days ago almost 5 years ago
Python Python
Apache License 2.0 MIT License
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.

python

Posts with mentions or reviews of python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-13.

bython

Posts with mentions or reviews of bython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-06.
  • Python with Rizz
    2 projects | news.ycombinator.com | 6 Dec 2024
    before judging too hard, this might be a project from a 15yo forking another project that replaces indentation with brackets in python code (https://github.com/mathialo/bython).

    bro actually made a meme into reality.

  • Embedding Design Into Code
    1 project | dev.to | 16 Oct 2024
    What should we do with Python? There are no curly braces here, and if you suggest to your colleagues that team should start writing in Bython, they might call 911.
  • Python with Braces
    10 projects | news.ycombinator.com | 3 Jul 2024
    Because bython is basically a glorified regular expression search and replace: https://github.com/mathialo/bython/blob/master/bython/parser...

    Rather than a real parser. A real parser knows about the context it is in, and as long as the grammar is unambiguous about some character, it can be reused in as many distinct parser constructions as you like. A pure regex-based approach to a first approximation can not.

    Whether or not it absolutely can or can't, without "approximation" and with regard to the exact re library in Python, would be something you'd have to work out through tedious effort. Regexes with backtracking can do a lot more than mathematical regexes, as well as all the other elaborations you could use. But even if Python's re can do it, you will be better off with a real parser.

    The "correct" solution, since by design Python and Bython share the same AST, is to take some existing code that can parse and re-emit Python code without changing it, tweak the incoming grammar to use braces instead, then emit the AST back out as Python. Then you wouldn't have this problem, or the problem with comments referenced in the source code (line 109 of the file I linked, just up a bit), or any of the probably other many little issues that would arise on real code if you tried to put this in real use.

  • Python with braces. Because Python is awesome, but whitespace is awful
    1 project | news.ycombinator.com | 17 Jun 2024
  • Bython: Python preprosessor which translates curly brackets into indentation
    1 project | news.ycombinator.com | 15 Jun 2024
  • C bad
    1 project | /r/ProgrammerHumor | 9 Mar 2023
    use bython.
  • Nope, idk.
    2 projects | /r/ProgrammerHumor | 25 Feb 2023
    For those who missing braces: https://github.com/mathialo/bython ;-)
  • Any way to use brackets for indentation for python?
    1 project | /r/learnprogramming | 24 Dec 2022
    You can try using bpython, but I would recommend just getting used to it.
  • Every programmer ever.
    1 project | /r/ProgrammerHumor | 23 Sep 2022
    It exists
  • [D] What is some cool python magic(s) that you've learned over the years?
    7 projects | /r/Python | 29 Jul 2022
    And then of course there's this insanity.

What are some alternatives?

When comparing python and bython you can also consider the following projects:

py3cw - Unofficial wrapper for the 3Commas API written in Python

mkinit - Auto-generate explicit readable __init__.py files without `import *`

pyJoules - A Python library to capture the energy consumption of code snippets

utool - Useful Utility Tools For You!

Pyadomd - A pythonic approach to query SSAS data models.

dotnet - Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?