Continuum Analytics Blog: Who You Gonna Call? Halloween Tips & Treats to...
By Michael Sarahan Happy Halloween, readers. At Anaconda, we’re not too scared about things that go bump in the night. We’ve examined the data and concluded that it’s just the cleaning staff upstairs....
View ArticleErik Marsja: Repeated Measures ANOVA in Python using Statsmodels
In this brief Python data analysis tutorial we will learn how to carry out a repeated measures ANOVA using Statsmodels. More specifically, we will learn how to use the AnovaRM class from statsmodels...
View ArticleKarim Elghamrawy: Python: Let’s Create a Simple HTTP Server (Tutorial)
Web severs are everywhere. Heck you are interacting with one right now! No matter what type of software engineer you are, at some point in your career you will have to interact with web servers. May be...
View ArticleTechiediaries - Django: React 16.7 Hooks — with Axios and Django API [PART 1]
React Hooks are a new feature recently released by the React team. It's included in React 16.7 which is in its Alpha version as of this writing.In this tutorial, we'll learn to migrate our previous...
View ArticleTryton News: Newsletter November 2018
@ced wrote:pexels-photo-112352.jpeg1280x853 107 KBWe have a fresh new website to better show the features of Tryton and be more speaking to the visitor. This has been possible thanks to the investment...
View ArticleRene Dudfield: Josh Bartlett — pygame Artist in Residence
The pygame Artist in Residence grant celebrates the Python arts community and lends a tiny bit of support to someones art practice. Josh Bartlett was the first recipient.An artist residency usually...
View ArticleMade With Mu: Mu and PyWeek: Traffic Flowmageddon
Last week was PyWeek, where entrants have a week to make a game on a given theme using Python. Myself and my buddy Andrew Smith decided to form a team called Code to Joy and write something using Mu...
View ArticlePyCharm: PyCharm 2018.3 EAP 9
We’ve entered the final phase of the Early Access Program (EAP) for PyCharm 2018.3, the ninth version is now available. Download this version from our websiteNew in This VersionEnhanced GitHub...
View ArticleDataquest: Python vs R: Head to Head Data Analysis
Which is better for data analysis?There have been dozens of articles written comparing Python and R from a subjective standpoint. We'll add our own views at some point, but this article aims to look at...
View ArticleCodementor: Generators in Python
One of the most commonly asked question in Python interviews is "Have you worked with generators? How and what was the need to use it?"...
View ArticleStack Abuse: Overloading Functions and Operators in Python
What is Overloading?Overloading, in the context of programming, refers to the ability of a function or an operator to behave in different ways depending on the parameters that are passed to the...
View ArticleDjango Weblog: Django bugfix release: 2.1.3
Today we've issued the 2.1.3 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticleCatalin George Festila: Python Qt5 - QtWebEngine example.
The QtWebEngine is the new web rendering engine that is planned to replace QtWebKit in Qt.The official website tells us:QtWebEngineWidgets or QtWebEngine libraries, depending on application typeLet's...
View ArticleTechiediaries - Django: useState React Hook by Example | Axios & Django...
useState() is an example built-in React hook that lets you use states in your functional components. This was not possible before React 16.7.In the previous tutorial we learned about React Hooks and...
View ArticleMarc Richter: Create your own Telegram bot with Django on Heroku – Part 9 –...
This article was published at Create your own Telegram bot with Django on Heroku – Part 9 – Creating a model for your messages . If you are reading this on any other page, which is not some “planet” or...
View ArticleMade With Mu: Lesson Observation
I recently had the great pleasure of visiting Wollaston School to see Steve Foster use Mu in his classroom. Here he is in action, in perhaps the most “teacher-ish” photograph you’ll see for a long...
View ArticleCodementor: Decorators in python. What? Why? When?
A brief intro to python decorators and why they should be used.
View ArticleStack Abuse: Asynchronous Python for Web Development
Asynchronous programming is well suited for tasks that include reading and writing files frequently or sending data back and forth from a server. Asynchronous programs perform I/O operations in a...
View ArticleFull Stack Python: Adding Okta Authentication to an Existing Flask Web App
It can be a lot of work to piece together a full authentication system if you have an existing Flask web application that you are coding. Okta makes it much easier to drop-in a complete user...
View Article