This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""OOcsv: object view of CSV | |
~5 times faster than OODict | |
2013 Dmitry V. Selitsky d.v.selitsky@gmail.com / dvska-at-skype | |
""" | |
from collections import namedtuple | |
def OOcsv(csv_file_obj, use_unicodecsv=False, **kwargs): | |
if use_unicodecsv: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import glob | |
import logging | |
import sys | |
from time import localtime, strftime | |
import os | |
from urllib.request import FancyURLopener | |
from urllib.parse import quote_plus | |
from lxml.html import parse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXAM DETAILS | |
Main MySQL Website: http://www.mysql.com/ | |
Certification Webpage: http://education.oracle.com/ | |
Exam Name: MySQL 5 Certified Associate Exam | |
Exam Number: 1Z0-870 | |
e | |
========================================================================================================= | |
EXAM TOPICS | |
Section 1: Theory, Terminology and Concepts (10%) | |
Client/Server Concepts |