Skip to content
jansipke.nl

jansipke.nl

Photography, programming, puzzles and more…

Menu

Python

Using Google Visualization API with own data source

The Google Visualization API allows you to create charts and maps based on data you provide. This data can be in a Google Spreadsheet or be something you provide yourself. The visualizations themselves are mostly written in Javascript, although there

jansipke 2010-03-292021-09-12 Programming 2 Comments Read more

Using FANN with Python

In the previous article we showed how to install the FANN artificial neural network library on Ubuntu. In this article we will use the library. There are typically two parts in using artificial neural networks: A training part, where the

jansipke 2009-12-152021-09-12 Artificial Intelligence 15 Comments Read more

Installing FANN with Python bindings on Ubuntu

The Fast Artificial Neural Network Library (FANN) is a neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. It has a Python binding that allows you to use

jansipke 2009-12-152021-09-12 Artificial Intelligence 7 Comments Read more

Examples of public SOAP web services

In the previous article we showed how to use the suds library in Python to access SOAP web services. Here are some extra examples of public SOAP web services. Some of the outputs are edited for readability. We start with

jansipke 2009-11-202021-09-12 Programming 3 Comments Read more

Python SOAP client with suds

The library suds allows Python to make SOAP calls (that is, Python is the web service client). We start by installing the suds library on an Ubuntu machine. The Python setuptools are needed to install suds. sudo apt-get install python-setuptools

jansipke 2009-11-202021-09-12 Programming 21 Comments Read more

Using Python to add new posts in WordPress

Wordpress is a web publishing platform, which allows you to add and edit content to your website. This can be done by visiting the administration interface, wp-admin. However, there is also an XML RPC programming interface that allows you to

jansipke 2009-11-112021-09-12 Programming 19 Comments Read more

Threads in Python

A thread, sometimes called an execution context or a lightweight process, is a single sequential flow of control within a program. You use threads to isolate tasks. Each thread is a sequential flow of control within the same program. Each

jansipke 2003-01-012021-09-12 Programming No Comments Read more




You can contact me at jansipke at gmail.com

  • Artificial Intelligence
  • Cloud Computing
  • Energy
  • Hardware
  • Networking
  • Papers
  • Photography
  • Programming
  • Puzzles
  • Robotics
  • Security
  • Storage
Copyright © 2023 jansipke.nl. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.