
TailScale
ZeroTier
ngrok
Netmaker
OpenVPN
WireGuard
NetBird
Nextcloud
Transcrypt
Brython
Skulpt
JavaScript
Pyjs
Bosque
asciinema
Kivy
TailScale
TranscryptThey make the already great wireguard even better! Installation and configuration is a breeze, can easily connect to machines behind firewall(s) without altering anything.
Definitely made life easier.
Based on our record, TailScale seems to be a lot more popular than Transcrypt. While we know about 545 links to TailScale, we've tracked only 5 mentions of Transcrypt. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Tailscale (or any private mesh VPN) connecting that box to every developer's laptop. - Source: dev.to / 14 days ago
Tailscale gives you a private VPN to access your homelab from anywhere - no port forwarding, no dynamic DNS headaches. - Source: dev.to / 17 days ago
Tailscale + exit node for clean IP rotation. - Source: dev.to / about 2 months ago
Tailscale is how every machine in the stack is reachable from outside the local network. All four machines are on the same Tailnet, which means I can reach any service from anywhere without opening ports or maintaining a VPN server. - Source: dev.to / about 2 months ago
Still the most reliable setup, honestly. SSH into your machine over Tailscale (or Mosh if your connection is rubbish), reattach your tmux session, carry on. Free, works everywhere, been around forever. The downside is it's all terminal and you need to know your way around. Not exactly mobile-friendly either. Typing SSH commands on a phone keyboard is proper painful. - Source: dev.to / 4 months ago
This is a laudable effort, but I'm not a fan of shipping the entire interpreter. I looked around a few weeks ago and found https://transcrypt.org, which compiles your Python script to JS, so size is minimal. It's great for shipping small, internal tools/apps, I love how maintainable they are by all the Python devs, plus they're very fast to load and execute. - Source: Hacker News / about 4 years ago
How is the Python being run by the browser? Several impressive projects bring Python to the browser, such as Brython, Transcrypt, Skulpt, Pyodide. PySketch uses Brython that compiles Python to JavaScript in the browser. You can take a look at this article about technologies and comparisons if you want to learn more. - Source: dev.to / over 4 years ago
I have a Python program that takes user input from the console and shows some results on the console, and I want the user to be able to type stuff into it instead of pre-recorded runs. How do I do that? I'm not really sure. You could have a copy of Python running on the server and have the front-end communicating with it, but you'd have to be sure it's secured -- there are a lot of dangerous Python commands... Source: almost 5 years ago
For web apps: in my experience, there are tools that convert Python into JavaScript or try to make Python run inside a web browser like Brython and Transcrypt. These have been VERY awkward or painfully slow, so I would strongly discourage their use in practical web development. Source: about 5 years ago
A while back, I posted about my initial foray into using Python to develop front-end web applications with React by using the Transcrypt transpiler. Python in the Browser Part of the initial learning process I went through was doing the official React tutorial, but using Python for the code instead of JavaScript. When I did that, I adhered to the structure of the application that was used in the tutorial... - Source: dev.to / over 5 years ago
ZeroTier - Extremely simple P2P Encrypted VPN
Brython - Brython's goal is to replace Javascript with Python, as the scripting language for web browsers.
ngrok - ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.
Skulpt - Skulpt is an entirely in-browser implementation of Python.
Netmaker - Netmaker automates mesh VPN's and software-defined networks using WireGuard.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions