hrkck / python_personal_guide

A collection of Python small programs and tutorial follow-ups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contents

projects folder

  • googleRandomLetter
    • a random text generator so big as google number. It was used for a presentation to explain the layman some topics on randomness.
  • listserve
    • This project aims to parse the text from all the mails sent to the listserve mailings list so far. The mailings list housed some over thousands of e-mails from strangers around to world - totally anonymous. It maybe holds some of the most earnestly written collective thought sharing platform.
    • After I fetched all the e-mails with beautifulSoup, I made a simple word counter so you could see the most frequently used words in the history of this mailing list.
  • parseTurkish
    • This is a rather crazy project that aims to parse the Turkish language to the bone. The final result would be able to understand any given Turkish expressions with its detailed structure.
    • In the official website of the Turkish Language Institution an exhaustive list of all Turkish words and expressions are provided in an over 4000 pages long PDF.
    • Currently, I don't have a TXT format of the PDF. An OCR can solve this.
    • Later on structure of the Turkish will be hard-coded.
    • This project is far from completion.
  • tbmm_webScraping
    • This is a simple web scraping project that downloads minute reports from the TBMM website.
  • turtlePhysicsEngine_exps
    • An attempt to write a turtle world with physical boundaries.

tuts_refs folder

About

A collection of Python small programs and tutorial follow-ups


Languages

Language:Python 100.0%