Website on writing about Python of 100 words with Images

 

<!DOCTYPE
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Python</title>
</head>
<body>
<header><h1>Python,A fastest programming language:</h1></header>
<main>
<section>
<h2><b>Why Python?</b></h2><br>
<p><h3>Python is a object oriented high-level language which is easy to learn. It has huge library ehich helps the user to make a program easily compared to other languages. <br><br>
It's becoming famous language throughout the world. So everyone should learn this language.</p><br><br>
<hr>
<b>Disadvantages of Python:</b><br>
<p>As there are advantages of using Python in creating webs,programs,etc. It has also disadvantages. <br><br>
It contain huge libraries for easy functioning but that huge library also contains large space in memories. <br>
Secondly, Python is not much usable in making mobie applications. So it's not recommended to use Python to make android softwares. <br>
</p>
<hr>
A simple code of Python: <br>
If you have't learn Python codings yet,don't be afraid. It's not that much hard as C or C++ languages.Here are some examples of Python codings:- <br>
<!-- copied code from website -->
<pre>
<i><u> print ("Welcome to Guru99")</i></u>
</pre>
Another example is, <br>
<!-- Copied code from website -->
<pre>
<i><u># importing the sys module
import sys
# importing os module for absolute path
import os
# printing the script name
# first element of sys.argv list
print(os.path.abspath(sys.argv[0]))</i></u>
</pre>
<hr>
<b>What is Python symbol?</b><br>
If you are looking for a Python images ;means how does Python image looks like then it's as follows: <br>
<!-- Image 1st -->
<img src="https://www.freecodecamp.org/news/content/images/2020/05/Python-language.png" alt=""> <br>
<!-- Image 2nd -->
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTP5iDwNnm3vGsrJJ_l1xAjnnWEGfiCS_mYuQ&usqp=CAU" alt=""> <br>
<!-- Image 3rd -->
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTFJAz3uAuorW8YftmpK8uLaRA6XqAhbsppkg&usqp=CAU" alt=""></h3>
</section>
</main>
<footer>
That's all in my website. Thanks for visiting.
</footer>
</body>
</html>


Actual Website


Comments