Tag: Python

  • Python Module of the day

    Who hasn’t been waiting to use Perl from Python? With this python module you can. As easy as import perl: https://pypi.org/project/perl/

  • The Dropbox journey to static type checking with Python

    Type Annotation is a feature that allows Python to maintain it’s dynamic typing and enable option static typing in the same code base. With the arrival of Python 3.5, the language implemented PEP 484, that describes a syntax to annotate code with type hints. Dropbox took a journey to leverage this option on 4 million…

  • Python 3.8.0b4 is now available for testing

    It’s time for the last beta release of Python 3.8. Go find it at: https://www.python.org/downloads/release/python-380b4/ This release is the last of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support the new feature…

  • Get started with Kubernetes (using Python)

    Jason Haley wrote a brief tutorial to get the Pythonista started with Kubernetes. Worth reading if you are new to the topic. So, you know you want to run your application in Kubernetes but don’t know where to start. Or maybe you’re getting started but still don’t know what you don’t know. In this blog…

  • Serving Fiori Applications with Python Flask

    Serving Fiori Applications with Python Flask, part 1 | SAP Blogs — Weiterlesen blogs.sap.com/2019/03/06/serving-fiori-applications-with-python-flask-part-1/comment-page-1/

  • Celery Worker wide configuration

    Celery is a distributed task execution environment for Python. While the emphasis is on distributed in this software, the concept of having workers allows for settings beyond the individual task. While the first rule of optimisation is “don’t”, sharing database connections is a low hanging fruit in most cases. And this can be configured per worker with Celery…

  • Pillow 3-0-0 is out

    The Pillow Team is excited to announce the release of Pillow 3.0.0. via: Alex Clark

  • Python 3.5 released

    LWN reports that Python 3.5 has been released today. Here is, what’s new.

  • Spectrum 2015 Programming Languages

    New languages enter the scene, and big data makes its mark Spoiler: basically, all is the same as past year, but R made a jump up by 4 positions and ranks 6th now. R is a statistical language, capable of munging huge amounts of data, hence the Big Data reference in the article. via: Spectrum

  • Python for Data Analysis

    Für alle Daten, die für Excel zu groß und für Hadoop zu klein sind. Oder um Analysen zu automatisieren, natürlich.