Skip to content

vergili/PythonExamples

Repository files navigation

Some usefull links

DataBase Comparison

http://db-engines.com/en/ranking

Data Structurs

https://docs.python.org/2/tutorial/datastructures.html

Arrays

https://docs.python.org/2/library/array.html?highlight=from%20array#array.array.fromfile http://www.thegeekstuff.com/2013/08/python-array/

Collections

https://docs.python.org/2/library/collections.html

numPy tutorial

http://wiki.scipy.org/Tentative_NumPy_Tutorial

yield

http://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do-in-python

pass

http://www.tutorialspoint.com/python/python_pass_statement.htm

@classmethod vs @staticmethod

http://stackoverflow.com/questions/136097/what-is-the-difference-between-staticmethod-and-classmethod-in-python http://www.pythoncentral.io/difference-between-staticmethod-and-classmethod-in-python/

self

http://freepythontips.wordpress.com/2013/08/07/the-self-variable-in-python-explained/

zip

http://stackoverflow.com/questions/13704860/zip-lists-in-python

Method overriding

http://lgiordani.com/blog/2014/05/19/method-overriding-in-python/

Abstract class - method
Difference from method overriding 
( half implementation in abstract method and half in overriding method )

http://pymotw.com/2/abc/

sftp python connection

http://stackoverflow.com/questions/11925895/what-is-the-difference-between-calling-open-sftp-locally-and-via-a-separate-fu http://stackoverflow.com/questions/1596963/read-a-file-from-server-with-ssh-using-python

Ascii char

http://stackoverflow.com/questions/227459/ascii-value-of-a-character-in-python

Function Attribute

http://stackoverflow.com/questions/338101/python-function-attributes-uses-and-abuses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages