Often it is more fun to learn a programming language by reading and interacting with code that might be useful.
PhotoWebSite shows how to transform a folder full of images into a webpage with thumbnails.downloadReading a file shows how to read a CIF file. It uses pattern replacement to extract the structure of the file.downloadPointInsidePolygon.nb shows different pieces of code testing if a point is inside or outside a 2D polygon, convex or not. downloadReading emails from INBOX.nb Shows JLink code to connect to a mailbox and extract emails from the INBOX. downloadsimple graphics for presentation.nb Shows how to make rounded rectangles and shadows for rounded rectangles, rectangles and disks in 2D. download