Blog
All Blog Posts
BERT vs ERNIE: The Natural Language Processing Revolution
Natural Language Processing (NLP) being revolutionized by Google's BERT and Baidu's ERNIE language frameworks. But which is better for what kinds of NLP tasks? We ...
Read More
How to Set Up CI/CD for Python Builds on GitLab
Learn how to create a GitLab CI/CD pipeline while eliminating "works on my machine" issues with the ActiveState Platform.
Read More
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, ...
Read More
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.
Read More
How to Build a Runtime Environment from Source
This post compares two ways to build an open source language runtime environment - manually using compilers, or automated via the ActiveState Platform.
Read More
5 Python Podcasts to Listen To
As most of us settle into the new normality of “shelter in place”, it can be a challenge to keep yourself entertained while quarantined at ...
Read More
How to Build a Generative Adversarial Network (GAN) to Identify Deepfakes
Learn how to build a Generative Adversarial Network to identify deepfakes.
Read More
Top 10 Python Tools To Make a Developer’s Life Easier
This post shows you how to work with some of the most useful Python packages that will make your life easier by helping solve common, ...
Read More
Solving Reproducibility & Transparency in Google Cloud Build CI/CD Pipelines
Learn how to create a more secure and compliant CI/CD pipeline while eliminating "works on my machine" issues.
Read More
Using Python for CyberSecurity Testing
Hack an application and your local network in this post, and learn why Python is the language of choice for many security engineers.
Read More
Python beginner? Here’s how to up your game.
Thousands of Python beginners say hello to the world (pun intended) of programming every day. But if you follow the tips in this short article, ...
Read More
Simplifying Jenkins CI/CD Pipelines
Learn how to eliminate reproducibility issues by making the runtime environment perfectly reproducible on all systems across your CI/CD pipeline.
Read More