Tag Archives: Python

The Three P Three Modes Sharing Tutorial

Do you remember yesterday’s (The Three P Three Modes Primer Tutorial) Rudimentary Profile Report featuring The Three Ps and The Three (PHP) Modes of Use? Well, we thought we could improve that application by offering the user a sharing functionality … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , | 4 Comments

The Three P Three Modes Primer Tutorial

Today we show three PHP modes of use with a Rudimentary Profile Report application, showing our usual (modes of use (ideas of)) … Surfing the Web – with a URL typed into web browser address bar and interactively piecing together … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

ImageMagick and Three Ps Affine Transformation Tutorial

It’s a common requirement with Information Technology programming to want to transform an image file. With CSS there are mechanisms to display images in a (affine) transformed way regarding … rotation scale … for display purposes, without altering the image … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Python HTML Attribute Parsing Primer Tutorial

Let’s follow up yesterday’s Python parsing of XML (Python XML Primer Tutorial) with a bit of HTML parsing (on the Linux command line) … believe it or not this came second in I.T. history thinking … first thoughts were about … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

Python XML Primer Tutorial

The Python programming language has great modules for parsing and manipulating XML data, from the “old days” PyXML, now not actively supported, to the ElementTree functionality we work with, today, to show you some parsing of some very simple XML … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , | 4 Comments

Django Python Primer Tutorial

Django is a high-level Web framework that utilizes the Python programming language. You may remember from some time back with Python Webserver Primer Tutorial as shown below, that we intimated we would try this out sometime. Django helps you achieve … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

Apache CentOS WebServer and The Three Ps Primer Tutorial

Today’s tutorial shows a web scenario that utilizes The Three P’s with the rjmprogramming.com.au Apache CentOS web server ( at http://www.rjmprogramming.com.au/ ), building on the previous relevant Apache WebServer on Mac and The Three P’s Primer Tutorial, as shown below, … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , | 5 Comments

Python List Primer Tutorial

In this tutorial we examine some functionality code snippets suiting Python list data structure, in response to, really, and extending, a Yahoo Answers question. Lists, like tuples, are interesting in that different base data types that can’t cohabit an array … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment