proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page2 min readrelease notesintermediate

Flet 1.0 – Build cross-platform apps in Python

Summary

Flet 1.0 is a framework enabling Python developers to build cross-platform applications for desktop, mobile, and web from a single codebase. It provides over 150 UI controls, supports existing Python libraries on mobile, and includes tools for packaging, testing, and flexible web deployment.

  • Develop cross-platform apps (desktop, mobile, web) using a single Python codebase.
  • Leverage 150+ UI controls and integrate popular Python libraries like NumPy and pandas on mobile.
  • Package apps for distribution to App Store, Google Play, and web with built-in tools.
  • Supports both Pyodide/WASM for client-side web or server-side UI updates.

Python developers looking to build native-feeling cross-platform applications without learning new languages or frameworks will find Flet a compelling option.

6/10

Related reading

  1. Python Workers are now generally available

    Python Workers are now GA on Cloudflare Workers. The runtime uses Pyodide‑compiled WebAssembly to run Python, adds first‑class support for Cloudflare bindings (queues, KV, etc.) without manual JS conversion, provides built‑in ASGI/WSGI adapters for FastAPI, Django, Flask, and implements a socket syscall bridge so standard Python DB drivers work via Hyperdrive. The team also pushed PEP 783 to stan…

    Hacker News front pagecloudflare.com9 minreleaseHN17528
  2. Native Drag and Drop Meets Cross-Device Continuity

    Codename One 8.0 adds two user‑experience primitives: **Cross‑Device Continuity** (state checkpointing + Apple Handoff + custom HTTP relay) and **Native Drag‑and‑Drop** (OS‑level drag using the same ClipboardContent model). The post shows the API (StateProvider, Continuity.checkpoint, NativeDragOperation), platform support tables, and practical advice on payload size, security, thread handling, a…

    CodeName Onecodenameone.com7 min
  3. Automating EDA With fg-data-profiling

    The Real Python course shows how to automate exploratory data analysis using the fg-data-profiling library. It walks through building, exporting, time‑series profiling, and comparing reports with concise code examples.

    Real Pythonrealpython.com2 min
  4. One App, More Than One Native Window

    Codename One now supports true native desktop windows via a new `Window` class that separates per‑surface state (paint queue, input routing, native peers) from the global `Display`. The change adds a `PaintSurface` abstraction, platform‑specific window back‑ends (AWT/Swing, Direct2D, GTK, UIWindowScene), and a migration path for components that assumed a single `Form`. Initial release has some UI…

    CodeName Onecodenameone.com11 min