Quantcast
Channel: Bob Belderbos » python
Browsing all 9 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Need to scrape a website? BeautifulSoup is your friend!

Beautiful Soup is a Python library to do screen scraping. I think it is a powerful tool which can be used in many situations. See here for examples where it is used. In this post I will show you two...

View Article



Image may be NSFW.
Clik here to view.

Daily movie digest Spanish TV / Part II – rewrite in Python

To learn more Python I am making up some new scripting exercises these days. I am also rewriting some Perl scripts I made last year. Today my daily Spanish TV movie email script, discussed here:...

View Article

Image may be NSFW.
Clik here to view.

A Python script to import a complete blog to plain text

In today’s post I’ll show you a script I wrote yesterday to import an entire blog based on a (XML) sitemap. It also converts the posts from html to plain text. Allthough it was merely Python practice,...

View Article

Image may be NSFW.
Clik here to view.

Python script to query github code in your terminal

I was using the Advanced Search in Github the other day and thought: what if I could use this in a terminal. So I started to try out some things in Python which led to the following script. Some...

View Article

Image may be NSFW.
Clik here to view.

How to search and copy Stack Overflow data without leaving Vim!

To save time and concentrate as a developer, Vim is the best place to be. But I cannot code everything from memory so I made a tool to lookup stackoverflow questions and answers without leaving Vim....

View Article


Image may be NSFW.
Clik here to view.

Script to email a weekly digest of upcoming and playing movies

To keep up2date with new and upcoming movies, I wrote a Python script to send me an weekly movie digest. It queries themoviedb.org and parses the “now-playing” and “upcoming pages”, it creates the...

View Article

Python script to clone itunes autofill feature for USB device

I never thought I would autofill my iphone with music, but I recently tried it and I actually like it. You start to appreciate more types of music. In this post a python script to do the same thing for...

View Article

Image may be NSFW.
Clik here to view.

Quick and easy way to know about new books on Safari

Safari Books Online is awesome, many reasons, worth another blog post. For one thing you get to access the latest and greatest titles even early releases. You can conveniently monitor it here. However...

View Article


Image may be NSFW.
Clik here to view.

Project: playing/upcoming weekly movie email (themoviedb API)

Hi again, some more coding today. My original attempt at this broke some time ago, because themoviedb’s page HTML changed. Lesson learned: rather use an API. So I rewrote this script, improving it and...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images