Home Tags Python

Tag: python

FreedomYUG: Go Forth And Copy Left

2
How To Successfully Earn a Living with FOSS -- Part 1 Do you want to be an independent professional? More importantly, do you want to...

Exploring Software — Alternatives to Rails, Django

0
Zope 3 never picked up because most of the popular projects/products based on the application server never migrated from Zope 2. With "Grok --...

Python Threading and its Caveats

1
As a rapid application development language, Python is highly preferred for being easy to use, feature-rich and robust. With multi-core processors now becoming more...

Turbo Charge Python Apps with Speed, Part 2

2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....

Exploring Software: The State of VBA in OpenOffice.org Calc

1
I keep trying to file my income tax returns online. However, I insist on using OpenOffice.org and so I have failed to accomplish what...

Turbo Charge Python Apps with Speed, Part 1

2
Python's ease of use, friendliness, "batteries-included" huge standard library, plus add-on libraries, make it one of the most popular languages in the FOSS world....

Let’s GO: A First Look at Google’s Go Programming Language

0
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...

Extending Python via Shared Libraries

3
Python is one of the most popular programming languages ever -- its great productivity, flexibility and general-purpose nature efficiently address areas ranging from Internet...

Cryptography and Steganography with Python

5
Steganography and cryptography have been widely used to hide sensitive information. This article offers a brief introduction to how both these methods can be...

Python for Research: An Initiation

1
Let’s get started with NumPy, which is supposed to be “the fundamental package needed for scientific computing with Python.”