Python Print Directory Tree

Mimicking Linux Tree Utility

Introduction

Many blogs are showing how to print directory tree using Python. Drawing from those examples, we built our version. The primary drivers were:

  1. Compatibility with Python3
  2. Print symbolic links
  3. Limit depth of tree

Example output:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10 …
more ...

Cobol Conversion Take 1

Acrisel team has vast experience in Cobol conversion. We are sharing this knowledge with our community.

Introduction

Cobol is a structural language with many years of maturity. It was built for business use, and it is used as that for a few decades now. So why to move away from …

more ...