Who we are

Contacts

1815 W 14th St, Houston, TX 77008

281-817-6190

Development Python Technology

Python First Look: June 2024 Top Features and Improvements

Detailing Python 3.12.4 Release Updates Introduction With the release of Python 3.12.4 in June 2024, the Python community welcomes an array of exciting new features and critical fixes. This version is packed with enhancements that improve security, performance, and usability, solidifying Python’s reputation as a powerful and versatile programming language. Whether you’re a seasoned developer […]

Development Python Uncategorized

The Evolution of Demand Response with OpenADR 2.0b

Introduction: The rising demand for energy, fueled by factors such as the adoption of electric vehicles, the constant construction of new data centers, and the increased use of electric devices, is presenting significant challenges to the modern energy grid in terms of capacity, reliability, and adaptability. OpenADR (Open Automated Demand Response) is a protocol developed […]

AWS Data Engineering Data Science Python

Turbocharge your functional tests with LocalStack for AWS

A deep dive into functional testing for AWS development Introduction In our exploration of advanced testing techniques for AWS development, we’ve delved into powerful tools like moto for unit testing and pytest.mark.parametrize for enhancing test coverage and efficiency. Building on this foundation, we turn our focus to a pivotal tool that bridges the gap between […]

AWS Python

Advanced Unit Testing in AWS

Leveraging Moto and Pytest Introduction In the world of AWS development, ensuring the reliability, efficiency, and correctness of your cloud-based applications is paramount. As cloud solutions grow increasingly complex, so too does the challenge of effectively testing these systems. Traditional testing methods often fall short in the face of AWS’s vast and intricately interconnected services. […]

Agile Python Testing

Reliability by design: Implementing Test Driven Development Strategies in Python Data Engineering

Introduction In the rapidly evolving field of data engineering, maintaining high-quality, reliable, and efficient data pipelines is crucial for businesses to make informed decisions and stay competitive. One methodology that has been instrumental in achieving these objectives is Test-Driven Development (TDD). At its core, TDD involves a simple, yet powerful cycle: write a failing test […]

Python

Green with Envy: Improving Python Performance with a Sprinkling of Feature Envy

Python Performance: Issue 2 – Feature Envy Previous Issue Recap In the previous issue we discussed the differences between the “Clean Code” version of calculating the cumulative area of a collection of shapes and “the old fashioned way”. Robert Martin, aka “Uncle Bob”, advocates for a “clean” polymorphic approach to the problem, where each shape […]

Databricks Python

DBT and Databricks Part 1: Setting up DBT profile for connecting to Azure Databricks using…

This series of blog posts will illustrate how to use DBT with Azure Databricks: set up a connection profile, work with python models, and copy noSQL data into Databricks(from MongoDB). In the first part, we will talk about how to set up a profile when using dbt-databricks python package. Install python package dbt-databricks using pip […]