-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathPython.html
More file actions
122 lines (119 loc) · 11.3 KB
/
Copy pathPython.html
File metadata and controls
122 lines (119 loc) · 11.3 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Python | DevIncept.Codes</title>
<meta name="theme-color" content="rgb(255,255,255)">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="At DevIncept we came from different backgrounds, but we all share a common enthusiasm for writing, learning, and sharing. Our skills vary from a beginner to expert. It's all about Open-Source">
<meta property="og:type" content="website">
<meta property="og:title" content="Python | DevIncept.Codes" />
<meta property="og:image" content="assets/img/python.jfif">
<meta property="og:description" content="Python is an interpreted high-level general-purpose programming language. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.">
<meta property="og:site_name" content="DevIncept.Codes" />
<meta property="og:image:type" content="image/jpeg" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/android-chrome-512x512.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Crete+Round">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md sticky-top" id="navigation" style="padding: 25px 0px;background-color: white;">
<div class="container-fluid container"><a class="navbar-brand" href="https://devincept.codes/" style="width: 170px;height: 65px;background: url("assets/img/CODES.gif") center / cover no-repeat;"></a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse text-uppercase" id="navcol-1" style="font-family: Roboto, sans-serif;font-weight: bold;">
<ul class="nav navbar-nav ml-auto" style="font-size: 13px;">
<li class="nav-item"><a class="nav-link active" href="contribute.html">Contribute</a></li>
<li class="nav-item"><a class="nav-link" href="https://devincept.codes/contribute.html#speakers">Speakers</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="compete.html">Competitions</a></li>
<li class="nav-item"><a class="nav-link" href="https://devincept.com/pricing.html">Free Courses</a></li>
<li class="nav-item"><a class="nav-link" href="sponsor.html">Sponsor us</a></li>
</ul>
</div>
</div>
</nav>
<section id="sponsor"></section>
<div style="background: #320f33;margin-bottom: 70px;">
<div class="container">
<div class="row">
<div class="col-md-6" style="margin-top: 20px;">
<h1 style="color: #d9c5c4;">Python</h1>
<p style="color: rgb(255,255,255);">Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant whitespace.</p>
</div>
<div class="col-md-6">
<h3 style="color: #d9c5c4;padding: 50px 0px 0px 0px;text-align: center;">Articles</h3>
<h5 style="color: #d9c5c4;text-align: center;">7</h5>
</div>
</div>
</div>
</div>
<div class="article-list">
<div class="container">
<div class="row articles">
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Basics/basics.html" target="_blank"><img class="img-fluid" src="assets/img/pi2.png"></a>
<h3 class="name">Python Basics</h3>
<p class="description">Python is an <strong><em>open source programming language</em></strong> and it is among the top five most popular languages in the world. It is a good programming language for....<br><br></p><a class="btn btn-primary" role="button"
href="https://devincept.codes/python/Basics/basics.html" target="_blank">Read Article</a></div>
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/List/list.html" target="_blank"><img class="img-fluid" src="assets/img/List.png"></a>
<h3 class="name">Data Structure - List</h3>
<p class="description">Data Structure is a core concept of computer science by which we can do programming in any other programming languages. Data structure are used to ....<br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/List/list.html"
target="_blank">Read Article</a></div>
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Basic-Operator/Basic-Operator.html" target="_blank"><img class="img-fluid" src="assets/img/pi1.png"></a>
<h3 class="name">Basic Operators</h3>
<p class="description"><strong>Operators are used to perform operations on variables and values.</strong><br><strong>Python divides the operators in the following groups...</strong><br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/Basic-Operator/Basic-Operator.html"
target="_blank">Read Article</a></div>
</div>
<div class="row articles">
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Class%20&%20Objects/class_object.html" target="_blank"><img class="img-fluid" src="assets/img/pi3.png"></a>
<h3 class="name">Classes and Objects</h3>
<p class="description">Python is an object oriented programming language. A class is a user-defined prototype from which objects are created. Classes provide a means of...<br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/Class%20&%20Objects/class_object.html"
target="_blank">Read Article</a></div>
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Conditional/conditional.html" target="_blank"><img class="img-fluid" src="assets/img/pi4.png"></a>
<h3 class="name">Conditionals</h3>
<p class="description">Conditional statements have a boolean(True or False) condition . If the condition evaluates to True , all the indented statements are executed. If the condition....<br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/Conditional/conditional.html"
target="_blank">Read Article</a></div>
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Error%20&%20Exception%20Handling/error_exception.html" target="_blank"><img class="img-fluid" src="assets/img/pi5.png"></a>
<h3 class="name">Error & Exception Handling</h3>
<p class="description">Errors are the problems in a program due to which the program will stop the execution. They are almost always the fault of the programmer. The process of....<br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/Error%20&%20Exception%20Handling/error_exception.html"
target="_blank">Read Article</a></div>
</div>
<div class="row articles">
<div class="col-sm-6 col-md-4 item" style="box-shadow: 3px 4px 12px 6px;"><a href="https://devincept.codes/python/Function/function.html" target="_blank"><img class="img-fluid" src="assets/img/pi6.png"></a>
<h3 class="name">Function & Modules</h3>
<p class="description">Function is a block of code or set of statements that performs a specific task and executes only when called. Complex projects can be broken down into....<br><br></p><a class="btn btn-primary" role="button" href="https://devincept.codes/python/Function/function.html"
target="_blank">Read Article</a></div>
</div>
</div>
</div>
<footer class="d-flex flex-column justify-content-center align-items-center" id="footer" style="padding-bottom: 100px;">
<h1>DevIncept.codes</h1>
<h5>Contact us:</h5>
<p>Email:<a href="mailto:support@devincept.com">support@devincept.com</a></p>
<div class="d-flex flex-row" id="social-button"><button class="btn btn-primary" type="button"><i class="fa fa-linkedin-square" style="font-size: 24px;"></i></button><button class="btn btn-primary" type="button"><i class="fa fa-facebook" style="font-size: 24px;"></i></button><button class="btn btn-primary"
type="button"><i class="fa fa-instagram" style="font-size: 24px;"></i></button><button class="btn btn-primary" type="button"><i class="fa fa-github" style="font-size: 24px;"></i></button></div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.jquery.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>