Yasoob Khalid: Review: The History of Unix Video
Hi everyone! If you have been following my blog for a while, you will know how much I love computers. I recently watched this video about the history of Unix and decided to write a short post about it....
View ArticleAndre Roberge: User feedback is essential for improvements
A while ago, in Reeborg's World, I implemented a way to require Reeborg to follow a specific path in order to complete a task. For a world creator, this meant to include a path as a list of successive...
View ArticleIan Ozsvald: On receiving the Community Leadership Award at the NumFOCUS...
At the end of September I was honoured to receive the Community Leadership Award from NumFOCUS for my work building out the PyData community here in London and at associated events. This was awarded at...
View ArticleMike Driscoll: PyDev of the Week: Frank Vieira
This week we welcome Frank Vieira as our PyDev of the Week. Frank is the creator of the Vibora package, a “fast, asynchronous and elegant Python web framework.” You can see what else Frank is up to...
View ArticleErik Marsja: How to use Pandas Sample to Select Rows and Columns
In this tutorial we will learn how to use Pandas sample to randomly select rows and columns from a Pandas dataframe. There are some reasons for randomly sample our data; for instance, we may have a...
View ArticleEli Bendersky: Unification
In logic and computer science, unification is a process of automatically solving equations between symbolic terms. Unification has several interesting applications, notably in logic programming and...
View ArticleReal Python: How to Publish an Open-Source Python Package to PyPI
Python is famous for coming with batteries included. Sophisticated capabilities are available in the standard library. You can find modules for working with sockets, parsing CSV, JSON, and XML files,...
View ArticleCatalin George Festila: Python Qt5 - QCalendarWidget example.
This tutorial is about QCalendarWidget.Use a default application and add this widget.You can change and get the date from the widget calendar like any widget.The result of this source code is this...
View ArticlePyCon: PyCon 2019 Registration is Open!
It is that time of year! Registration for PyCon 2019 has launched and once again we are selling the first 800 tickets at a discounted rate. How to registerOnce you have created an account on...
View ArticleStack Abuse: Python GUI Development with Tkinter: Part 3
This is the third installment of our multi-part series on developing GUIs in Python using Tkinter. Check out the links below for the other parts to this series:Python GUI Development with TkinterPython...
View ArticleCodementor: Introducing a simple and intuitive Python API for UCI machine...
Introducing a simple and intuitive API for UCI machine learning portal, where users can easily look up a data set description, search for a particular data set they are interested, and even download...
View ArticleTryton News: Security Release for issue7766
@ced wrote:SynopsisA vulnerability in trytond, the core package of Tryton, has been found by Cédric Krier. The issue7766 shows that it is possible for an authenticated user to guess the value of a...
View ArticleMike Driscoll: Jupyter Notebook 101 Released!
My latest book, Jupyter Notebook 101 is now officially released.You can purchase it at the following retailers:Amazon (Kindle or Paperback)Leanpub (mobi, epub and PDF) on sale for $9.99 until the end...
View ArticleeGenix.com: PyDDF Python Herbst Sprint 2018
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.AnkündigungPyDDF Python Herbst Sprint 2018 inDüsseldorfSamstag, 17.11.2018, 10:00-18:00 Uhr Sonntag,...
View ArticlePyBites: Automating PyBites Review Post Using Github API and...
In this post I share a quick script I produced last week to automate a portion of our review post. I used the Github API and the collections.defaultdict.The goal of this script and post is to show you...
View Articlepythonwise: direnv
I use the command line a lot. Some projects require different settings, say Python virtual environment, GOPATH for installing go packages and more.I'm using direnv to help with settings per project in...
View Articlegamingdirectional: Pygame loads image and background graphic on game scene
After a few days of rest, today I have continued my pygame project again and will keep on working on my new pygame projects without stopping anymore starting from today. Today I have created two game...
View ArticleStack Abuse: Time Series Analysis with LSTM using Python's Keras Library
IntroductionTime series analysis refers to the analysis of change in the trend of the data over a period of time. Time series analysis has a variety of applications. One such application is the...
View ArticleVasudev Ram: Quick-and-dirty IPC with Python, JSON and pyperclip
By Vasudev RamBlue Gene image attributionHi, readers,Some time ago I had written this post.pyperclip, a cool Python clipboard moduleThe pyperclip module allows you to programmatically copy/paste text...
View ArticleCodementor: Quicksort tutorial: Python implementation with line by line...
A reference Quicksort implementation with an intuitive explanation as well as a line-by-line breakdown. This tutorial will get you unstuck from understanding the concept of Quicksort and let you...
View Article