Skip to main content

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.

  1. Go to this link. (https://www.python.org/downloads/)
  2. 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 Customized Installation.
     5. Check all the boxes (if not checked)and click next.
     6. Click on browse (if you want to change installation directory).
     7. Select location and then click on OK.
     8. Now click on Install
     9. The installation should be started.
     10. Click on close when Setup was Successful is shown.
             Congratulations!
             You have taken first step towards becoming a programmer and are now ready to dive in                       deeper into ML and Deep Learning and in turn building an AI based program.

Limitations of IDLE

  1. You have to install many packages manually
  2. Program cannot be shared to others
That's why we have Anaconda, Jupyter Notebook and Google Colab like Platforms. 
However if you are just doing casual coding then IDLE wouldn't require extra packages and hence would be friendly to use. 
I personally recommend to use Jupyter Notebook and Anaconda Spyder. 
On next blog I would be sharing more about Anaconda and Jupyter.

Please do give your valuable feedback in this feedback form

Comments

Popular posts from this blog

Top industries and applications of AI

Top Industries and Applications of AI in 2019 Healthcare Improvement  within the  state of healthcare system holds immense importance  because it  directly reflects on critical aspects  like  quality of treatment,  anticipation  , etc.  AI  is playing  a serious  role in improving diagnostics, minimally invasive surgical procedures, drug development, better patient monitoring, and getting actionable insights into patients’ real-time needs. These are  just a few  of  the various  applications of AI in healthcare. Mentioned below are some critical applications of  AI  that are helping save lives. Enlitic , a California based AI organization that develops ‘deep learning’ based tools to streamline radiology diagnosis. The deep learning platform analyses the unstructured data  like  blood tests, radiology images, genomics, EKGs, etc.  along side  complete patient  m...

Amazon using AI

AI and  machine  learning powers three popular Amazon products: Alexa, the Amazon Go Store, and the Amazon recommendation engine. The Amazon Echo, which features AI bot Alexa, has been one of the company's most popular forays into  machine  learning. How does Amazon use Machine Learning? Earn free bitcoin T he e-commerce giant uses AI behind the scenes to grow its marketplace: By aggregating and analyzing purchasing data on products using machine learning, Amazon can more accurately forecast demand. It also uses machine learning to analyze purchasing patterns and identify fraudulent purchases. Paypal uses the same approach, resulting in a .32% revenue fraud rate, compared with the 1.32% industry average. In addition, Amazon utilizes browsing and purchasing data to provide tailored product recommendations and promotions. Amazon’s cloud computing service, Amazon Web Services (AWS), will also make machine learning and other types of AI more readily availa...