Explore >> Select a destination


You are here

masnun.rocks
| | pythonspeed.com
9.5 parsecs away

Travel
| | Python's Global Interpreter Lock (GIL) stops threads from running in parallel or concurrently. Learn how to determine impact of the GIL on your code.
| | tomaugspurger.net
12.0 parsecs away

Travel
| | This work is supported by Anaconda, Inc. and the Data Driven Discovery Initiative from the Moore Foundation. This is part three of my series on scalable machine learning. Small Fit, Big Predict Scikit-Learn Partial Fit Parallel Machine Learning You can download a notebook of this post [here][notebook]. In part one, I talked about the type of constraints that push us to parallelize or distribute a machine learning workload. Today, we'll be talking about the second constraint, "I'm constrained by time, and would like to fit more models at once, by using all the cores of my laptop, or all the machines in my cluster".
| | www.integralist.co.uk
8.1 parsecs away

Travel
| | This is a quick guide to Python's asyncio module and is based on Python version 3.8. Introduction Why focus on asyncio? A quick asyncio summary A quick concurrent.futures summary Green Threads? Event Loop Awaitables Coroutines Tasks Futures Running an asyncio program Running Async Code in the REPL Use another Event Loop Concurrent Functions Deprecated Functions Examples gather wait wait_for as_completed create_task Callbacks Pools Executors asyncio.Future vs concurrent.futures.Future asyncio.wrap_future ...
| | takeonrules.com
102.4 parsecs away

Travel
| The following article is specific to Software Services by Scientist.com ?? . While the specifics are for my day job, the general approach is something I find useful to share. In this playbook article we'll list the steps to take when upgrading. We'll also mention some of our conventions and how to build a checklist from those conventions.