Posts

Showing posts with the label python

IP ADDRESS tracing script based on python

Image
 The script is written with python for tracing the information regarding the associated IP address. This script supports sys argv. list too for getting multiple results.  Git repository link : https://github.com/immodded/ip-trace Python based IP Tracer. can run on almost all Operating system Created with Python open terminal and run git clone https://www.github.com/immodded/ip-trace.git cd ip-trace pip install -r requirements.txt python ipTracer.py you can also pass the list of ip addresses as argv. python ipTracer.py 1.1.1.1 2.2.2.2 3.3.3.3

Flask vs Django. what to choose?

Image
  Flask vs Django in 2022: Which Framework to Choose? Do you want to know which framework is better to use for web development, Flask vs Django? Many Python-based web frameworks enable developers to build scalable applications quickly. From simple to complex websites, these frameworks can do it all. Out of the many popular choices, Django vs Flask are the most talked about – and mostly because both are similar in some ways and different in many other ways! That leads to a comparison between both, and while each of these web development frameworks has its unique features, there are many factors you should look at before choosing one for your applications.  Django, on the one hand, is a full-stack web framework, whereas Flask is a light-weight, extensible framework. If you want to dig more into coding and learn core concepts, Flask helps you understand how each component from the back-end works to get a simple web application up and running. Django follows lots of design p