atlas news
    
Ching-Hwa Yu : Python
30  novembre     18h00
How to Create a Python Plugin System with Stevedore
Ching-Hwa Yu    One of the questions that I see and hear often is how to extend applications using a Python plugin system. For a test engineer, this is usually related to hardware abstraction. For others, they may want to separate the core functionality from extensions. Through this method, deployment can be...
21  avril     17h00
How to Use pytest-mock to Simulate Responses
Ching-Hwa Yu    One of the biggest challenges facing an electrical, computer, or design engineer is bridging the gap between hardware and software. The task to write software to exercise hardware has always proved to be a challenging task. This is primarily due to the focus on learning language syntax and not...
19  novembre     18h00
Generating Data From INI Configuration Files in Python
Ching-Hwa Yu    Python provides a number of methods to generate data. These range from for loop, list comprehension, and range to NumPy sequences such as arange, linspace, logspace, and geomspace. Each of these have specific input parameters but they differ in the output. In this article, I’ll discuss a method to...
15  janvier     18h43
How I Spent My Holidays with Python 3.6
Ching-Hwa Yu    The holidays can be great where you can take time off, recharge, spend time with the family, watch football, and eat lots of food. However, in between activities, there’s usually some downtime and rather than do something mind numbing, I decided to get up to speed with Python . I’ve developed in...