Wingware News: Wing Python IDE 7.0.0.6 Early Access
Wing 7 is now available through our early access program. It improves the code warnings system, adds an array and data frame viewer, supports PEP 3134 chained exceptions, improves bookmarking, extends...
View ArticlePyCon: PyCon 2020-2021 Location
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 2020 and 2021 will be Pittsburgh, Pennsylvania!The conference...
View Articlecodingdirectional: Counts the points of our team in the championship
Hello and today we will continue to solve the problem posted on codewars, if you have not yet joined codewars then I really encourage you to do so because this site is a real deal for those of you who...
View Articlegamingdirectional: Create a player object in pygame
In this article, we will create a player sprite class which will render the player image on the game scene. First, we will create the player object class which serves as the container for the player’s...
View Articlecodingdirectional: Return the day in a week with python
Hi, I just have a time to solve another python question today. In this example, we are going to develop a method which will receive a number from the user input and returns which day in a week is that...
View ArticleWeekly Python StackOverflow Report: (clxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-02-09 12:27:10 GMTHow to combine similar characters in a list? -...
View ArticlePyPy Development: Düsseldorf Sprint Report 2019
Hello everyone!We are happy to report a successful and well attended sprint that is wrapping up in Düsseldorf, Germany. In the last week we had eighteen people sprinting at the...
View ArticleTalk Python to Me: #198 Catching up with the Anaconda distribution
It's time to catch up with the Anaconda crew and see what's new in the Anaconda distribution. This edition of Python was created to solve some of the stickier problems of deployment, especially in the...
View ArticleDavide Moro: High quality automated docker hub push using Github, TravisCI...
Let's say you want to distribute a Python tool with docker using known good dependency versions ready to be used by end users... In this article you will see how to continuously keeping up to date a...
View ArticleKushal Das: When I was sleepy
Back in 2005 I joined my first job, in a software company in Bangalore. It was a backend of a big foreign bank. We trained heavily on different parts of software development during the first few...
View ArticleChristian Barra: Onboarding for tech new hires
Hiring a new member for a tech team is such a long process that as soon as the contract is signed you would like to think that your job is done. But is it? No exactly, your hiring process is not yet...
View ArticlePrzemysław Kołodziejczyk: pipenv and pyenv
What’s pyenv? pyenv lets you easily switch between multiple versions of Python It’s like nvm but for Python ;-) Install pyenv. brew install pyenv How to use it? Install a specific Python version: pyenv...
View ArticlePrzemysław Kołodziejczyk: Python 3 - Template strings instead of external...
I don’t know about you, but there is only one thing where I use templates on the backend side. Emails. Usually, when people need to render HTML template, they install Jinja2 or other template engines....
View ArticleCatalin George Festila: Using the asciimatics and pyfiglet python modules
This is a simple example how to use the asciimatics and pyfiglet python modules with python version 3.6.4.First you need to install with the pip tool.The source code is simple and start with the import...
View ArticleCatalin George Festila: Testing imageio python module.
This python module comes with this intro from pypi website:Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images,...
View ArticleCatalin George Festila: Testing the webpy python module.
Today I wrote about another python module named web.py.The reasons I start this tutorial come from google page of SDK for App Engine.The Google come with these options of the following frameworks can...
View ArticleCatalin George Festila: Using python modules: mayavi and moviepy - part 001.
This is a simple example with two modules named: mayavi and moviepy.Let's see the introduction of these python modules:Mayavi2 is a general purpose, cross-platform tool for 3-D scientific data...
View ArticleCatalin George Festila: Detect nudity with nudepy python module.
Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd...
View Article