python - intermediate Visualize Data Networks with NetworkX Recognizing relationships between one item to another is difficult if you stare at a spreadsheet. How many nodes connect to another node and how frequent are their connections? Visualize the network and draw insights quickly with NetworkX.
python - intermediate Use pysftp to post files to an SFTP Have you ever wanted to automate your file transfer processes from one application to another? Discover pysftp, and see how you can put it to use to enhance your workflows.
python - intermediate python package management with pipenv The only thing better than writing a script that does meaningful work is sharing it with others. In most cases the friend or colleague (or even complete stranger!) you are sharing the application