Skip to content

Learning on Python, mainly focused on constructs different from other languages

License

Notifications You must be signed in to change notification settings

signalarun/python-learnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PYTHON LEARNINGS

  • This documents some snipets which I found different from other programing languages.

NumPy

  • A library for numerical computing
  • ndarray
    • Python provides datastructures like LIST, DICTONARY. But operating on them is done using iterative loops which is computationally inefficient. Numpy provides 'ndarray' for this.
    • Unlike ndarray objects, matrix objects are two dimensional
    • Its ndarray bit depth defaults to that of python environment ie. for 64 bit its length will be 64. Use type specification
      for these types of arrays
  • Record array

Pandas

About

Learning on Python, mainly focused on constructs different from other languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published