-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (29 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h3>Risorse Python</h3>
<ul>
<li><a href="https://coggle.it/diagram/YECuTtWHwh8nIiFm/t/python">Python MindMap</a></li>
<li><a href="https://github.com/mronchipy/mapelli">Source Code Corsi Recupero</a></li>
<li><a href="https://www.w3schools.com/python">Python Tutorial</a></li>
<li><a href="https://www.youtube.com/channel/UCLXlzAu0NhM5pnXLQdGnHJQ">Videocorsi Youtube</a></li>
<li><a href="https://docs.python.org/3/">Python Official Documentation</a></li>
<li><a href="https://www.jetbrains.com/pycharm/download/#section=windows">PyCharm IDE</a></li>
</ul>
<h3>e-books</h3>
<ul>
<li><a href="ebooks/Beginning OpenVPN 2.0.9 - Markus Feilner.pdf">Beginning OpenVPN</a></li>
<li><a href="ebooks/Containerization With LXC - Konstantin Ivanov.pdf">Containerization With LXC</a></li>
<li><a href="ebooks/Network Security With OpenSSL_ - John Viega.pdf">Network Security With OpenSSL</a></li>
</ul>
<h3>Web Development (Client Side)</h3>
<ul>
<li><a href="https://www.w3schools.com/html/">HTML Tutorial</a></li>
<li><a href="https://www.w3schools.com/css/">CSS Tutorial</a></li>
<li><a href="https://www.w3schools.com/js">JavaScript Tutorial</a></li>
</ul>
</body>
</html>