ShahStavan / Python

Basics to advance in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

Let's Start a Journey from Basics to Advance in Python [Zero0️⃣ to Hero🦸]

Let's cover Basics and then intermediate and then let's play with Datasets with numpy library and after heading towards plotting charts with matplotlib library in Python🐍

Roadmap

  • Cover Basics
  • Numbers
  • Variables
  • Lists
  • Tuples and Dictionary
  • Strings and it's functions
  • Conditional Statements
  • Iterative Loops
  • Practice Questions
  • Reading Files [.txt and .cv files]
  • Moving towars numpy and pandas
  • Open CV
  • Further we will head towards AI and ML modules

Working with Face Detection using OpenCV

You need to download Haar Cacade Face Recognition and Eye Recognition .xml files either from my Python Repo or from opencv.
Code : Face Detection
For Further Help : Face Detection with HAAR Cascade in OpenCV Python

Building your own blockchain in python

Working with Stock Market Data in Python

For that you need to install few libraries in Python such as Pandas and Numpy. Basically we will fetch data from different resources like Yahoo Finance, Google Finance, Aplhavantage and Quandl using pandas_datareader.
Code : Fetching Market Data

Useful Blogposts to Learn Python

Books For Python

  • Learn Python The hard way

Check this Repository for daily updates

Let's start our Journey from here🚴‍♂️

About

Basics to advance in Python


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%