2016-10-25

Worthy Read

Preview the Python Serverless Microframework for AWS

aws

Serverless computing is one of the most talked-about subjects among AWS customers. The AWS serverless offerings, AWS Lambda and Amazon API Gateway, make it possible for developers to create and run API applications with built-in, virtually unlimited scalability without managing any servers. Today the AWS Developer Tools team is excited to announce the preview of the Python Serverless Microframework for AWS. You can read Martin Fowler talking about the benefits of Serverless architecture http://martinfowler.com/articles/serverless.html#benefits

Continuous Delivery Tool



Automate from SCM to Production with BuildMaster! 100+ Integrations; Free for 5 Users.

Sponsor

Reverse debugging for Python

pypy

The PyPy team is pleased to give you "RevPDB", a reverse-debugger similar to rr but for Python.

Facebook chat bot aka joke bot with django tutorial

chatbots

I have decided to try to develop a chat bot which does only one thing. Send a random joke like the below one without an image irrespective of what the user types

Book review: “Two Scoops of Django: Best Practices for Django 1.8”

book review

The book can be used as a reference of best practices and a cover-to-cover guide to best practices. I’ve done both and found it to be enjoyable, accessible, and educational when read cover-to-cover and a valuable reference when setting up a new Django project or doing general Django development. It covers a huge range of material.

Using Spectrum - Standalone Logging Server with Python. Review

Spectrum is a standalone logging server plus log viewer with filtering capabilities. It scales to multiple logging streams with endpoint being a file residing on filesystem, REST API endpoint, Syslog, UDPStream, WebSocketStream.

Create python app and deploy in cloud for free.



Have an app idea and want to see if it’ll fly ? Create a new Python app, free with Azure App Service. Build web, mobile, and API apps that use Redis Cache, Search, or Content Delivery Network and more. Check it out.

Sponsor

Build Your First Python and Django Application

tutorial

Decent tutorial to get people started with Python and Django.

Building an Async Python 3 Serverless Application with Docker

serverless

I will show you a simple way to build a “serverless” application and test it via Docker. When I refer to “serverless” I’m referring to the idea that the application is a short lived app, does its job, stops – just like AWS Lambda. I will create two applications each in their own project folders: serverless-app and serverless-web The serverless-app piece is the actual “serverless” piece of this, the web app will run as long as we want. I just gave them similar names to make it easier to keep the projects named closely but different enough to know what does what.

djangobot: Bridge between Slack and Django, via Channels

bot

Djangobot is a bridge between Slack and a Channels-enabled Django app. Specifically, it is a protocol server that produces and consumes messages for channels-based apps. It is built atop autobahn and twisted.

Visualizing relationships between python packages

pypi

I extracted co-occurence of top 3500 python packages in github repos using the the github data on BigQuery. I implemented the visualization force layout in d3 via the velocity verlet integration. I also clustered the graph using algorithms from python-igraph and updated it to http://graphistry.com/.

Hiding a payload in PNG files with Python

security

How could I store files online, in plain sight, for free. Because who doesn’t like a good ‘ol game of hide and seek. But with files. On the internet. Hide files in plain sight. Allow them to be distributed via free public channels. E.g Twitter, Reddit, imgur.

Jobs

Senior Python Developer at EPAM

Mexico

EPAM Systems, Inc. (NYSE:EPAM), a leading global product development and platform engineering services company, is focused on delivering results through best in-class software engineering, combined with innovative strategy, consulting and design capabilities. Responsible for many phases of the software development lifecycle including technical research, and requirements analysis for Python projects.

Upcoming Conference / User Group Meet

PyGotham 2016



EuroPython 2016

Python Northwest

PyOhio 2016

PyCon Australia 2016

PyCon APAC 2016

EuroScipy 2016

PyCon MY 2016

Projects

aq - 31 Stars, 0 Fork

Query AWS resources with SQL. aq allows you to query your AWS resources (EC2 instances, S3 buckets, etc.) with plain SQL.

sokChoGo - 24 Stars, 5 Fork

Travel the pokemon world in your comfy bed, with your keyboards, not on your legs.

macOSLAPS - 19 Stars, 2 Fork

A python script that will change a local adminsitrator password to a random generated password. Similar behavior to LAPS for Windows

Pokemon_Go_API - 13 Stars, 0 Fork

Pokémon GO API in Python

stdgif - 10 Stars, 0 Fork

Standard output for gifs. Dumps gifs to stdout or creates shell scripts that can be sourced from a .bashrc or other shell initialization file.

pstack - 9 Stars, 1 Fork

Tool to dump python thread and greenlet stacks. pstack is to python as jstack is to java! It's a debug tool to print python threads or greenlet stacks.

csv-sql - 8 Stars, 0 Fork

Query your CSV files with SQL

PostMail - 6 Stars, 1 Fork

A simple mail server which can let you send a email only sending a POST request

Show more