Tag Archives: Python

Python MySql Connector Primer Tutorial

In the past we’ve teamed Python (server side language) up with the MySql (database) via a python module called MySQLdb when we presented Python MySql Circle and Point DataTable Primer Tutorial below. Then, we shared the Mac OS X MAMP … Continue reading

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

Python and Perl ftp Download Tutorial

The Three Ps ride again today, building on yesterday’s Perl ftp and the Three Ps Tutorial and adding in the ability to download a single file at a time as a “Download” scenario … in modern parlance … though in … Continue reading

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

Perl ftp and the Three Ps Tutorial

Yesterday’s Python ftp Primer Tutorial is given a “return of the Three Ps” feel today. Yes, we code some Perl to do similar ftp listing logic as we did with Python yesterday, so that … PHP supervises ftp listing functionality … Continue reading

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

Python ftp Primer Tutorial

Python is a great server side language to learn. Some web server configurations use it as their “go to” server language, though ours here at rjmprogramming.com.au uses PHP (and so we’ve written a PHP “supervisor” to dovetail with today’s Python … Continue reading

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

Python MySql Circle and Point DataTable Primer Tutorial

When we’ve talked about the MySql database in the past, apart from going on and on and on and on and on and on about the wonders of the phpMyAdmin MySql management tool frontend, we’ve normally talked about it regarding … Continue reading

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

Cocos Open-Source Game Development Primer Tutorial

Games development is huge on the net, and so there are good reasons to get into “Open-Source” for collaborative purposes and to pick the brains of experts in forums and blogs and chatrooms about what is good and what is … Continue reading

Posted in eLearning, Games, Tutorials, Visual Studio | Tagged , , , , , , , , , , , , , , | Leave a comment

ImageMagick and Three Ps Charcoal Implode Quality Tutorial

ImageMagick is a great tool for image manipulations of web server image files as you would glean from ImageMagick and Three Ps Affine Transformation Tutorial as shown below. Well, today, we build on that previous Affine Transformation functionality, and still … Continue reading

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

Functions With or Without Return Primer Tutorial

Our mention of the WordPress function wp_title( ‘|’, true, ‘right’ ) in Search Engine Optimization Meta Description Primer Tutorial, with its dual mode (function) return or no return (for display only) modes of use, reminded us of the “easy” ways … Continue reading

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