Pip

2 Articles 0 Followers


A Solana-based crypto sender PIP: Tips anyone anywhere on Social Media

4 Mar 2022 1 minute read 0 comments treforest

Typically people send tokens to other people by using wallets, which require a specific wallet address or a DNS (Domain Name Service) like ENS (Etherumn Name Service), SNS (Solana Name Service) etc. associated with the user’s original wallet. However...

Virtualenv — Isolated Environments for Python Programming

4 Mar 2019 3 minute read 0 comments dev-things

As a developer that deals with Python a lot, packages end up becoming a big issue. After installing packages for one project, those dependencies might end up conflicting with your new project. In order to alleviate this problem, Virtualenv was create...