-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.php
More file actions
213 lines (180 loc) · 11.3 KB
/
python.php
File metadata and controls
213 lines (180 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="homepage.css"> -->
<link rel="stylesheet" href="navbarCSS.css">
<title>Python Courses</title>
<style>
.course img {
border-radius: 15px;
}
/*.course h2{
font-weight: 800px;
} */
</style>
</head>
<body>
<!-- Navbar -->
<?php require "navbar.php"; ?>
<!-- Navbar Ending -->
<!-- Course Section -->
<div class="container course my-4">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udacity.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Introduction to Python Programming.</h2>
<p class="lead">In this course, you'll learn the fundamentals of the Python programming language, along with programming best practices. You’ll learn to represent and store data using Python data types and variables, and use conditionals and loops to control the flow of your programs. You’ll harness the power of complex data structures like lists, sets, dictionaries, and tuples to store collections of related data.
</p>
<a href="https://www.udacity.com/course/introduction-to-python--ud1110?irclickid=SMqzokz0GxyIT8FX93zZ9SVsUkBSXRQgDzaoy40&irgwc=1&utm_source=affiliate&utm_medium=&aff=1359419&utm_term=&utm_campaign=__&utm_content=&adid=786224" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/coursera.jfif" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python for Everybody Specialization.</h2>
<p class="lead">Learn to Program and Analyze Data with Python. Develop programs to gather, clean, analyze, and visualize data.<br>
</p>
<a href="https://www.coursera.org/specializations/python" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udemy.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">2021 Complete Python Bootcamp From Zero to Hero in Python</h2>
<p class="lead">Learn Python like a Professional Start from the basics and go all the way to creating your own applications and games.
</p>
<a href="https://www.udemy.com/course/complete-python-bootcamp/?ranMID=39197&ranEAID=bt30QTxEyjA&ranSiteID=bt30QTxEyjA-fRjtNR8n6qP8BA_nSkbZvQ&LSNPUBID=bt30QTxEyjA&utm_source=aff-campaign&utm_medium=udemyads" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/coursera.jfif" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Programming for Everybody (Getting Started with Python).</h2>
<p class="lead">This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will cover Chapters 1-5 of the textbook “Python for Everybody”. Once a student completes this course, they will be ready to take more advanced programming courses. This course covers Python 3.</strong>
</p>
<a href="https://www.coursera.org/learn/python" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/coursera.jfif" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python 3 Programming Specialization.</h2>
<p class="lead">Become a Fluent Python Programmer. Learn the fundamentals and become an independent programmer.<br>
</p>
<a href="https://www.coursera.org/specializations/python-3-programming" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udemy.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python OOP - Object Oriented Programming for Beginners.</h2>
<p class="lead">Learn Object Oriented Programming in Python with Step-by-Step Video Lectures, Projects, Exercises, Diagrams and More.
</p>
<a href="https://www.udemy.com/course/python-object-oriented-programming-oop/" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udemy.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python Django 2021 - Complete Course.</h2>
<p class="lead">Learn to build awesome websites with Python & Django!
</p>
<a href="https://www.udemy.com/course/python-django-2021-complete-course/" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/codecademy.jpg" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python Data Science.</h2>
<p class="lead">This course is a great introduction to both fundamental programming concepts and the Python programming language. Python 3 is the most up-to-date version of the language with many improvements made to increase the efficiency and simplicity of the code that you write.
</p>
<a href="https://www.codecademy.com/learn/learn-python-3?utm_source=pepperjam&utm_medium=affiliate&utm_term=225809&clickId=3730897483&pj_creativeid=8-12462&pj_publisherid=225809" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udacity.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">AI Programming with Python.</h2>
<p class="lead">Learn Python, NumPy, pandas, Matplotlib, PyTorch, Calculus, and Linear Algebra—the foundations for building your own neural network.
</p>
<a href="https://www.udacity.com/course/ai-programming-python-nanodegree--nd089" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/coursera.jfif" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python for Data Science, AI & Development.</h2>
<p class="lead">This course will take you from zero to programming in Python in a matter of hours—no prior programming experience necessary! You will learn Python fundamentals, including data structures and data analysis, complete hands-on exercises throughout the course modules, and create a final project to demonstrate your new skills.
By the end of this course, you’ll feel comfortable creating basic programs, working with data, and solving real-world problems in Python. You’ll gain a strong foundation for more advanced learning in the field, and develop skills to help advance your career.
</p>
<a href="https://www.coursera.org/learn/python-for-applied-data-science-ai" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette d-flex justify-centent-center align-items-center">
<div class="col-md-2">
<img class="img-fluid" src="imgs/udemy.png" alt="" width="175" height="150">
</div>
<div class="col-md-10">
<h2 class="featurette-heading">Python Programming Bootcamp.</h2>
<p class="lead">A Complete Python Course Focused on Problem Solving that will Expand into All Python Can Do.
</p>
<a href="https://www.udemy.com/course/ultimate-python-tutorial/" target="_blank"
class="btn btn-success">Go To Course.</a>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div>
<?php require "footer.php" ?>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
</body>