Catalin George Festila: Python 2.7 : InsecurePlatformWarning error.
This is not a common error and can be solve it easy like any python issue.The result of this error can be show like into the next...
View ArticleStack Abuse: Scheduling Jobs with python-crontab
What is CrontabCron is a software utility that allows us to schedule tasks on Unix-like systems. The name is derived from the Greek word "Chronos", which means "time". The tasks in Cron are defined in...
View ArticleAmit Saha: Compilation and Interpretation in C and CPython
It is common knowledge that programs written in high level languages have to be translated into a low level language using programs referred to as translators. This low level language is either in a...
View ArticleProgramiz: List VS Tuples
In this article we will learn key differences between the List and Tuples and how to use these two data structure.
View ArticleKushal Das: Using split ssh in QubesOS 4.0
The idea behind Qubes OS is known as security by compartmentalization. You create different Qubes (VMs or domains) to compartmentalize your digital data. So that even if one of the VMs is compromised,...
View ArticleEvennia: New year, new stuff
Happy 2018 everyone! Here's a little summary of the past Evennia year and what is brewing.(Evennia is a Python server- and toolbox for creating text-based multiplayer games (MU*)).The biggest challenge...
View ArticleTryton News: Newsletter January 2018
As new year resolution, we plan to make a monthly post about what happened in the Tryton project.CC BY NC ND 2.0 Keith Williams TUL2017The annual Tryton Unconference 2017 took place from the 7th to...
View ArticleCodementor: How to Build RESTful APIs with Python and Flask
For sometime I have been working with Python but I just got to try Flask recently, so I felt it would be nice to write about it! Flask is a Python-based microframework that enables you to quickly...
View ArticleMike Driscoll: Top Ten Python Articles of 2017
2017 was a big year when it comes to readership of this blog. It ended up with 1,027,600 sessions, 704,991 users and 1,233,805 page views. These numbers are nearly twice as much as 2015 and a pretty...
View ArticlePeter Bengtsson: Whatsdeployed facelift
tl;dr; Whatsdeployed.io is an impressively simple web app to help web developers and web ops people quickly see what GitHub commits have made it into your Dev, Stage or Prod environment. Today it got a...
View ArticleSandipan Dey: EigenFaces and A Simple Face Detector with PCA/SVD in Python
In this article, a few problems will be discussed that are related to face reconstruction and rudimentary face detection using eigenfaces (we are not going to discuss about more sophisticated face...
View ArticleWeekly Python StackOverflow Report: (cvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-01-06 20:26:43 GMTWeird behaviour of non-ASCII Python identifiers -...
View ArticleSandipan Dey: Classifying a Face as Happy/Unhappy and Face Recognition using...
In this article couple of problems are going to be described. Both the problems appeared as assignments in the Coursera course Convolution Neural Network (a part of deeplearning specialization) by the...
View ArticleImport Python: #157 - Pandas, TensorFlow, Extending Python 3 in Go and more
Worthy Read GoCD - Open Source Continuous Delivery Server GoCD is a continuous delivery tool supporting modern infrastructure with elastic on-demand agents and cloud deployments. With GoCD, you can...
View ArticleFilipe Saraiva: Discussing the future of Cantor
Hello devs! Happy new year!It is common to use the new year date to start new projects or give new directions for old ones. The last one is the case for Cantor.Since when I got the maintainer status...
View ArticleGlyph Lefkowitz: Tips And Tricks for Shipping a PyGame App on the Mac
I’ve written and spoken at some length about shipping software in the abstract. Sometimes I’ve even had the occasional concrete tidbit, but that advice wasn’t really complete.In honor of Eevee’s...
View ArticleLow Kian Seong: Easily staying afloat on High Sierra
Whenever I use Mac I always miss "Always On Top" functionality for my windows. Don't ask me why up until today MacOS stubbornly refuses to add this functionality. Afloat is the closest I have found to...
View ArticleProgramiz: Reading CSV files in Python
In this article, we will learn how to read data from csv files in python of different formats.
View ArticleDjango Weblog: Results of the DSF Board election
The DSF membership elected a new board last month. The six elected directors of the DSF for 2018 are (in alphabetical order):James BennettDaniele ProcidaRebecca ConleyAnna MakarudzeKatie McLauglinFrank...
View Article