Python

Feb
06

Optimize Your Azure Costs with Python Automation: Start/Stop Effortlessly

Cloud infrastructure expenses can quickly consume your budget without providing any additional benefits. To ensure optimal return on investment, you can aim to utilize available resources effectively and minimize waste and unnecessary spending on cloud costs
4 min read
Mar
10

How I converted my bash scripts into Python?

Python has number of packages which can be used to enhance shell scripts. It is easier to convert Shell scripts to Python.
5 min read
Jul
11

Auto RT (retweet) bot using Python tweepy

Tweepy is a simple yet powerful python package used to interact with twitter API. You can write your own twitter bots using tweepy.
2 min read
Jul
08

5 Essential PIP Commands for Python Package Management

Python comes with it's own package manager PIP, if you are a Python developer get used to these 5 pip commands.
3 min read
Jul
05

Offline PIP Package Downloads: Your Ultimate Guide

Python packages can be installed on Internet prohibited sites using offline installation, including dependencies
3 min read