Skip to content

Commit c554581

Browse files
committed
Add intro text
1 parent fc84f0d commit c554581

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

pages/intro.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,16 @@
3838
<h1><i class="fa fa-info-circle" aria-hidden="true"></i> Introduction</h1>
3939

4040
<h2>Welcome</h2>
41+
<p>Welcome to the SQL for Python Programmers tutorial!</p>
42+
<p>This tutorial is designed to help Python programmers (of any level of experience) who have little or no knowledge of relational databases and SQL.</p>
43+
<p>If you are a database administrator or an SQL expert, you may find some tricks for how to use SQL within Python, but if you are looking for material on advanced SQL, this is probably not the place to find it</p>
4144

42-
<h2>Knowledge You will Need</h2>
45+
<h2>Knowledge You Will Need</h2>
46+
<p>The tutorial assumes no knowledge of SQL at all and starts from the very basics. You will need some basic understanding of Python code although most of the content is suitable for Python beginners too. Where the Python code strays into more advanced concepts, there are links to the relevant documentation for you to follow.</p>
47+
<p>If you choose to use your own computer to run the tutorial code (details on those options are described in the <a href="/sql_python_tutorial/pages/howto">How To</a>), you will need to be comfortable using a command line terminal.</p>
4348

44-
<h2>How you can Contribute</h2>
49+
<h2>How To Contribute</h2>
50+
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request for any changes you would like to suggest.</p>
4551

4652
</main>
4753

templates/pages/intro.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
<h1><i class="fa fa-info-circle" aria-hidden="true"></i> Introduction</h1>
55

66
<h2>Welcome</h2>
7+
<p>Welcome to the SQL for Python Programmers tutorial!</p>
8+
<p>This tutorial is designed to help Python programmers (of any level of experience) who have little or no knowledge of relational databases and SQL.</p>
9+
<p>If you are a database administrator or an SQL expert, you may find some tricks for how to use SQL within Python, but if you are looking for material on advanced SQL, this is probably not the place to find it</p>
710

8-
<h2>Knowledge You will Need</h2>
11+
<h2>Knowledge You Will Need</h2>
12+
<p>The tutorial assumes no knowledge of SQL at all and starts from the very basics. You will need some basic understanding of Python code although most of the content is suitable for Python beginners too. Where the Python code strays into more advanced concepts, there are links to the relevant documentation for you to follow.</p>
13+
<p>If you choose to use your own computer to run the tutorial code (details on those options are described in the <a href="/{{root}}/pages/howto">How To</a>), you will need to be comfortable using a command line terminal.</p>
914

10-
<h2>How you can Contribute</h2>
15+
<h2>How To Contribute</h2>
16+
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request for any changes you would like to suggest.</p>
1117
{% endblock %}

0 commit comments

Comments
 (0)