-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtools.html
More file actions
38 lines (29 loc) · 1.48 KB
/
tools.html
File metadata and controls
38 lines (29 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Begin to code with Python</h1>
<h2>Tools</h2>
<p>Welcome to the Begin to code with Python tools page. </p>
<p>You can find the official Microsoft Press Store page for this book <a href="https://www.microsoftpressstore.com/store/begin-to-code-with-python-9781509304523"> here</a>
</p>
<p>You can find the Python tools at <a href="https://www.python.org/downloads/">Python download site</a>.
<br>Remember to download version 3.6 as this is the version of Python that I use for alll the examples.
</p>
<p>Talking of examples, you can find them <a href="https://github.com/Begintocodewithpython/samples">here</a>.
</p>
<p>You can find the Visual Studio Code editor at <a href="https://code.visualstudio.com/">Visual Studio Code download site</a>.
</p>
<p>You can find a set of notes that will help you use this book to revise for the Microsoft Certified Professional Exam 98-381, 'Introduction to Programming Using Python' <a href="Begin to code Python MTA 98-381 Exam Prep.pdf">here</a>.
</p>
<p>You can buy the book <a href="http://a.co/abCAG81">here</a>.
</p>
<p>You can find my blog at <a href="https://www.robmiles.com/">www.robmiles.com</a>.
</p>
<p>If you have any questions about the links, the sample programs, or the book, you can get in touch with me via email on questions at begintocodewithpython.com. You can also tweet any questions to @begintocode or @robmiles
</p>
<p>Rob Miles</p>
</body>
</html>