Showing headlines posted by salim

Python 3: Building a Wiki Application

  • Packt; By Michel Anders (Posted by salim on May 19, 2011 8:05 PM CST)
  • Story Type: Tutorial
Building your own Python web applications provides you with the opportunity to have great functionality, with no restrictions. However, creating web applications with Python is not straightforward. Coupled with learning a new skill of developing web applications, you would normally have to learn how to work with a framework as well.

Sage: Tips and Tricks

  • Packt; By Craig Finch (Posted by salim on May 19, 2011 1:21 PM CST)
  • Story Type: Tutorial
Results matter, whether you are a mathematician, scientist, or engineer. The time that you spend doing tedious mathematical calculations could be spent in more productive ways. Sage is an open-source mathematical software system that helps you perform many mathematical tasks. There is no reason to compute integrals or perform algebraic manipulations by hand when software can perform these tasks more quickly and accurately. In this article we will take a look at some tips and tricks for working with Sage and using Python more effectively</p>

Testing in Python using doctest

  • Packt; By Greg Lee Turnquist (Posted by salim on May 15, 2011 12:38 AM CST)
  • Story Type: Tutorial
Testing has always been a part of software development. Testing includes many different styles including unit testing, integration testing, acceptance testing, smoke testing, load testing, and countless others.