Quantcast
Channel: Dark Views » Python
Browsing latest articles
Browse All 11 View Live

Image may be NSFW.
Clik here to view.

Printing Big Stuff On Linux

During the weekend, I tried to print my family tree. It was pretty simple to generate with GenealogyJ but frankly, the family tree view sucks. I was constantly shifting my “root” node to be able to see...

View Article



Image may be NSFW.
Clik here to view.

Attaching Sources To Eclipse Artifacts

After running mvn eclipse:make-artifacts -DstripQualifier=true -DeclipseDir=...path/to/eclipse, you might have lots of source JARs but they aren’t in the right place for Maven 2 to pick them up. This...

View Article

Image may be NSFW.
Clik here to view.

PyScan 0.6

I’ve done some more work on PyScan. Most work is under the hood but I’ve got a system to load and save projects and a bug was fixed: If you pressed the Scan button too quickly with 0.4, the last image...

View Article

Image may be NSFW.
Clik here to view.

The Python Module of the Week Blog

If you love Python, this blog is for you: Doug Hellmann posts about one Python module every week (PyMOTW). The posts contain lots of real world examples how to use a module. This week, it’s...

View Article

Image may be NSFW.
Clik here to view.

pygments syntax highlighting

Need a good syntax highlighter? Check out Pygments. Tagged: Pygments, Python, Syntax Highlighting

View Article


Image may be NSFW.
Clik here to view.

Numpty Physics

I really liked Crayon Physics. It was simple idea, great brain teaser, the perfect UI. If you liked it as well, have a look at Numpty Physics. Tagged: Game, Linux, Numpty Physics, Physics, Python

View Article

Image may be NSFW.
Clik here to view.

Maven Tools for Eclipse: M2 Repository Analysis And Dependency Management

I’ve finished RC1 of my set of tools to import Eclipse plug-ins into Maven 2 repositories. You can find the source on github. It needs Python 2.7 and lxml. pip is your friend. The new features: There...

View Article

Image may be NSFW.
Clik here to view.

Boo

It seems a dream of mine has come true: A language like Python, compiled into something that can be executed as fast as Java or C++ and which allows to extend the compiler at compile time. Ladies and...

View Article


Image may be NSFW.
Clik here to view.

Comfortable Access to Config Options in Python

I always felt that Python’s ConfigParser API could be better. I like to access my config options like this: self.config.option To solve this, I wrote ConfigProvider which can copy options from...

View Article


Image may be NSFW.
Clik here to view.

import this

During the Flask presentation yesterday, I learned about an Easter egg in Python: “import this” which will print: The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images