Skip to content

AK7iwi/Python-for-Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Pool - Python Learning Guide

1. General Concepts

In Python, there's a distinction:

  • Built-in functions are functions like print(), len(), max(), min(), etc. that are available globally
  • Module functions are functions that belong to a specific module and must be imported before use.
  • Methods are functions that belong to specific objects/classes, like list.append(), set.add(), dict.keys(), etc.

For more details about synthax, theory points and general concepts: Python Official Documentation or My Personal Doc

2. Summary

I. Module 00 - Starting
II. Module 01 - Array

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages