SELECT
file.project,
COUNT(*) as total_downloads,
FROM
TABLE_DATE_RANGE(
[the-psf:pypi.downloads],
TIMESTAMP("20160114"),
00000000 c0 00 05 38 12 a0 35 b6 17 81 00 50 02 98 9d b6 |...8..5....P....| | |
00000010 62 65 61 63 6f 6e ff 84 00 00 6c 70 6f 77 65 72 |beacon....lpower| | |
00000020 5f 62 65 61 63 6f 6e 9f fa 3f 10 d1 54 fa 3e f6 |_beacon..?..T.>.| | |
00000030 46 e8 fa 3f 0d 92 a7 fa 3f 0c 38 ed c0 c0 00 05 |F..?....?.8.....| | |
00000040 48 12 a1 35 fa 3e db dd 86 8e fa 41 43 6d b7 fa |H..5.>.....ACm..| | |
00000050 41 40 56 dd fa 41 43 2a 5a fa 41 3a e4 5d fa 41 |[email protected]*Z.A:.].A| | |
00000060 43 02 2f fa 42 1d 91 59 fa 3e 22 3d 48 fa 3e db |C./.B..Y.>"=H.>.| | |
00000070 dc 35 aa fa 40 85 23 a7 fa 41 04 c0 c0 00 05 58 |.5..@.#..A.....X| | |
00000080 12 a2 35 da 35 18 55 01 02 fa 3e bb 64 5b 01 02 |..5.5.U...>.d[..| | |
00000090 fa 3f 5a 7b 0c 00 00 fa 00 00 00 00 01 00 fa 40 |.?Z{...........@| |
from datetime import datetime | |
from lxml import etree | |
from natural.number import ordinal | |
def main(source_fname, names): | |
with open(source_fname, 'r') as fh: | |
doc = etree.parse(fh) |
This is a list inspired by some of our current or potential lines of work at the World Bank Innovation Labs. The “Innovations in Big Data Analytics” program helps to strengthen the World Bank capabilities to effectively use big data in its operational and strategic work.
We are always looking for great Data Scientists. If you can solve any of these [using open software], you'll be heads down helping us from day one. Email us to [email protected]
(This list is updated frequently).
We are building an open stack to process nightly data from satellite and query light output from all known villages. Currently we are doing 20 years of nightly data for 600,000 villages in India.
So... this is obviously totally, 100%, like for. real. not. supported. by. Apple. …yet?
But still... I thought it was pretty badass. And, seeing how there's already a Swift buildpack for Heroku you could move some slow code into Swift can call it as a library function. But, you know, not in production or anything. That would be silly, right?
Now, having said that, the actual Python/Swift interop may have bugs. I'll leave that as an exercise to the reader.
axes.facecolor : eeeeee | |
axes.edgecolor : bcbcbc | |
axes.linewidth : 1 | |
axes.grid : True | |
axes.labelcolor : 555555 | |
axes.axisbelow : True | |
axes.prop_cycle : cycler('color', ['204a87', 'cc0000', 'c88a00', '4e9a06', '7a68a6', 'cf4457', '188487']) | |
xtick.major.size : 0 | |
xtick.minor.size : 0 |