python-course icon indicating copy to clipboard operation
python-course copied to clipboard

Tutorial and introduction into programming with Python for the humanities and social sciences

Results 7 python-course issues
Sort by recently updated
recently updated
newest added

Hi Folgert (and Maarten as well, I presume) I added an appendix chapter about Text-Fabric. Inserted a reference to this appendix in Chapter 3 about Text-Preprocessing. Included the appendix in...

Hi, This issue concerns chapter 8 of your tutorial. It seems that pdftotext does not support the -htmlmeta flag anymore, so the metadata extraction you describe in the tutorial is...

How can I install the packages since I use Python 3.6? I use mac os installer. I've tried to edit the mac-installer.sh changing the version of the dir from 3.4...

Immediately after introducing `print()`, the tutorial asks them to make a calculator. I think a brief touch on adding numbers might be good first.

clarification

The static version on nbviewer is nice, I would suggest an extra link to http://mybinder.org/, which would allow to run the notebook in the cloud (as long as there are...

enhancement

In `book` branch, chapter 5 I believe the test for compute_ARI isn't correct. I have checked that the Automatic Readability Index for the sentence 'This was rather easy. Please give...

bug

remove_punc and remove_punc2 concatenate some words. For example, "Woodhouse.--Dear" gets replaced by WoodhouseDear. This leads to arguably questionable results of the later tests. For example, the count of Woodhouse by...

bug