top of page
LearningMilestone by Anuradha Agarwal is a one-stop place for coding classes for kids and workshops for teachers and parents and self-paced courses, a blog for everyone to learn python programming with a personalized approach by an experienced instructor with a decade of experience in the software industry.
Search


Useful Python Tkinter Apps For Practice - Step By Step
In this post, I will share links and code for my youtube series for practising useful Tkinter programs. In my youtube tutorials, I have...


Python - Maths Quiz
In this post, we will learn to create a python program for maths quiz. Through this program, user would be given a choice of maths...


Python Program- Grocery Shopping
In this program, we will learn to create a python program for grocery shopping. Through this program, available items with price would be...


Python - Currency Converter
Program for converting currency values using python functions, inputs , while loop, if-else


Create An Invitation Card - Python
Create a function with parameters. Learn f-string, loop & more


BMI Calculator Using Python
Concepts Covered- if-else, input, f-string, round, data type conversion


Steps to setup Locust on Linux
In this post, I will be taking you through end to end steps to set up Locust environment on Linux Machine without using Docker. This post...


Steps to setup Python 3.8 on Linux
In this post, I will be taking you through end to end steps to set up Python 3.8 on Linux Machine. This post is also a resource to my...


Real-Time Monitoring using Locust with InfluxDB & Grafana
In this post, I will be taking you through end to end steps to set up a real-time monitoring solution for Locust using InfluxDB &...


Set Up Telegraf On Linux Machine for Monitoring
In this post, I will be taking you through end to end steps to set up Telegraf on Linux Server. Telegraf by default collects host data....


End to end steps to set up InfluxDB & Grafana using Docker-Compose
This post details steps to create a monitoring environment with InfluxDB & Grafana on the Linux machine using Docker-Compose. Using...


Performance Monitoring using InfluxDB, Python & Grafana
This post details steps to get started with InfluxDB client python library. We will use this python library to insert data into InfluxDB....


Pytest for Unit Testing: Beginner Tutorial
In this post, I will be taking you through end to end steps to get started with Pytest, popular python based testing framework. To visit...


Setup Telegraf on Windows
In this post, steps to set up Telegraf on windows are detailed. To visit more such posts, follow: #RealTimeMonitoring #PerformanceTesting...


Maven for Testers: Youtube Series
#TestEnvironment #Maven Maven is a popular build tool for java (scala, ruby as well)based projects. If you are a test automation engineer...


Docker for Testers: Setup Docker-Compose on Linux & run container
In this post, I will be taking you through end to end steps to set up Docker-Compose on Linux machine. To visit more such posts, follow:...


Docker for Testers: Setup Docker on Linux and Basic docker commands
In this post, I will be taking you through end to end steps to set up Docker on Linux machine. To visit more such posts, follow:...


Steps to connect to AWS EC2 Linux Instance
In this post, I will be taking you through end to end steps to launch up AWS EC2 Linux instance. Further to that, I will talk about...


Real Time Monitoring using Gatling with InfluxDB
In this post, I will be taking you through end to end steps to set up real time monitoring solution for Gatling open source using...


Set up Grafana on Windows
In this post, I will be taking you through steps to set up Grafana on windows. Here we will be using sample database which we imported in...
bottom of page


