Stay looped in
Links
-
Recent Comments
- Iterative Design | The Apprentice Path said [...] Behind the Screens: the Making of Campaign M...
- natlee75 said I’ve found that the easiest way to explain w...
- natlee75 said Actually we’d get a type error since the `fn...
- Samy Al Bahra said Hi Sam, Apologies for the late response. Our syste...
- Steph said Reading a lot of different explanations definitely...
Archives by Month
Categories
Author Archives: Yuki
Testing in Python: using Django
As promised! Let’s dig in to how we run tests using Django. We run a web server using apache where the code is written using Django. We put information regarding the state of the optmization worker jobs, advertiser/publisher data upload … Continue reading
Testing in Python: using nose & mocks
Here on the AppNexus Optimization team, we write code to optimize algorithms for our customers. We want to write good great code, so of course we test our code. We write and unit test our code in Python and run … Continue reading