Our Code on PROX-1 Satellite

Georgia Tech is building a satellite, PROX-1. The Prox-1 mission will demonstrate automated safe trajectory control during proximity operations for on orbit inspection. Molly Riebling, the lead of Attitude Determination and Controls Subsystem, is using our code for testing the … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 1 Comment

Prototyypin rakentaminen bus4tn007-8 w22

Opi rakentamaan itse keksimiäsi prototyyppejä: robotteja, varashälyttimiä, kauko-ohjaimia… Update: check projects and feedback.

Posted in Uncategorized | Tagged , , , , , , , , , , | 21 Comments

Django on Apache – with Python 3 and Apache mod_wsgi on Ubuntu 16.04

Install Python 3 Django on Apache, similar to production installations. These terse notes show how to install Python Django, configure it to use templates and access PostgreSQL database. Finally, we create a simple app to read records from database and … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on Django on Apache – with Python 3 and Apache mod_wsgi on Ubuntu 16.04

Write Python 3 Web Apps with Apache2 mod_wsgi – Install Ubuntu 16.04 xenial – Every Tiny Part Tested Separately

Python is a popular language for web applications, used by Youtube, DropBox, Facebook, Pintrest, Reddit, Instagram, Spotify, Washington Post and many others. Apache is the most popular web server in the world. Mod_wsgi is the recommended way to use Python … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 3 Comments