Would you like to be paid to work on BeeWare? Anaconda is now hiring for a full time, mid- to senior software engineer to join the Open Source group! beeware.org/news/buzz/now-…
📢 Did you hear the news from PyCon!? We are thrilled to introduce PyScript, a framework that allows users to create rich Python applications IN THE BROWSER using a mix of Python with standard HTML! Head to bit.ly/3LwOmrT for more information. 🧠 💥
We'll be live streaming two episodes today. First up in an hour is with guest @seibert and host @mkennedy. We'll be covering State of Data Science in 2021 and Apple Silicon for Python Devs and Data Scientists. Join us to be part of the show: youtube.com/watch?v=Y7Iguq…
“At Anaconda, we’re passionate about making #Python available to a variety of users for a wide range of use cases, and the Pyston project fits in perfectly with that mission.” -@KevinGoldsmithbit.ly/3mYPX0v
@jcristharif@mrocklin@CoiledHQ Sitting on my shelf with Pi 3Bs from the last time we upgraded it. 😀 I would suggest talking to the Turing Pi folks to see what the ETA is on their v2 hardware. turingpi.com
I want to commission someone to build a cluster of Raspberry Pis
At @CoiledHQ we've been working on Hybrid Cloud cases and it would be fun to have a cheap "on-prem" type cluster.
Any suggestions?
Announcing Datashader 0.11! github.com/holoviz/datash…
Datashader does server-side rendering of even the largest datasets, and thanks to @jonmmease now includes @dask_dev rendering of rectilinear and curvilinear quadmeshes (e.g. for climate simulations). See github.com/holoviz/datash…
Looks like the complexity of the dependency graph between the GitHub repos of the OpenWorm project will soon be comparable to that of the nervous system of the actual worm
@phi_nate Converting a binned to an unbinned analysis in my dissertation gave me great respect for the histogram. Our dataset was microscopic compared to an LHC dataset, and something a single CPU handled easily before now required many GPUs and every algorithmic hack I could think of.
@phi_nate As a data structure, they are very convenient. Memory usage is independent of input data, they are trivial to construct in parallel and O(1) to evaluate. Histograms enabled HEP to do Big Data before Big Data was cool. 😀
@benmonreal@terrimyu@kocolosk Oh, and not a developer process, but for me, the one thing I was mostly ignorant of as a physicist that I wished I learned was SQL and relational database design. Fortunately got a 9 month boot camp in SQL in my first industry job, which has been hugely valuable years later.