Blog
All Blog Posts
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
Top 10 Python Packages for Finance and Financial Modeling
This blog can help you understand the top ten most useful Python packages for financial modeling, and how to use them.
Read More
COVID Crisis: Together, we’ve got this.
I recently wrote a letter to update our customers and suppliers on how we’re approaching the Covid-19 crisis: We’ve successfully transitioned to a new normal ...
Read More
Optimizing CI/CD Pipelines in GitHub Actions
Learn how to use ActiveState's tooling to simplify GitHub Action’s CI/CD, and speed builds with parallelized multi-platform capabilities and caching.
Read More