Skip to main content

Posts

Showing posts from December, 2019

Uses of Python

What is Python used for? Python is a server side interpreted, open-source, non-compiled, scripting language. It can be used on its own, or as part of another framework, like django . Web Development Web development is the work involved in developing a website for the internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web-based internet applications, electronic businesses, and social network services. Video Game Development Video Game Development is the process of creating a Video Game. The effort is undertaken by a developer, ranging from a single person to an international team dispersed across the globe. Desktop GUIs According to the definition of GUI, it is an interface through which a user communicates with electronic devices like computers, mobiles, and other devices. This interface utilizes symbols, icons, menus, and other graphics to display information. Related users control the ...

Installing Python

Python Python is an useful language for programmers to create ML based algorithms, Deep Learning algorithms, Data analysis or do just simple coding. Python is being used by many renowned companies including Google and Netflix. Python IDLE IDLE which stands for Integrated DeveLopment Environment or Integrated Development and Learning Environment is an useful platform to develop Python Projects. Installation of Python IDLE (with images) Installing IDLE is very easy. Just follow the steps and you are ready to develop your project. Go to  this link . ( https://www.python.org/downloads/ ) Click on Download Python 3.8.1(Version Name).             The downloading should start the second you click.           If you have any other platform than windows then just select the one you are having.      3. Open the downloaded file and click on run.      4. Click on Customi...