Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 805 Bytes

File metadata and controls

32 lines (27 loc) · 805 Bytes

Python-Session

This repo is created for 2 hours introductory session.

This repo mainly conatains two notebooks:

  1. What I can do with python
  2. Python wlkthorough

Also this repo contain three example at the end of the session. Generally the conent of this sessing is as follow:

  • What is Programming
  • Model of Program
    • Input
    • Processing
    • Output
  • Programming Languages
  • What is Python
  • Some Statistics about Python (Why Python)
  • What I can do with Python? (With Examples)
    • Web Programming
    • Data Analysis
    • Data Visualization
    • Predictions
    • Scientific Computing
    • Data Scraping
    • Web Testing Automation
  • In which cases, I should not use Python?
  • Coding with Python (Exploring Syntax)
  • Data Profiling example
  • News Crawling
  • Face Detection