|
You are here |
txzone.net | ||
| | | | |
yasoob.me
|
|
| | | | | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it? | |
| | | | |
hth.is
|
|
| | | | | Learn how to setup an instant Android development environment via Ansible | |
| | | | |
ryanharter.com
|
|
| | | | | A couple of weeks ago I bought a Google Pixelbook. I've been doing a bit of Android Development on it, mostly to optimize Pigment for Chromebooks. It's taken some experimentation and discovery to find out how to get things set up, largely because the Android documentation is slightly out of date, so I thought I would share my experience, hopefully saving others time. This post serves as a step by step guide to getting up and running with Android Studio on a Pixelbook (and, hopefully, other Chromebooks as... | |
| | | | |
www.ethanrosenthal.com
|
|
| | | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent. | ||