Techiediaries - Django: Django 2 Tutorial & Example: Build a CRUD REST...
In this tutorial series, you'll learn about Django 2 by creating a CRUD example application with database, admin access, and REST API views.We'll be using MySQL as the database system.Throughout this...
View ArticleTechiediaries - Django: Angular 8|7 CRUD Tutorial: Python|Django REST API
Angular 8 is released! Read about its new features and how to update Angular 7 to v8.This tutorial is designed for developers that want to use Angular 8|7 to build front-end apps for their back-end...
View ArticlePyBites: PyBites Twitter Digest - Issue 04, 2019
Latest Test and Code Episode is out! Go Nina!RT @brianokken: Test & Code 71: Ultimate Guide To Memorable Tech Talks w/ @nnjahttps://t.co/JPECNkzQr6 Nina gives some great advice about…—...
View ArticleSimple is Better Than Complex: How to Save Extra Data to a Django REST...
In this tutorial you are going to learn how to pass extra data to your serializer, before saving it to the database.IntroductionExample Using APIViewExample Using ViewSetIntroductionWhen using regular...
View ArticleWingware Blog: Auto-Editing in Wing Pro (Part 2 of 3)
Wing Pro implements a suite of auto-editing operations that take care of common low-level editing tasks. Last week we looked at creating and managing blocks in Python code.In part two of this Wing Tips...
View ArticleTwo Bit Arcade: Etch-A-Snap — The Raspberry Pi powered Etch-A-Sketch camera
Etch-A-Snap is (probably) the worlds first Etch-A-Sketch Camera. Powered by a Raspberry Pi Zero (or Zero W) it snaps photos just like any other camera, but outputs them by drawing to an Pocket...
View ArticleTwo Bit Arcade: Image Processing, Etch-A-Snap — Image Processing
Etch-A-Sketch is a very simple 2D plotter which is limited to drawing a single unbroken line, of a single thickness and colour which is dark-ish on a silver-ish screen. To be able to plot a photo onto...
View ArticleTwo Bit Arcade: Plotter, Etch-A-Snap — Plotter
So far we've built the Etch-A-Snap and processed an image to produce a 1 bit image. In this part we’ll look at how to take this image and generate the draw instructions for the plotter.Etch-A-Sketch is...
View ArticleCodementor: How I learned Machine Learning
Experience of Machine Learning and Artificial Intelligence
View ArticleStack Abuse: Python for NLP: Sentiment Analysis with Scikit-Learn
This is the fifth article in the series of articles on NLP for Python. In my previous article, I explained how Python's spaCy library can be used to perform parts of speech tagging and named entity...
View ArticleZero-with-Dot (Oleg Żero): Categorical sequences with Pandas for household...
IntroductionDealing with household expenses is never pleasant. Although banks try to make it fun these days, it is seldom that their user interface would actually help you to gain insight into how much...
View ArticleMike Driscoll: PyDev of the Week: Abdur-Rahmaan Janhangeer
This week we welcome Abdur-Rahmaan Janhangeer as our PyDev of the Week! Abdur-Rahmaan is the French translator of Think Python. You can see what he is up to on his blog as well as on Github. Let’s take...
View ArticleThe Code Bits: Understanding for-loops in Python
In this post, we will discuss how for-loops work in Python.We will start with a couple of basic examples and its syntax. Then we will go through iterables, iterators and the iterator protocol. We will...
View ArticlePodcast.__init__: Version Control For Your Machine Learning Projects
Version control has become table stakes for any software team, but for machine learning projects there has been no good answer for tracking all of the data that goes into building and training models,...
View ArticlePhilippe Normand: Introducing WPEQt, a WPE API for Qt5
WPEQt provides a QML plugin implementing an API very similar to the QWebView API. This blog post explains the rationale behind this new project aimed for QtWebKit users.Qt5 already provides multiple...
View Articlecodingdirectional: Return a welcome message based on the input language
Hello and welcome! I think I will start another new project after the previous sport application project in next month but at this moment we are going to solve a few python related problems from...
View ArticleJason Meyers: First Tesla Model 3 Trip: Gatlinburg
Just got back from my first trip in my Tesla Model 3. I was a bit nervous, but mostly because my first trip also included my in laws riding with us. I along with them great, but I knew if the car...
View ArticleMoshe Zadka: Publishing a Book with Sphinx
A while ago, I decided I wanted to self-publish a book on improving your Python skills. It was supposed to be short, sweet, and fairly inexpensive.The journey was a success, but had some interesting...
View ArticleReal Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3
In Part 2 of this series, you added the ability to save changes made through the REST API to a database using SQLAlchemy and learned how to serialize that data for the REST API using Marshmallow....
View ArticleWingware News: Wing Python IDE 7.0 - April 8, 2019
Wing 7 introduces an improved code warnings and code quality inspection system that includes built-in error detection and tight integration with pylint, pep8, and mypy. This release also adds a new...
View Article