Best of The New Stack — April 2022
- 1
- 2
The New Stack·4y
Radicle: a Decentralized Alternative to GitHub for Web3
Radicle bills itself as a decentralized code collaboration network. They’ve basically taken the familiarity of GitHub and GitLab as centralized repositories for code collaboration, and added decentralization. Radicle also integrates with ENS, so that you can directly associate a .eth domain with a Radicle identity.
- 3
The New Stack·4y
Python for Beginners: How to Build a GUI Application
Python is capable of building apps with graphical user interfaces (GUIs) These apps can use buttons, checklists, dropdown lists, and more. With just a little help from a GUI toolkit, you can create GUI applications with Python. Let me show you how it’s done.