Milaan Parmar / Милан / 米兰

Results 30 repositories owned by Milaan Parmar / Милан / 米兰

01_Python_Introduction

306
Stars
261
Forks
Watchers

Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.

06_Python_Object_Class

286
Stars
239
Forks
Watchers

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriente...

12_Python_Seaborn_Module

217
Stars
196
Forks
Watchers

Seaborn is one of the go-to tools for statistical data visualization in python. It has been actively developed since 2012 and in July 2018, the author released version 0.9. This version of Seaborn has...

05_Python_Files

223
Stars
216
Forks
Watchers

Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has str...

10_Python_Pandas_Module

237
Stars
224
Forks
Watchers

Pandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipula...

LaTeX4Everyone

216
Stars
177
Forks
Watchers

Learn LaTeX from scratch in an easy-to-follow but highly effective way. Get up to the level of professional document writeup, presentation creation and even generating graphics and figures in LaTeX.

Machine_Learning_Algorithms_from_Scratch

182
Stars
175
Forks
Watchers

This repository explores the variety of techniques and algorithms commonly used in machine learning and the implementation in MATLAB and PYTHON.

Deep_Learning_Algorithms_from_Scratch

169
Stars
169
Forks
Watchers

This repository explores the variety of techniques and algorithms commonly used in deep learning and the implementation in MATLAB and PYTHON