Montreal Python User Group: Montréal-Python 69 - Call For Proposals
First of all, the Montreal-Python team would like to wish you a Happy New Year!With every new year, there's resolutions made. If presenting at a the tech event is on your list of resolutions, here's...
View ArticleKushal Das: How to configure Tor onion service on Fedora
You can set up a Tor onion service in a VM on your home desktop, or on a Raspberry Pi attached to your home network. You can serve any website, or ssh service using the same. For example, in India most...
View ArticleProgramiz: Python Arrays
In this article, you’ll learn about Python array, how to create an array, find length of an array, access, slice, modify and remove elements of an array in Python.
View ArticleProgramiz: Python List Comprehension
In this article, we will learn about Python list comprehensions, and how to use it.
View ArticleGocept Weblog: Catching and rendering exceptions
TL;DR: You have to write an exception view in file system code which is rendered when an exception occurs.HistoryIf an exception occurred in Zope 2 the standard_error_message (an object in the ZODB)...
View ArticleStack Abuse: Levenshtein Distance and Text Similarity in Python
IntroductionWriting text is a creative process that is based on thoughts and ideas which come to our mind. The way that the text is written reflects our personality and is also very much influenced by...
View ArticleFrançois Dion: Readings in Visualization
"Ex-Libris" part V: VisualizationPart 5 of my "ex-libris" of a Data Scientist is now available. This one is about visualization.Starting from a historical perspective, particularly of statistical...
View ArticleMichael Droettboom: Jupyter notebooks and version control
Summary: Presents an experimental alternative file format for Jupyter notebooks that plays nicer with version control.The problemThere's no doubt that Jupyter notebooks are taking over the world for...
View ArticlePyCharm: PyCharm 2017.3.3 Out Now
Today we’ve published PyCharm 2017.3.3 which has a number of important fixes specific to PyCharm as well as numerous platform fixes. Get this new version now from our website!Some of the fixes in this...
View ArticleSimple is Better Than Complex: How to Implement Multiple User Types with Django
This is a very common problem many developers face in the early stages of the development of a new project, and it’s also a question I get asked a lot. So, I thought about sharing my experience with...
View ArticleMarcos Dione: callable-choices-for-django-rest-framework
At work I'm writing an API using Django/DRF. Suddenly I had to write an application (just a few pages for calling a few endpoints), so I (ab)used DRF's Serializers to build them. One of the problems I...
View ArticleDjango Weekly: #66: DjangoCon Japan, 2.0 Tutorial for Beginners, Kubernetes,...
Worthy ReadOptimize Utilization with GoCD’s Elastic AgentsGoCD is a continuous delivery tool specializing in advanced workflow modeling and dependency management. Our new AWS ECS elastic agents...
View ArticlePyCharm: PyCharm 2018.1 EAP Starts now!
We’re excited to start the Early Access Program (EAP) for PyCharm 2018.1! The next version of PyCharm will be released in the Spring. However, as we think user feedback is very important to allow us to...
View ArticleLennart Regebro: Repairing a Tascam M-2524 or M-2516 – Part 3
Cleaning the mixerSince I needed to almost completely disassemble the mixer to repair it, I decided to also clean it properly, while I was at it. This is the steps needed.First I took all the knobs and...
View ArticleTalk Python to Me: #147 Quart: Flask, but 3x faster
There has been a bunch of new Python web frameworks coming out in the past few years. Generally, these have been focused solely on Python 3 and have tried to leverage Python's new async and await...
View ArticleNumFOCUS: Diverse & Inclusive Events and Conferences Cookbook — Notes...
The post Diverse & Inclusive Events and Conferences Cookbook — Notes from the DISC Unconference appeared first on NumFOCUS.
View ArticleTechiediaries - Django: QuickTip: Django and AngularJS Conflicting...
When using the Django framework with the AngularJS MVC framework for building modern single page applications or SPAs, one of the issues you will encouter is related to both frameworks using the same...
View ArticleTechiediaries - Django: Adding JWT Authentication to Python and Django REST...
In this tutorial we'll learn how to add JWT authentication to an API built with Django REST framework. Basically we'll use the djangorestframework-jwt package for adding JWT authentication as you would...
View ArticleTechiediaries - Django: 3+ Ways to Add Authentication to Ionic 3 (Angular...
Let's look at the available options for adding authentication (login and registration) into your mobile application built using Ionic 3 and Angular 4|5 such as SaaS (Software As a Service) providers...
View ArticleTechiediaries - Django: Building an Ionic 3/Angular 4|5 Application with a...
Let's see how to build a CRUD Ionic 3 mobile application (or if you prefer an Angular 4+ web application) using the modern GraphQL-based API (instead of REST-based API). Since we need a backend to...
View Article