• Home
  • About
  • Software
  • Systems
  • Talks
  • Videos
  • Blog
    • All Posts
    • Android
    • Embedded
    • Hardware
    • Java
    • Life
    • Mac
    • Technology
  • Resume
Wolf Paulus

python

  • Technology

One Lambda to rule them all

Posted on November 10, 2020November 12, 2020by Wolf Paulus

Whenever I got a new laptop or was (re-)installing macOS from scratch, a Java JDK, IntelliJ IDEA, and Tomcat, the “pure Java” HTTP web server environment, were always among the 1st things I installed. How times have changed. Now it’s Docker, Python3, PyCharm, and AWS and SAM CLIs that go on first. I still do […]

Read More
No comments yet
  • Technology

Deploying Python AWS Lambda Functions

Posted on April 21, 2020August 16, 2020by Wolf Paulus

When it comes to deploying lambda function into AWS, I have been using mostly Java for the implementation language and runtime. However, using Python has some advantages, especially if the code does not require parallel threads. E.g., the deployment package is usually a lot smaller and waking the lambda function, after it hasn’t been used […]

Read More
No comments yet
  • Embedded

Raspberry Pi Zero W w/ Python 3

Posted on February 25, 2019October 21, 2019by Wolf Paulus

  1GHz, single-core CPU 512MB RAM 802.11 b/g/n wireless LAN Bluetooth 4.1 Bluetooth Low Energy (BLE) Case The Raspberry Pi Zero W V1.1 by far not the most powerful, but my favorite Raspberry Pi board, because it’s so very most and still capable enough. After putting the tiny board, weighing only 9.3g / 0.3oz into a nice […]

Read More
1 Comment
  • Embedded

Micro Python on ESP32 (HUZZAH32)

Posted on July 31, 2018October 22, 2019by Wolf Paulus

Adafruit’s HUZZAH32 Feather board is built with the official WROOM32 module: Two CPU cores that can be individually controlled, and the CPU clock frequency is adjustable from 80 MHz to 240 MHz 448 kB of ROM for booting and core functions. 520 kB of on-chip SRAM for data and instructions. 8 kB of SRAM in RTC, […]

Read More
1 Comment
  • Technology

Start/Stop Script for Python Programs

Posted on January 1, 2014January 3, 2017by Wolf Paulus

  For the last two years or so, I often find myself in the situation, where I need to quickly prototype a Web-service that is accessed by mobile applications. If successful, the service will eventually be hosted in Amazon’s AWS Elastic Compute Cloud, most likely in Red Hat Enterprise Linux 6 (EHEL 6) instance. Besides a […]

Read More
No comments yet
  • Home
  • call
  • email
  • LinkedIn
  • GitHub
  • Medium
©2021 • Wolf Paulus
  • Home
  • About
  • Software
  • Systems
  • Talks
  • Videos
  • Blog
    ▼
    • All Posts
    • Android
    • Embedded
    • Hardware
    • Java
    • Life
    • Mac
    • Technology
  • Resume