Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 598 Bytes

TOPICS.md

File metadata and controls

25 lines (23 loc) · 598 Bytes

Topics

  • Intro to programming.
  • Git & GitHub
  • Python programming
    • Data types
    • Variable naming & it rules
    • variable declarations
    • Control structures/statement
    • recursion
  • List comprehension
  • Functional python
  • OOP in python
  • Data structures and algorithms
  • Intro to tkinter - GUI in python
  • Intro to networking using request library
  • Web scraping using beautifulsoup
  • Intro to web development using Django and flask
  • Intro to data wrangling, Pandas, Sklearn, Matplot lib
  • Machine learning and it’s applications
  • OpenCV
  • Sentiment analysis

Bonus

  • Intro to D3