Explore >> Select a destination


You are here

databasearchitects.blogspot.com
| | arnorhs.dev
6.2 parsecs away

Travel
| | I agree with everything about this: The shift from procedural to OO brings with it a shift from thinking about problems and solutions to thinking about architecture. Thats easy to see just by comparing a procedural Python program with an object-oriented one. The latter is almost always longer, full of extra interface and indentation and annotations. The temptation is to start moving trivial bits of code into classes and adding all these little methods and anticipating methods that arent needed yet but might be someday. via prog21: Dont Distract New Programmers with OOP. There's also a great discussion on the topic on Hacker News: https://news.ycombinator.com/item?id=2334939
| | blog.archive.today
7.6 parsecs away

Travel
| | Do you have any comments related to this hacker...
| | davidbieber.com
6.9 parsecs away

Travel
| | If you run this snippet of Python code, it will submit this "Snippet" (the one you're currently reading) to Hacker News. from html.parser import HTMLParser import getpass import requests import time USERNAME = ( '' # Put your Hacker News username here. or getpass.getuser() # (But if you don't, we'll try a sensible default.) ) PASSWORD = ( '' # We'll prompt you for your password, or you can enter it here.
| | intoli.com
32.0 parsecs away

Travel
| An updated example of techniques to avoid detection.