This file contains hidden or 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
| # pre rehnquist: | |
| # >psycopg2 | |
| # >python version 3.* | |
| #> SQLAlchemy | |
| # | |
| # Outcome: | |
| # >using Sqlalchemy create table and call data from database | |
| # >Table sync in postgresql | |
| from sqlalchemy import ( |
This file contains hidden or 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
| # pre rehnquist: | |
| # >psycopg2 | |
| # >python version 3.* | |
| #> SQLAlchemy | |
| # | |
| # Outcome: | |
| # >using Sqlalchemy create table and call data from database | |
| # >Table sync in postgresql | |
| from sqlalchemy import ( |
This file contains hidden or 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
| from PyPDF2 import PdfFileWriter, PdfFileReader | |
| import requests | |
| from io import BytesIO | |
| import os | |
| from io import StringIO | |
| from WordpresFileUpload.wordpressFile import wordpress_file_up | |
| def download_pdf(page_url, page_range): | |
| """ |
OlderNewer