Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

obspy stats

stats = Stats()
>>> stats.network = 'BW'
>>> print(stats['network'])
BW
>>> stats['station'] = 'MANZ'
>>> print(stats.station)
MANZ
Comment

PREVIOUS NEXT
Code Example
Python :: pivot_table indexing 
Python :: how to multiply two lists in python 
Python :: how to search on wikipedia with python and speak the result 
Python :: except Exception, e: suds python 
Python :: django graphene without model 
Python :: google translate english to spanish 
Python :: How to multiply a text in python 
Python :: relation api profile does not exist django 
Python :: python pipe select where dedup 
Python :: torch.unsqueeze 
Python :: stop animation matplotlib 
Python :: Handling single exception 
Python :: COLLECTING 
Python :: assertRaises property 
Python :: how to print a text 
Python :: simple example of printing a C version of a SymPy expression: 
Python :: snipe cmd python.py 
Python :: fetch api python 
Python :: finding anagrams in python 
Python :: rename a column 
Python :: python sleep 10 seconds 
Python :: range() in python 
Python :: change value in dataframe 
Python :: how to get percentage in python 
Python :: compute confusion matrix using python 
Python :: how to print from a python list 
Python :: how to create multiple variables in a loop python 
Python :: sign python 
Python :: how to read mysql table in python 
Python :: how to work with django ornm __in 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =