Import Python: ImportPython Issue 104 - Developer Tools Survey, Apache Spark,...
Worthy Read Pythonistas! How do you rate your favourite languages, frameworks, and technologies ? How popular is Python? Based on our survey findings, 19% of Linux and 13% of macOS developers use...
View ArticleCalvin Spealman: Let's Make A Game! Off And On Again, Episodes 9, 10, AND 11...
Interested in my process for making a monthly game? I've got three new episodes up of my series Let's Make A Game! for a total of eight episodes to enjoy, so far. The project should include a total of...
View ArticleDjango Weekly: Django Weekly - CI, Pip installable Django project, Azure...
Worthy ReadPythonistas! How do you rate your favourite languages, frameworks, and technologies ?How popular is Python? Based on our survey findings, 19% of Linux and 13% of macOS developers use Python...
View ArticleKushal Das: Using rkt on my Fedora servers
Many of you already know that I moved all my web applications into containers on Fedora Atomic image based hosts. In the last few weeks, I moved a few of them from Docker to rkt on Fedora 25. I have...
View ArticleBrian Okken: Transcript for Episode 19: Python unittest with Robert Collins
This is the transcript for Test & Code, episode 19: Python unittest with Robert Collins. [music] Welcome to Test and Code, a podcast about software development and software testing. Episode 19. In...
View ArticleBrian Okken: Transcript for Episode 22: Converting Manual Tests to Automated...
This is the transcript for Test & Code episode 22: Converting Manual Tests to Automated Tests Episode 22: Replacing manual tests with automated tests. [music] Welcome to Test and Code, a podcast...
View ArticleBrian Okken: Transcript for Epsiode 23: Lessons about testing and TDD from...
This is the transcript for Test & Code, episode 23: Lessons about testing and TDD from Kent Beck [music] Welcome to Test and Code, a podcast about software development and software testing. Kent...
View ArticleKoodaamo: Python IoT temperature measurement
This is the second article in a ‘Python IoT’ topic series. In a previous article, I described WiThumb, a USB-connected IoT device from a KickStarter project, and how to run Python on it; specifically,...
View ArticleWeekly Python StackOverflow Report: (li) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-12-23 20:02:50 GMTDivide the list into three lists such that their...
View ArticleCodementor: A Python Import Tutorial for Beginners
##What?! Another import tutorial?Well, yeah. But there are a lot of overly technical, incomplete, incorrect or just wrong ones out there. As a beginner Python developer I was once faced with sifting...
View ArticleCodementor: Extending Apache Pig with Python UDFs
(image source)IntroductionApache Pig is a popular system for executing complex Hadoop map-reduce based data-flows. It adds a layer of abstraction on top of Hadoop’s map-reduce mechanisms in order to...
View ArticleCodementor: Building a Chatbot using Telegram and Python (Part 1)
Chatbots are all the rage at the moment, with some predicting that they will be bigger than mobile apps. The main idea of chatbots is that instead of having to dig through awkward mobile menus and...
View ArticleCodementor: Building a Chatbot using Telegram and Python (Part 2): Adding a...
In Part 1 of this tutorial, we built a basic Telegram Chatbot from scratch using Python. Our Bot wasn’t too smart, and simply echoed anything sent to it back to the user. The Bot we built is a good...
View ArticleCodementor: How to make a Sandwich using Python Context Manager
Most people shy away from the kitchen, not because cooking isn’t fun, but because cleaning up after is tedious.What if I told you that you could get cooking without having to explicitly cleanup?...
View ArticleCodementor: Laser Cutting with Python
Wouldn’t it be cool that apart from making apps, you can also produce physical things with your coding skills?This basic tutorial will show you how you can use the Python Turtle library to create...
View ArticleCodementor: How to Deploy a Django Application on DigitalOcean
PrerequisitesA fresh DigitalOcean droplet running Ubuntu 14.04A Git Repository (on Bitbucket or Github) which you use with your Django ApplicationYou should have a local Django app setup using Postgres...
View ArticleCodementor: Asynchronous Tasks using Celery with Django
PrerequisitesYou should have a local Django app setup.Celery 3.0 or above.RabbitMQIntroductionCelery is a task queue based on distributed message passing. It is used to handle long running asynchronous...
View ArticleCodementor: How to Run Python and Ruby on Heroku with Multiple Buildpacks
One of my mentees here in codementor.io encountered a problem while running Python and Ruby together on Heroku. That session inspired me to write this tutorial—how to run more than one environment on...
View ArticleCodementor: How to Build a Python Media Player using LibVLC and GTK+
In this tutorial, we shall learn how to create a multimedia app in Python with the help of LibVLC and GTK+ which plays media when its starts. App users will also be able to control basic playback...
View ArticleCodementor: An Introduction to Python Machine Learning with Perceptrons
Everyone that has an ear in the tech world has heard of machine learning. It’s known as a highly intellectual and mathematical field of study that is only practiced by the most scholarly programmers....
View Article