python4datascience topic

List python4datascience repositories

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
225
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...

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.

Python_Natural_Language_Processing

190
Stars
173
Forks
Watchers

This repository consists of a complete guide on natural language processing (NLP) in Python where we'll learn various techniques for implementing NLP including parsing & text processing and understand...

92_Python_Games

186
Stars
175
Forks
Watchers

This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.