-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootcamp-python101.html
More file actions
161 lines (122 loc) · 5.61 KB
/
Copy pathbootcamp-python101.html
File metadata and controls
161 lines (122 loc) · 5.61 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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boot Camp 1 – Python 101</title>
<meta name="description" content="UITS Cyber Security Wing — a community under the UITS Computer Club.">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/images/logo.svg">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<nav id="mainNav" class="navbar navbar-expand-lg navbar-dark sticky-top border-bottom border-secondary-subtle bg-body">
<div class="container">
<a class="navbar-brand fw-bold d-flex align-items-center gap-2" href="index.html">
<img src="assets/images/logo.svg" width="28" height="28" alt="logo">
<span>UITS Cyber Security Wing</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navContent" aria-controls="navContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 align-items-lg-center">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="verify.html">Certification Verification</a></li>
<li class="nav-item"><a class="nav-link" href="halloffame.html">Hall of Fame</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="bootcamp.html">Boot Camp</a></li>
<li class="nav-item"><a class="nav-link" href="merchandise.html">Merchandise</a></li>
<li class="nav-item ms-lg-3">
<button id="themeToggle" class="btn btn-outline-light btn-sm" type="button" aria-label="Toggle theme">
<span class="theme-text">Light</span>/<span class="theme-text">Dark</span>
</button>
</li>
</ul>
</div>
</div>
</nav>
<section class="container py-5">
<h1 class="fw-bold">Boot Camp 1 – Python 101</h1>
<p class="text-secondary">
The UITS Cyber Security Wing Boot Camp Series is a learning initiative designed to help
students explore different areas of technology through focused sessions. Each boot camp
in the series introduces new topics to help participants build practical knowledge in
programming, cybersecurity, development, and emerging technologies.
</p>
<hr>
<h4>Boot Camp Information</h4>
<ul>
<li><b>Boot Camp:</b> Python 101 </li>
<li><b>Topic:</b> Python Fundamentals</li>
<li><b>Series:</b> Boot Camp Series</li>
<li><b>Level:</b> Beginner</li>
<li><b>Trainer:</b> S M Ashaduzzaman</li>
<li><b>Expertise:</b> Software Developer | LLM | ML | AI</li>
<li><b>Date:</b> 7th March 2026 ~ </li>
</ul>
<hr>
<h4>Session Overview</h4>
<p class="text-secondary">
This session introduces the core fundamentals of Python, one of the most important
programming languages used in automation, cybersecurity, data science, and modern
software development.
</p>
<hr>
<h4>What You Will Learn</h4>
<ul>
<li>Python basics and syntax</li>
<li>Variables and data types</li>
<li>Conditional statements</li>
<li>Loops</li>
<li>Functions</li>
<li>Basic scripting for automation</li>
</ul>
<hr>
<h4>Requirements</h4>
<ul>
<li>Must be a student of UITS</li>
<li>Students from any department and batch are welcome</li>
<li>Participants must complete assigned tasks during the series</li>
</ul>
<hr>
<h4>Important Notice</h4>
<p class="text-secondary">
This Boot Camp Series is not a permanent membership program. Assignments and practice
tasks will be given during the sessions. Failure to complete the assigned tasks may
result in disqualification from the series.
</p>
<hr>
<div class="mt-4">
<a href="bootcamp-python101-tasks.html"
class="btn btn-neon">
View & Submit Tasks
</a>
</div>
</section>
<footer class="mt-5 pt-5 border-top border-secondary-subtle bg-body">
<div class="container pb-4">
<div class="row gy-4">
<div class="col-md-6">
<h5 class="fw-bold">UITS Cyber Security Wing</h5>
<p class="text-secondary">A community under the UITS Computer Club, empowering cybersecurity learners and digital defenders.</p>
<a href="https://www.facebook.com/uitssec" class="me-3 link-neon" target="_blank" rel="noopener">Facebook</a>
<a href="https://github.com/uitssec" class="me-3 link-neon" target="_blank" rel="noopener">GitHub</a>
</div>
<div class="col-md-6 text-md-end">
<a href="#" class="btn btn-outline-neon btn-sm me-2" onclick="window.scrollTo({top:0,behavior:'smooth'});return false;">Back to top</a>
<a href="https://www.facebook.com/UITSCC" class="btn btn-outline-neon btn-sm" target="_blank" rel="noopener">UITS Computer Club</a>
</div>
</div>
<div class="text-center text-secondary mt-4 small">© 2022-2026 UITS Cyber Security Wing</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>