Durchsuchen nach
Tag: Youtube

Ein kleiner Rundgang durch Essen-Stoppenberg

Ein kleiner Rundgang durch Essen-Stoppenberg

Am Wochenende bin ich einwenig durch den Essener Stadtteil Stoppenberg gelaufen und habe einige Szenen auch gefilmt. Essen = Ruhrgebiet = Nordrhein-Westfalen (NRW) = Westdeutschland. Ich wohne hier (noch) in dem Stadtteil. In dem kurzem Film zeige ich einige Highlights des Stadtteils. Auch ich werde da immer wieder zu sehen sein. Viel Spaß beim Anschauen des Video. Gefällt Ihnen der Beitrag bis hier hin? Sie können mich mit einer Spende unterstützen, damit ich weitere solcher Fahrten unternehmen kann. Nicht vergessen,…

Weiterlesen Weiterlesen

New YouTube canal

New YouTube canal

I open a new and separated YouTube channel about aviation, planes, take-off and landings It is free, open and public – everyone can see the videos. The channel has the name Aviation worldwide Here I will publish all videos about aviation. That means from my main channel I will delete this videos and re-upload in a longer version to this channel. I use for my videos the Open-Source-Software editor Kdenlive and can add all videos to one video. -> Here…

Weiterlesen Weiterlesen

Python 3.13 How to check how many pages a PDF file has

Python 3.13 How to check how many pages a PDF file has

In order to do this, you need the Python module PyPDF2. You install it with pip3 install PyPDF2 Then it is important for this code here, you have the version PyPDF2 Version 3.0.1 If not then you have to update the module because the programmer of the tool has changed a command within the module In the foreign version the command PdfFileReader was the correct command but now in version 3.0.1 the command PdfReader is the correct one, otherwise this…

Weiterlesen Weiterlesen