Top 10 Tasks to Automate with Python20200625110648
Top 10 Tasks to Automate with Python
Vince PowerJune 25, 2020convert2jpg, copy2clip, cwd, json2yaml, python, quickmath, task automation, yaml2json
This post features simple scripts that can help automate many of your common dev and admin tasks....
Predictive Modeling of Air Quality using Python20200618120126
Predictive Modeling of Air Quality using Python
Python is a powerful tool for building predictive models. Learn how to predict air quality using just a few key Python packages....
Python 2 to 3 Migration: A Developer’s Experience20200528100059
Python 2 to 3 Migration: A Developer’s Experience
Your Python 2 to 3 migration strategy will depend on a number of factors. This post can help you decide which ones are most important, and provides gu...
How to Build an Algorithmic Trading Bot with Python20200521112941
How to Build an Algorithmic Trading Bot with Python
This post shows you how use Python to visualize your stock holdings, and then build a trading bot to buy/sell your stocks....
How to Build a Blockchain in Python (Get Pre-built Runtime)20200206094045
How to Build a Blockchain in Python (Get Pre-built Runtime)
This post walks you through the process of creating your very own blockchain using Python....
How To Build a Recommendation Engine in Python20191212131324
How To Build a Recommendation Engine in Python
This tutorial will teach you how to build a simple recommendation engine using Python by analyzing data from previous purchases to help identify items...
How to Convert .py to .exe20191205141431
How to Convert .py to .exe
How can you distribute your Python code to users who expect to simply click on an executable file? This blog compares two of the most popular options:...
Built-in Packages in Python & Other Python Elements20191121095902
Built-in Packages in Python & Other Python Elements
Theo DespoudisNovember 21, 2019python, python built-in packages, Python functions, software development
This post explores Python's built-in packages and functions that simplify adoption, increase developer productivity and promote code consistency....
Comparing Decision Tree Algorithms: Random Forest vs. XGBoost20190814131732
Comparing Decision Tree Algorithms: Random Forest vs. XGBoost
Random Forest and XGBoost are two popular decision tree algorithms for machine learning. In this post I’ll take a look at how they each work, compare ...
State Tool Eliminates the Readme20190725103904
State Tool Eliminates the Readme
ActiveState's new Command Line Interface (CLI) for the ActiveState Platform, the State Tool, lets you reduce the setup of your dev and test systems to...