Git Product home page Git Product logo

python's Introduction

Python

紀錄 Python 學習過程與應用專案

I. Basic Course

  • base python syntax and operations
  • inherit data format (numeric/string/list/set/tuple/dictionary)
  • loop control

II. Advanced Course

  • try-except
  • object oriented concepts
  • generator,iterator and decorator
  • class encaptsulation

III. Numpy

  • basic array concepts
  • array manipulation such as split/stack...etc
  • Numpy Ufunctions
  • aggregations

IV. Pandas

  • basic Series,Index and DataFrame concepts
  • Series and DataFrame attributes
  • DataFrame manipulations such as split/slice...etc
  • DateFrame Ufuncs

V. 基礎網路爬蟲(WebCrawling)

  • requests/BeautifulSoup/re/Selenium module
  • Log-in personal Facebook account using selenium
  • try to get articles on PTT BBS
  • applications of scrapping skills on such as :

    591House
    Shopee
    AppleNews
    Facebook search results
    Michelin Info with GoogleSheet
    YouTube Video List Downloads

VI. 自然語言處理(NLP)

  • 學習六大NLP手法:segmentation/stemming/lemmatization/tagging/parsing/sentence tokenize
  • 使用scikit-learn對每一個單詞計算TF-IDF
  • 使用jieba模組進行中文斷詞
  • 使用Gensim套件處理文章,訓練詞向量與文字預測
  • 使用Spacy做單詞的定義tagging
  • 安裝cuda/cudnn以及tensorflow-gpu
  • 訓練DNN模型來偵測垃圾郵件
  • 使用wordcloud與jieba製作文字雲

VII. Line機器人

  • 使用IFTTT和twstock模組抓取股票資訊並連結到個人Line通知

python's People

Contributors

enasven avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

top80276

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.