Mike Driscoll: PyDev of the Week: Sebastian Steins
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’s...
View ArticleStein Magnus Jodal: pathlib and paths with arbitrary bytes
The ">">pathlib module was added to the standard library in Python 3.4, and is one of the many nice improvements that Python 3 has gained over the past decade. In three weeks, Python 3.5 will be...
View ArticleReal Python: Variables in Python
If you want to write code that is more complex, then your program will need data that can change as program execution proceeds.Here’s what you’ll learn in this course:How every item of data in a Python...
View ArticlePyCoder’s Weekly: Issue #398 (Dec. 10, 2019)
#398 – DECEMBER 10, 2019View in Browser »MicroPython: An Intro to Programming Hardware in Python Are you interested in the Internet of Things, home automation, and connected devices? In this tutorial,...
View ArticleMike Driscoll: PyDev of the Week: Sebastian Steins
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’s...
View ArticleIslandT: Python Positional-only parameters
I have downloaded Python 3.8 and start to play around with those latest python functions. In this article, we will look at the Positional-only parameter syntax which is a function parameter syntax / to...
View ArticleStack Abuse: Encoding and Decoding Base64 Strings in Python
IntroductionHave you ever received a PDF or an image file from someone via email, only to see strange characters when you open it? This can happen if your email server was only designed to handle text...
View ArticleTalk Python to Me: #242 Your education will be live-streamed
Online education has certainly gone mainstream. Developers and companies have finally gotten comfortable taking online courses. Sometimes these are recorded, self-paced courses like we have at Talk...
View ArticleReal Python: Data Engineer Interview Questions With Python
Going to interviews can be a time-consuming and tiring process, and technical interviews can be even more stressful! This tutorial is aimed to prepare you for some common questions you’ll encounter...
View ArticleContinuum Analytics Blog: 8 AI Predictions for 2020: Business Leaders &...
The first industrial revolution was powered by coal, the second by oil and gas, and the third by nuclear power. The fourth — AI — is fueled by an abundance of data and breakthroughs in…The post 8 AI...
View ArticleCodementor: The easiest way to deploy Django application
I show you how to deploy your Django application to Heroku.
View ArticleMike Driscoll: PyDev of the Week: Sebastian Steins
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’s...
View ArticleCatalin George Festila: Python 3.7.5 : The Pygal python package.
Today's tutorial aims to get data from a URL and display it with the Pygal python package. I believe that global warming is a very important topic for human evolution. You can read more about this...
View ArticlePython Insider: Python 3.7.6rc1 and 3.6.10rc1 are now available for testing
Python 3.7.6rc1 and 3.6.10rc1 are now available. 3.7.6rc1 is the release preview of the next maintenance release of Python 3.7; 3.6.10rc1 is the release preview of the next security-fix release of...
View ArticleMike Driscoll: PyDev of the Week: Sebastian Steins
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’s...
View ArticleStack Abuse: Merge Sort in Python
IntroductionMerge Sort is one of the most famous sorting algorithms. If you're studying Computer Science, Merge Sort, alongside Quick Sort is likely the first efficient, general-purpose sorting...
View Articletestmon: How to set-up and use py.test in Pycharm
We asked our friend Miro to try using Pytest with PyCharm. Miro has background in test automation, Python, DevOps and metal music. Since he was new to the set-up he would be the ideal person to write a...
View Articletestmon: Determining affected tests
Automatically determining affected tests sounds too good to be true. Python developers rightfully have a suspecting attitude towards any tool which tries to be too clever about their source code. Code...
View Articletestmon: New in testmon 1.0.0
Significant portions of testmon have been rewritten for v 1.0.1. Although the UI is mostly the same, there are some significant differences.End of python 2.7 supportTestmon requires python 3.6 or...
View ArticleAnwesha Das: Circuit Python at PyConf Hyderabad
IntroductionCoding in/with hardware has become my biggest stress buster for me ever since I have been introduced to it in PyCon Pune 2017 by John. Coding with hardware provides a real-life interaction...
View Article