Skip to content

Instantly share code, notes, and snippets.

View iwatobipen's full-sized avatar
:octocat:
working from ?

Taka iwatobipen

:octocat:
working from ?
View GitHub Profile
@peteWT
peteWT / pandas_dbms.py
Created August 21, 2012 01:19 — forked from catawbasam/pandas_dbms.py
Python PANDAS : load and save Dataframes to sqlite, MySQL, Oracle, Postgres
# -*- coding: utf-8 -*-
"""
example use of pandas with oracle mysql postgresql sqlite
lightly tested.
to do:
save/restore index (how to check table existence? just do select count(*)?),
finish odbc,
add booleans?,
sql_server?
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 25, 2024 01:17
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bannanc
bannanc / OE_toandfrom_RDK.ipynb
Last active September 7, 2023 16:54
This is a jupyter notebook explaining how to convert molecules in OpenEye toolkits to the equivalent molecule in RDKit going both directions between toolkits.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import sys
import os
import requests
import subprocess
import shutil
from logging import getLogger, StreamHandler, INFO
logger = getLogger(__name__)
logger.addHandler(StreamHandler())
@greglandrum
greglandrum / Show_Ph4_Features_in_PyMOL.ipynb
Created January 15, 2019 09:52
Show_Ph4_Features_in_PyMOL.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ptosco
ptosco / FragmentOnBonds.ipynb
Created January 8, 2020 11:47
Different ways to fragment a molecule on some bonds
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@greglandrum
greglandrum / Kramer_AtomInvariants.ipynb
Last active January 10, 2020 00:07
Kramer_AtomInvariants.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@greglandrum
greglandrum / Reaction Drawing Font Size.ipynb
Created January 10, 2020 14:44
Reaction Drawing Font Size.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.