-
Notifications
You must be signed in to change notification settings - Fork 12
/
data.yml
464 lines (376 loc) · 9.99 KB
/
data.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
- name: Holoviz
desc: |+
High-level tools to simplify
visualization in Python
"Visualizations that jump out
of your screen."
- name: Napari
desc: |+
Multi-dimensional image
viewer for Python
- name: OpenTeams
desc: |+
A Network of Enterprise Solution
Architects using open Source talent
to build and maintain your software
solutions.
- name: MathJax
desc: |+
A JavaScript display engine for
mathematics that works in all
browsers.
It just works.
"It's like in The matrix. You
get so used to it, you don't even
see the LaTeX code anymore."
- name: "Nebari"
desc: |+
Your open source data science
platform:
Built for scale, designed for
collaboration.
“Nebari, not napari.
No, they’re not related.”
- name: "Conda-store"
desc: |+
Flexible, reproducible, and managed
data science environments for
collaborative teams.
“It works on my machine.
And, yours too!”
- name: GeoPandas
desc: |+
An open source project to make
working with geospatial data in
Python easier.
"I'm pretty convinced dataframes
are actually spherical; and values
attracted toward the center of it."
- name: SciPy 2023
meth: tri
desc: |+
July 10 – July 16, Austin, TX
Best SciPy Conference – so far.
Come for the language,
stay for the community.
Thanks to all organizers.
- name: SciPy 2022
meth: tri
desc: |+
July 11 – July 17, Austin, TX
Best SciPy Conference – so far.
Come for the language,
stay for the community.
Thanks to all organizers.
- name: NumFOCUS
meth: tri
desc: |+
"Infrastructure is the backbone
of economic growth."
Nothing would be possible without
all the hands working behind the
scene at NumFOCUS.
https://numfocus.org/donate
- name: Xarray
meth: sca
desc: |+
Package that makes working with
labeled multi-dimensional arrays
simple, efficient, and fun!
"I'm so familiar with higher
dimensions I call them
by their first names"
- name: Zarr
inset: True
meth: hex
desc:
- |+
Chunked, compressed, N-dimensional
arrays storage format and library.
"Also works with small datasets,
of less than 128 Tb."
- name: NumPy
meth: tri
desc:
- |+
>>> import numpy as np
ND-arrays at your fingertips.
Pronounced "NUM-py" not "NUM-pee".
"I thought it was part of the
standard library."
- |+
>>> import numpy as np
ND-arrays at your fingertips.
Pronounced "NUM-py" not "NUM-pee".
"Loops ? Which loops ? Where we go
we don't need loops."
- name: SciPy
meth: hex
desc: |+
>>> import scipy as sp
Fundamental algorithms for
scientific computing in Python
"I'm not afraid of math."
- name: Dask
meth: tri
desc: |+
>>> import dask as da
Parallelism for analytics,
performance at scale.
"Oh, when you said 48, I though
you meant Racks, not Cores"
- meth: tri
desc:
- |+
>>> import matplotlib.pyplot as plt
Library for creating static, animated,
and interactive visualizations.
It makes easy things easier and hard
things possible.
"I've never seen the data speak for
itself that clearly"
- |+
>>> import matplotlib.pyplot as plt
Library for creating static, animated,
and interactive visualizations.
It makes easy things easier and hard
things possible.
"I'm wondering what are they plotting
behind our backs ..."
name: Matplotlib
inset: True
- name: Scikit-Image
meth: hex
inset: True
desc: |+
>>> import skimage
scikit-image is a collection of
algorithms for image processing.
"You can just call it scikit for
short, everybody will understand"
- name: PyTorch Ignite
desc: |+
High-level library to help with
training and evaluating neural
networks in PyTorch flexibly and
transparently.
"The spark that made my heart burn
for machine learning"
- desc: |+
Fast, powerful, flexible, and easy
to use data analysis and manipulation
tool.
"Stockholm syndrome is real, I got
confused as to why the local zoo was
advertising for a new release"
name: Pandas
meth: sca
- name: SkyPy
desc: |+
Package for simulating the
astrophysical sky. It
comprises a library of physical
and empirical models across a
range of observables and a command
line script to run end-to-end
simulations.
- name: Astropy
meth: tri
desc: |+
>>> import astropy
Common core package for Astronomy
to foster an ecosystem of
interoperable astronomy packages.
"I got confused when you told me it
only has 3798 stars on GitHub"
- name: poliastro
inset: True
meth: tri
desc: |+
>>> import poliastro
Interactive Astrodynamics and
Orbital Mechanics, with a focus on
ease of use, speed, and quick
visualization.
"Per Python ad Astra"
- name: Bokeh
meth: noise
desc: |+
>>> import bokeh.plotting as bp
Create interactive visualizations
for modern web browsers. It helps
you build beautiful graphics, ranging
from simple plots to complex
dashboards with streaming datasets.
- name: Conda
meth: tri
desc: |+
$ conda create -n 3.10 python=3.10
Package, dependency and environment
management for any language.
"really you can even install npm,
fpm... Like turtles it's package
managers all the way down"
- name: Conda-Forge
meth: hex
desc: |+
"I just wanted to let you know that
I linted all conda-recipes in your
PR (recipe) and found it was in an
excellent condition."
- name: CuPy
meth: hex
desc: |+
>>> import cupy as cp
NumPy/SciPy-compatible Array Library
for GPU-accelerated Computing with
Python
"I thought my code was broken,
in reality it was just that fast."
- name: Cython
meth: hex
desc: |+
An optimizing static compiler. It
makes writing C extensions as easy
as Python itself.
"I've only looked at your Python code;
there are just a couple typos here,
where you've written 'cdef'"
- name: NetworkX
meth: tri
desc: |+
>>> import networkx as nx
NetworkX is a package for the
creation, manipulation, and study
of the structure, dynamics, and
functions of complex networks.
"I'm going to do some networking in
the hallway track"
- name: SunPy
meth: tri
desc: |+
The community-developed, free and
open-source solar data analysis
environment.
"I got even more confused when you
told me it has only 779 stars."
- meth: noise
name: Numba
desc: |+
JIT compiler that translates a subset
of Python and NumPy code into fast
machine code.
"I was not sure why beautiful code
would be faster. I guess I
misunderstood what decorated meant"
- name: Spyder
meth: sca
desc: |+
Scientific
PYthon
Developement
EnviRonment.
"I originally thought it was made
for web developers".
- name: SymPy
meth: sca
desc: |+
Library for symbolic mathematics.
It aims to become a full-featured
computer algebra system (CAS).
"As a real world example, let's
consider the Weierstrass function
that is continuous everywhere but
differentiable nowhere."
- name: IPython
meth: tri
desc: |+
IPython provides a rich architecture
for interactive computing with a
powerful interactive shell and
a kernel for Jupyter.
"In IPython we have weaponized your
tab key."
-- Fernando Pérez
- name: FEniCS
meth: hex
desc: |+
Quickly translate scientific models
into efficient finite element code
"I'm sad the codebase does not
contain 'raise from hashes'"
- name: Jupyter
meth: sca
desc: |+
Web services for interactive
computing across all programming
languages.
"Are those folks in the business
of weird spelling and case
sensitivity?"
- name: "Scikit-Learn"
meth: hex
desc:
- |+
Simple and efficient tools for
predictive data analysis.
"There are so many resource
to learn about scikit !"
- |+
Simple and efficient tools for
predictive data analysis.
"Junior devs need to experiment
with if/else conditions, until
they do it fast enough, then it
becomes machine learning"
- name: Pytest
inset: True
meth: tri
power: 3
desc: |+
>>> def test_foo():
... assert 1 + 2 == 3
"My needs are simple: running a
collection of test functions.
I don't use plugins, fixtures,
or other advanced features...
but I could if I wanted them."
- name: Hypothesis
inset: True
meth: tri
power: 5
desc: |+
>>> from hypothesis import given
Find more bugs with less work, by
generating diverse test inputs.
"The problem is that it's too good at
finding bugs, so I can't sneak broken
code in before the feature freeze."
- name: Ghostwriter
inset: True
meth: tri
power: 4
desc: |+
$ hypothesis write gzip.compress
$ hypothesis write numpy.matmul
A command-line interface which can
write property-based tests for you.
"Sometimes, magic is just someone
spending more time on something than
anyone else might reasonably expect."
- name: "Pandera"
meth: hex
desc: |+
A Statistical Data Testing Toolkit.
Provides a flexible and expressive
API for performing data validation
on dataframes to make data processing
pipelines more readable and robust.
- name: "Scientific Python"
inset: True
meth: tri
desc: |+
A community effort to better
coordinate the Scientific Python
ecosystem and grow the community.
https://scientific-python.org