News
Home Home Contact us Contact
home News Projects Tests Files Follow manatlan on Twitter Sign in
2024/03/01 12:10

htag big changes

htag is entered in its 0.90 version ;-)

The 1.0 will be the new major release soon. I've made some big "docs update" in htad docs, and htagapk ...

All old runners (BrowserHTTP, BrowserStarletteWS, ...) are deprecated, and will be removed in 1.0. There is now only one, which can emulate all features, with no dependancies, only pure python (no more starlette, uvicorn, tornado for specialized ones)

Now, I'll need to polish the api, and make the docs ...

Comments (View) Tags: htag
2023/11/14 11:53

htag android apk

The original recipe to build an android/apk didn't work for some months. So I dive into another way, and now there is a new recipe, which use the buildozer docker image.

Seems to be the best way, because google changes a lot of things, and buildozer follow the changes frequently. So i decided to use the right way of building an apk, using the latest changes from buildozer git.

The recipe is still there ... but the manual way is a lot simpler, using my new command line make.py ! It should work on any linux box (no windows!) But it's a lot simpler/faster !

And it should be more solid than the github action, which is currently broken ;-(

Hope it will live long !

Comments (View) Tags: htag, android
2023/11/05 12:42

some news ;-)

It makes a long time ;-)

Currently, I'm becoming a mojo addict ... And updated my sudoku tests with mojo/rust/c versions, to compare them. And I've created my first mojo issue ;-) I'm really thinking that can be the future of python programming.

htag is nearly ok for its 1.0 version. Its new web runner : htagweb works as well, but need polish ! I use it already, but want to migrate this host to full htag with htagweb soon ...

I'm developping a lot of htag's apps (the latest, is a gui for python/profiler named ppviz available on pypi) ...

I'd like to make a jbrout htag version, but I definitly have no times for that. And I believe than the best solution should be to make something like "beets" (for audio), but for photos. And startup a htag frontend. But no times, and I appreciate the "google photos" (while i'm interested in immich solution)

And since some months, I'm became a Nock addict too (vr/sport). It takes me a lot of time, but it's very very addictive ;-). You can find me here, every day ;-)

Comments (View)
2022/08/18 18:21

pyscript + htag + matplotlib : full clientside ... amazing !

Try this demo of htag+matplotlib in clientside only (it's a static html page) ...

It works very well on client-side, thanks pyscript & matplotlib !

It shows, that with htag, you can easily mix powerful py3 libs and powerful JS libs ... (and when py3 libs are ported in pyscript/pyodide, it can works in html only !)

Now, I need to more examples, mixing powerful JS libs (leaflet ?, ace editor ?, camera features ?, ...) with powerful python libs (matplotlib ?, numpy ?, graphviz ? ...). Was htag a missing link between the two, to easily code powerful GUI py3 app ?!?

I need to find an idea, to show well the real benefits of htag ... possibilities are endless, but really need to find a mashup, an idea to code, to show ... any ?

Comments (View) Tags: htag
2022/07/14 18:40

htag is officially public

I've made an announcement on reddit

It's not the 1.0 release. But it's stable ... and works great for me.

I've already got a lot of htag's apps. So it's wildly tested IRL. Now, it's public, and it will start its real life ;-)

The 14 july is a good date, for france ;-)

Comments (View) Tags: htag
2022/05/07 11:23

pyscript and htag

Even if you live on another planet ... you can't miss pyscript ;-)

It's the most incredible thing which has happened in the last few years, in the python or javascript world ... (to my point of vue)

The promise is very high : just run any python code in a html page (with just a js include). And you can pip everything that is pip'able ;-)

It opens/unlocks a lot of things, that we can't imagine just now ...

Although, htag is not officially public. I've just pip'ed htag in a pyscript page, just for test ...

And yes : the first public release (coming soon), will come with a 'runner' which will let you code a gui frontend, with htag, in an html page ... There will be a 'runner' for pyscript !!!

It's clearly not the goal/promise of htag ... But it will be possible, from scratch ;-). I don't know if it will be useful : but a htag component (with the same codebase), which can already be used in a browser/web, a desktop app (pywebview) or a android app (guy instance) ... and can be runned in an simple html page, without any python/backside ?! It's completly crazy ...

Comments (View) Tags: htag
2022/03/12 10:52

htag, a gui toolkit to build gui toolikts

I've never really talk about gtag here. It was just a Proof Of Concept over guy, which worked "well".

But now, it's the end of gtag ... and the birth of htag.

The concept has been pushed to the extreme ... and it works really well (for me ;-).

It's now completly guy untied. But, usable in a guy instance ... and usable in others shelve, like pywebview, a cefpython3 or a simple browser.

It's a lot better like that

Comments (View)
2021/10/24 10:16

brython, wyc and nim

There is no clues between theses ^^ But just a title to give some news ;-)

Recently, I tried brython, and now : I can't imagine coding client side without brython. This tool is marvelous. And it goes better and better (tried some years ago, when it was a toy). Currently, it's defenitively not a toy. But a real alternative ! And what a pleasure to use the same language on both side !

In the same idea ... I've released wyc, a python module to transpile python's classes to HTML Custom Elements (web components). So I can make web components in python. And can reuse them in client side, with brython or anything else. It's perfect. The standards are the ways ! (now, I can't imagine goes with vuejs or other js frameworks)

And Nim, which sell a bunch of promises ... was disapointing, for me (at first). I tried to redone my sudoku resolver with nim ... and seems to be 10x slower than python3 ;-(

EDIT: since, My nim version wasn't optimized ... Now, it's clearly faster than python3 ;-)

BTW nimpy is incredible ... you can make external python modules in seconds ...

Comments (View)
2021/06/06 12:14

pye is out ;-)

Nobody was waiting for it (except me ;-) )

pye is just the main tool I use, for 8years, to develop things on the web. I always wanted to share it to the world... and now : it's real !

It's now a Docker Image named 'pye', based on the github pye !

It's wildly simpler to release it like that, because It can be tested/runned in seconds. Without a docker image, I should have to write a lot of docs to setup the full stack, and It could be very difficult to reach to run it. Here : it just works ... in a near perfect container. Multiprocessed with gunicorn, multithreaded(ASGI) with uvicorn/uvloop ... and all the stack to be able to compile vuejs python components, develop fastapi ressources, use websockets with IPC, etc ... in a "convenient" web editor.

BTW, the pye app code is "AS IS"; I use it "as this" on my nas, on my gae accounts, on my hostings providers (and can transfer app from one to others without pain). (I ddon't use the docker version yet .... but will !)

But for sure, there miss A LOT of docs, to be able, to anybody, to understand all the features added during 8years.

Comments (View) Tags: pye, gae
2020/04/24 11:03

guy & reqman : big releases

First post of 2020 ;-)

guy (0.6) & reqman (2.4) were released. Big changes in theses 2 modules. But compatibility is here ;-) (see respectives changelogs.md)

Confinement is good, but less time to explain more ;-)

Now, I should explain all changes in the respectives documentations (guy and reqman). Lot of work ;-(

Comments (View)
<< oldest

Tags

RSS Python Powered Get Ubuntu
©opyleft 2008-2019 - manatlan