4th Place Solution to Python Speed Coding Challenge

I participated in one week challenge that started on May 4, I will describe my approach. 445 people entered the leaderboard: Read more

Similar

Python Package Spoofing Attack

The site is being spammed with fake packages like: http://pypi.python.org/pypi/pygpu/0.1.0 http://pypi.python.org/pypi/tkinter/0.1.0 There are more, just look for the description: "just for fun : )"... (more…)

Read more »

How to package a Python app (pip) for PyPi

In this tutorial, we will create a Python application that can be installed directly from pip that will show the 10 latest blog posts from this website (the one you are reading this on!). If you just want to avoid all of this hard work and publish a pytho... (more…)

Read more »