Playing around with Python while reading the “Automate the Boring stuff with Python” book from Al Sweigart, I came down to code the Tic-Tac-Toe game, and part of the code has been provided by the book itself, which is the… Read More ›
Python
Access MongoDB database with Python
Databases are not my subject matter expertise, nor do I have any real experience with any of the SQL or non-SQL based database platforms. As I am putting more effort during my non-business hours into coding (Python), it is naturally… Read More ›
SSH with Paramiko
Paramiko is a SSH module for Python, meaning it gives the developers the ability and same time the flexibility to write applications or scripts to connect to a device securely via SSH, and execute commands similar as if you were… Read More ›
Generate dummy static IP Prefixes with Python
This is my first but not last post on using some programming language to automate the way how I interact with a Cisco or non-Cisco network device. Imagine having hundreds or thousands devices making even a simple configuration change or… Read More ›