Easily highlight source code for your blog with our Syntax Highlighter.
Join Siafoo Now
or
Learn More
Articles
|
|
|
tricks | (2) |
|
|
tips | (2) |
|
|
modules | (1) |
|
|
reduce | (1) |
|
|
strings | (1) |
|
|
functions | (1) |
|
|
decorators | (1) |
|
|
map | (1) |
|
|
filter | (1) |
|
|
dictionaries | (1) |
|
|
packages | (1) |
|
|
truthfulness | (1) |
|
|
setup.py | (1) |
|
|
substrings | (1) |
|
|
metadata | (1) |
|
|
prerequisites | (1) |
|
|
distribution | (1) |
|
|
iterate | (1) |
|
|
classes | (1) |
|
|
python 3.x | (1) |
|
|
list operators | (1) |
|
|
distutils | (1) |
|
|
lambda functions | (1) |
|
|
setuptools | (1) |
|
|
zip | (1) |
|
|
switch statements | (1) |
|
|
quotes | (1) |
|
|
list comprehensions | (1) |
|
|
dictionary comprehensions | (1) |
|
|
kdtree | (1) |
|
|
generator expressions | (1) |
Users
|
|
David Isaacson | (2) |
|
|
flow | (1) |
| Showing 1 - 3 of 3 | Showing 1 - 3 of 3 |
Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose of hacks to spending the rest of your life...
GOMERA: a (hopefully) fast, standalone kd-tree implementation for Python 3.x
about
Python 3
,
C
,
and
Cython
from
flow
GOMERA aims to become a (hopefully) fast, standalone kd-tree implementation for Python 3.x, built with Cython and an underlying C library. I will also probably integrate my already-working...
Beginning with the simplest possible setup.py file, learn how to deploy your Python application the right way. After you learn the basics, discover how to create virtual packages, set up automatic...
| Showing 1 - 3 of 3 | Showing 1 - 3 of 3 |