Semaphore Community: Writing, Testing, and Deploying a Django API to Heroku...
This article is brought with ❤ to you by Semaphore.IntroductionIn this tutorial, you will learn how to write and deploy a Django API to Heroku using Semaphore. You'll also learn how to run Django tests...
View ArticleTechiediaries - Django: Vue Tutorial with Django RESTful API — Vue CLI 3...
Throughout this Vue tutorial with Django RESTful API, we are going to learn to use the Vue CLI v3 (In beta — 3.0.0-beta.15 as of this writing) to generate our Vue front-end application.In this...
View ArticleTechiediaries - Django: Full-Stack Vue Tutorial with Django RESTful API —...
Throughout this tutorial with Vue.js and Axios we'll see how to add CRUD (Create, Read, Update and Delete) methods with a Vue front-end and a Python Django RESTful API back-end.Axios is a promise-based...
View ArticleMike Driscoll: wxPython: Set Which Display the Frame is on
The other day, I saw an interesting question in the wxPython IRC channel. They were asking if there was a way to set which display their application would appear on. Robin Dunn, the creator of...
View ArticleDataquest: Python Generators Tutorial
Python generators are a powerful, but misunderstood tool. They're often treated as too difficult a concept for beginning programmers to learn — creating the illusion that beginners should hold off on...
View ArticleContinuum Analytics Blog: Anaconda 2018 State of Data Science Report Released
We at Anaconda greatly value our data science community and are always striving to learn more about how you are using our products and how we can improve your overall experience. With this goal in...
View ArticleCaktus Consulting Group: Stories of Security (PyCon 2018 Must-See Talk Series)
This is the second post in the 2018 edition of our annual PyCon Must-See Series, which highlights the talks our staff especially loved at PyCon. While there were many great talks, this is our team's...
View ArticleStack Abuse: Random Forest Algorithm with Python and Scikit-Learn
Random forest is a type of supervised machine learning algorithm based on ensemble learning. Ensemble learning is a type of learning where you join different types of algorithms or same algorithm...
View ArticleMike Driscoll: Anaconda Data Science Survey Results
Anaconda announced the results of their first “state of data science” survey today. Out of the 4,218 responses, 26% were from students, 16% were from data scientists, 15% were academics and 15% were...
View ArticleSteve Dower: The Changelog
I appeared (was heard?) on the latest episode of The Changelog, and they very kindly sent me the embed snippet for my blog. So to celebrate, I decided to post a blog and use their embed snippet.If you...
View ArticlePython Engineering at Microsoft: Embedding Python in a C++ project with...
Watch the video version of this post on VS ToolboxLet's get startedIn this post, we're going to walk through a sample project that demonstrates scripting a C++ application with Python using CPython,...
View ArticleMatthew Rocklin: Dask Release 0.18.0
This work is supported by Anaconda Inc.I’m pleased to announce the release of Dask version 0.18.0. This is a major release with breaking changes and new features. The last release was 0.17.5 on May...
View ArticleNed Batchelder: Geeky shirts
I wear t-shirts a lot. A lot of them feature geeky topics. They’re are fun because they start conversations among the people I hang out with. The best times are when someone can take the geeky idea,...
View ArticleTalk Python to Me: #166 Continuous deliver with Python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous...
View ArticleRed Hat Developers: Using the STOMP Protocol with Apache ActiveMQ Artemis Broker
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP...
View ArticleImport Python: ImportPython 176 - Continuous Delivery with Docker,...
Worthy Read Free Webinar: Continuous Delivery with Docker, Kubernetes, and GoCD Docker and Kubernetes provide the platform for organizations to get software to market quickly. In this webinar, you...
View ArticleContinuum Analytics Blog: Introducing Dask for Scalable Machine Learning
Although Python contains several powerful libraries for machine learning, unfortunately, they don’t always scale well to large datasets. This has forced data scientists to use tools outside of the...
View ArticleNumFOCUS: Diversity and Metrics in Software Communities — Notes from the DISC...
The post Diversity and Metrics in Software Communities — Notes from the DISC Unconference appeared first on NumFOCUS.
View ArticleTalk Python to Me: #166 Continuous delivery with Python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous...
View ArticleFull Stack Python: Configure Python 3, Flask and Gunicorn on Ubuntu 18.04 LTS
Ubuntu Linux's latest Long Term Support (LTS) operating system version is 18.04 and was released in April 2018. The 18.04 update is code named "Bionic Beaver" and it includes Python 3 by default....
View Article