
I am Nandhini, pursuing my Bachelor's Degree in Electronics and Communication Engineering at Jeppiaar Engineering College
Search for a command to run...

I am Nandhini, pursuing my Bachelor's Degree in Electronics and Communication Engineering at Jeppiaar Engineering College
No comments yet. Be the first to comment.
Scalable Wireless Distributed Consensus for Autonomous Vehicles at Unsignalized Intersections

The Ultimate VLSI Roadmap is designed to help students and professionals gain clarity in choosing a role for their future careers.

A convolutional neural network (CNN) is a type of artificial neural network used primarily for image recognition and processing, due to its ability to

Natural language processing (NLP) is a branch of artificial intelligence that helps computers understand, interpret, and manipulate human language.

Do you want to learn a new programming language or if you have your idea and are looking forward to implementing it? Python is here for you.
Python is an interpreted, object-oriented, and high-level programming language. It was created by Guido van Rossum in 1991. Python is mainly used to boost the speed of software development by providing an easy-to-learn and readable interface.
Python can be used to develop various kinds of applications such as Web applications, Gaming applications, Machine Learning and Artificial Intelligence, Data science and data visualization, Web scraping applications, etc., All these applications can be built at a rapid speed by using Python frameworks.
A framework is an arrangement that gives some basic structure around which you add your code to have a greater functionality of that system. As frameworks are free and open source it allows you to create an application in a standard way.
Below are some of the frameworks used for various applications.
Before stepping into the learning process, let’s see how to install Python on your machine.
Step 1: Go to the website python.org, click on the Downloads tab and click on windows.

Step 2: Select the version of python you want to install based on your system configuration.
Then download the executable (.exe) file.
Step 3: Once downloaded, run the executable file to install python. If you want to customize the location select Customize installation otherwise click on Install Now. Make sure that you select the checkbox at the bottom to add python to PATH.

Step 4: Once the installation process is completed the below popup will appear.

Now, Python is successfully installed.
Step 5: To ensure that Python is installed in your system, Follow the below steps

If you can see the Python version you installed, Python has been successfully installed and you are ready to use it.
To write your first program in Python, Go to start and search for Python. You can see Python IDLE. As you open it, a Python shell will appear.
Then do the following steps
Now we have successfully printed “Hello World!” using Python.