Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehmartinez committed Dec 30, 2023
1 parent a7fc195 commit 4f00293
Show file tree
Hide file tree
Showing 110 changed files with 59,534 additions and 65,614 deletions.
3 changes: 2 additions & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Basic level</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_1.html">1. Github Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_2.html">2. Introduction to Python: Tuples, Lists, Dictionaries, Arrays</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_2.html">2. Introduction to Python: Lists, Tuples, Dictionaries, Arrays</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_3.html">3. Pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_4.html">4. If and Loops</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/basic/Lecture_5.html">5. Functions and Class</a></li>
Expand All @@ -169,6 +169,7 @@
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/intermediate/Lecture_10.html">10. Geopandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/intermediate/Lecture_11.html">11. Folium</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/intermediate/Lecture_12.html">12. Causal Inference</a></li>
<li class="toctree-l1"><a class="reference internal" href="python_notebooks/intermediate/Lecture_13.html">13. Natural Language Processing (NLP)</a></li>
</ul>

</div>
Expand Down
6 changes: 3 additions & 3 deletions _sources/intro.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Python Intensive Course
# Python Intensive Course

This book contains the lectures of [Python Intensive Course](https://github.com/alexanderquispe/Diplomado_PUCP), Specialization in Data Science for Social Sciences and Public Management, hosted by [Pontifia Universidad Católica del Perú](https://www.pucp.edu.pe/).
This book contains the lectures of [Python Intensive Course](https://github.com/alexanderquispe/Diplomado_PUCP), Specialization in Data Science for Social Sciences and Public Management, hosted by [QLAB | Pontificia Universidad Católica del Perú](https://qlab.pucp.edu.pe/).

```{admonition} Attribution
The content was taught in two specific courses “Fundamentals of Python” & “Python Intermediate”, both were developed by [Alexander Quispe](https://alexanderquispe.github.io/) and [Anzony Quispe](https://anzonyquispe.github.io/).
```

## Lectures

```{tableofcontents}
Expand Down
Loading

0 comments on commit 4f00293

Please sign in to comment.