Viewing profile — redfox2
redfox2
HN member- Joined
- Thu, Jun 17, 2021, 12:47 PM UTC
- HN karma
- 102
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About redfox2
No profile information was provided.
Recent public activity
-
comment
Comment #27885741
Wow I wasn't aware of those. But apart from the 2020 post, the others are pre-TS. Brython seems to have come a long way since TS came in
-
comment
Comment #27885701
Guido mentioned he was focusing work on CPython to make Python faster
-
comment
Comment #27885203
https://github.com/rayluo/brip This brings standard PyPi packages to Brython
-
comment
Comment #27884937
Please have a look at the last comment for all related content links - implementation, projects, doc etc.
-
comment
Comment #27884916
Starboard is completely different from Brython, although it is cool. As for pyodide, it still involves proper working knowledge and literal implemetation of JS - Brython just needs…
-
comment
Comment #27884803
Pyodide still involves writing JS (literally). Brython just needs you to know the simple basics of JS (since the syntax is similar), and you're good to go with pure Python from the…
-
comment
Comment #27884614
Yeah, it has been there for quite some time, but has really started getting off the ground in about mid-late 2019 which is strange, since like you mentioned, the advent of TS. But …
-
comment
Comment #27884478
Yeah. Like I said, it could really do with more contributors who can work on these issues and add keep adding features. rayluo who is a major contributor (developed brip to support…
-
comment
Comment #27884108
I discovered this about a month ago, and it deserves to go up to the sky. The GitHub page is linked at the end. Some articles/content that relates to this ([4] is pretty cool and d…
- story
-
comment
Comment #27867488
I wasn't aware of that. Since the standards for a 'successful' project are relatively abstract, I had a very bad idea on what defines a good project. I'll work on it and get better…
-
story
Ask HN: How do you come to terms accepting a hard-worked project is going down?
A few days, ago, I posted [1] on Show HN. It was my first serious project and one that I had decided to actually ask people for feedback. While I did get a few encouraging words an…
-
comment
Comment #27821051
I have no idea what you're saying lol
-
comment
Comment #27806963
But the issue when I avoid render_template() is this: I can't add the CSS file along with the HTML one, unless I create a tag at the end of the file that has all of the CSS content…
-
comment
Comment #27800112
Oh render_template(), yeah. Thanks
-
comment
Comment #27799974
'This simplifies things, and you can use an in-memory StringIO object rather than a file. You can then return this string to flask as a text/html response and avoid Jinja2 entirely…
-
comment
Comment #27799474
I always use snake_case. But the guy I'm working with always insists on using camelCase, though he's never used Java/c#/Go. I don't like it, so sometimes we make compromises there.…
-
comment
Comment #27798316
Also, mighty thanks for actually taking the time out to check out the codebase. This is my first proper project, and I really appreciate this
-
comment
Comment #27798282
Yeah, you're absolutely right, I wasn't able to really think of another way to implement it. [2] was meant to be implemented with Flask, which is optional, so the files can directl…
- story
- story
-
story
Show HN: 'Sierra'- Framework to integrate web apps with Python(no server needed)
https://pythonawesome.com/a-python-framework-for-building-and-integrating-web-app/ Hey guys, I've developed a Python framework called 'Sierra' for integrating Python with regular w…
- story