Difference between revisions of "Python"

From ECLR
Jump to: navigation, search
(Basic Programming)
(Basic Programming)
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
! scope="col"| Python Basics  
 
! scope="col"| Python Basics  
 
! scope="col"| Arrays and other<br> Data Types
 
! scope="col"| Arrays and other<br> Data Types
! scope="col"| Loading Data and<br>Date Formats
+
! scope="col"| Loading Data
 
! scope="col"| Program Flow and<br>Logicals
 
! scope="col"| Program Flow and<br>Logicals
 
! scope="col"| Functions
 
! scope="col"| Functions
 
! scope="col"| Saving Data and<br>Screen Output
 
! scope="col"| Saving Data and<br>Screen Output
 
|-
 
|-
| [[Python/Basics Basics]]
+
| [[python/Basics|Basics]]
|  
+
| [[python/Arrays|Arrays]]
|
+
| [[python/Data|DataLoading]]
 
| [[python/Program_Flow_and_Logicals|Program_Flow_and_Logicals]]
 
| [[python/Program_Flow_and_Logicals|Program_Flow_and_Logicals]]
 
|  
 
|  

Latest revision as of 12:04, 21 July 2014

Essential Python Programming Techniques

In this section we will introduce a number of basic and intermediate programming techniques. Whatever language you program in you will encounter these techniques, although the details will, of course, vary. We recommend that you ensure that you are familiar with these before you progress to Special Econometric Topics .

Basic Programming

Python Basics Arrays and other
Data Types
Loading Data Program Flow and
Logicals
Functions Saving Data and
Screen Output
Basics Arrays DataLoading Program_Flow_and_Logicals

Other Sources of Help

Python has a very active community and whenever you have a problem the best is to Google your question ensuring that the word "Python" apears in yoru search term. Most likely you will be send to either the Python documentation or a question and its answers on stackoverflow.com.

As far as I am aware there is only one dedicated source that uses Python for Econometrics (and we have drawn a lot of inspiration from it!)

  • It is Kevin Sheppard's course on Python for Econometrics [1]