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 bs4 import BeautifulSoup | |
| from markdown import markdown | |
| import re | |
| def markdown_to_text(markdown_string): | |
| """ Converts a markdown string to plaintext """ | |
| # md -> html -> text since BeautifulSoup can extract text cleanly | |
| html = markdown(markdown_string) |
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
| import numpy as np | |
| import scipy | |
| import scipy.ndimage | |
| from scipy.ndimage.filters import gaussian_filter | |
| from scipy.ndimage.interpolation import map_coordinates | |
| import collections | |
| from PIL import Image | |
| import numbers | |
| __author__ = "Wei OUYANG" |
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
| =============================================================================== | |
| = V I M T u t o r'a Hoş Geldiniz - Sürüm 1.5 = | |
| =============================================================================== | |
| Vim, bu gibi bir eğitmen ile açıklanması gereken çok fazla komut barındıran, | |
| oldukça kuvvetli bir metin düzenleyicidir. Bu eğitmen Vim'i çok amaçlı bir | |
| düzenleyici olarak kolaylıkla kullanabileceğiniz yeterli sayıda komutu açıklamak | |
| için tasarlanmıştır. | |
| Eğitmeni tamamlama süresi yapacağınız denemelere bağlı olarak 25-30 |