Uploaded videos
1-10 of 49-
Winfortune 10 - Integrating the program into Windows' command line interpreter, cmd.exe
ralienpp
7 views
To automatically start a program every time cmd.exe is started, edit the following registry key:
HKLM\Software\Microsoft\Command Processor
Add a variable called "Autorun",...
-
Winfortune 09 - fixing the graphical artifacts in the ASCII art
ralienpp
6 views
There were a few problems with the way the ASCII drawings were rendered. In this video I find the cause of the problem.
-
Winfortune 08 - ASCII art experiments, listing directories and reading files with Python
ralienpp
10 views
We're getting closer to the desired result. In this tutorial I selected a few ASCII art characters and extended the program such that it can load the ASCII drawings, attach...
-
Winfortune 07 - Joining the building blocks, finally we can harvest all the quotes
ralienpp
3 views
At this point the program is actually ready to retrieve all the quotes from the site.
Keep in mind that some servers may apply throttling if you're connecting too often an...
-
Winfortune 06 - Python and SQLite tutorial
ralienpp
8 views
In this very simple example I explain how to devise a database schema for a database of quotes.
Further, I explain how to use SQLite with Python to create a database, add...
-
Winfortune 05 - Automate page retrieving via HTTP and HTML parsing with lxml
ralienpp
8 views
This part of the tutorial covers the creation of two primitive functions that will then be used as building blocks in a bigger program.
The functions rely on what we've pr...
-
Winfortune 04 - Python and LXML, examples of XPath queries with Python
ralienpp
12 views
How to use Python LXML to perform XPath queries and extract data from HTML pages
-
Winfortune 03 - XPath experiments and query examples
ralienpp
11 views
Explore the contents of the page and figure out which XPath queries will fetch the data we are looking for.
-
Winfortune 02 - Find a site with quotes we can harvest
ralienpp
14 views
Examine the structure of the pages of a quotes site and find where the data we need are located.
The video also provides a very simple explanation of how browsers "talk" t...
-
Winfortune 01 - How to create an equivalent of fortune and cowsay for Windows, using Python
ralienpp
24 views
This is the introduction to a series of video tutorials that explain how to create an equivalent of fortune and cowsay for Windows.
This will be a program that picks a r...
Advertisement










Play all(49)