Python Intro
Python Intro
• Machine Learning :
- making prediction on unseen data
- Sub-Field of Artificial Intelligence(AI)
- teaches machines how to carry out task by
themselves
• Data science:
- extraction of hidden information from data
Data Science
#include <stdio.h>
#include<iostream>
int main()
{
cout << "Hello World!";
return 0;
}
Java Python
System.out.println("Hello, World");
}
C# Python
using System;
namespace HelloWorldApplication
{
class Program
{ print “Hello World”
static void Main(string[ ] args)
{
Console.WriteLine("Hello,
world!");
Console.ReadKey();
}
}
}
Django is a web framework that helps in building web
applications or websites.