-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
83 lines (70 loc) · 4.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html><html lang=en>
<head>
<title>Online Python Compiler (Online IDE, Interpreter, Editor)</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Online Python Compiler (Online IDE, Interpreter, Editor)">
<meta name="description" content="Online Python IDE. Build, run, and share Python code online for free with the help of online-integrated Python's development environment (IDE).">
<meta name="Keywords" content="online Python compiler, execute python online, compile code online, online ide, HTML, Python, CSS, SQL, JavaScript, How to, PHP, Java, C++, jQuery, Bootstrap, C#, XML, MySQL, NodeJS, React, Angular, R, AI, Git, Data Science, Code Game, Tutorials, Programming, Web Development, Training, Learning, Quiz, Courses, Lessons, References, Examples, Source code, Demos, Tips"/>
<link rel="shortcut icon" href="favicon.ico">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://SamirPaulb.github.io/ide/">
<meta property="og:title" content="Online Python Compiler (Online IDE, Interpreter, Editor)">
<meta property="og:description" content="Online Python IDE. Build, run, and share Python code online for free with the help of online-integrated Python's development environment (IDE).">
<meta property="og:image" content="https://raw.githubusercontent.com/SamirPaulb/ide/main/summary_large_image.jpeg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://SamirPaulb.github.io/ide">
<meta property="twitter:title" content="Online Python Compiler (Online IDE, Interpreter, Editor)">
<meta property="twitter:description" content="Online Python IDE. Build, run, and share Python code online for free with the help of online-integrated Python's development environment (IDE).">
<meta property="twitter:image" content="https://raw.githubusercontent.com/SamirPaulb/ide/main/summary_large_image.jpeg">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="robots" content="index, follow"/>
<meta name="p:domain_verify" content="24bac6e1fbf1750de40d59bb788d9dd9"/>
<meta name="p:domain_verify" content="24bac6e1fbf1750de40d59bb788d9dd9"/>
<meta name="msvalidate.01" content="1A92FC2EC113F8616A21D76DA684A133" />
<meta name="yandex-verification" content="fe6a06c57be84984" />
<meta name="yandex-verification" content="39e29790ebc96010" />
<meta name="facebook-domain-verification" content="3pkgruuk3kzlsn3jdfehgbd4sem1qb" />
<meta name="google-site-verification" content="tTMVzrqoAcZ0jIPOokXcTMAEaj5XHbk2aQcAFyjAtf0" />
<meta name="google-site-verification" content="uziThFIJ1huzKLCKv-DChPbWZTRRFqmmdA6pcA-dqzs" />
<meta name="google-site-verification" content="fVqw6aziPBBMvC50fkQ3A6y38AhIfhUhfDyIzqqdGTs" />
<meta name="google-site-verification" content="0xx-nlxp3UCpu_YITeTuMA4ld0Jup5hg69j-QNot0aU" />
<meta name="google-site-verification" content="YZkjOzwrUSuP4dJNNznzDnp1oGqYsVN9KuQPaZ9Q61o" />
<meta name="norton-safeweb-site-verification" content="2xno70lnqo1ajcykeat10qud6lat0xlkc2bskxz0k9ma74g0bn-kprra5ev6bwui2s6-2394l0ryopjet7yt3hs8tokilug2cfhocw3r0nlj2t1xx690tgu82t59wtwi" />
<style type="text/css">
html {
overflow: auto;
}
html,
body,
div,
iframe {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}
iframe {
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
<body>
<noscript title="No JavaScript Support"> <h1>You need to enable JavaScript to run this app.</h1> </noscript>
<iframe src="https://www.tutorialspoint.com/online_python_compiler.php"
title="Online Python Compiler"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
loading="lazy"
scrolling="no">
</iframe>
</body>
</html>