Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -640/+0 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | Broken OOP Example Fixed | Batuhan Osman Taşkaya | 2018-05-12 | -3/+3 |
| | | | | -> class Insan(obje) converted class Insan(object) -> Undefined self.name variable replaced self.isim | |||
* | small additions. | kahredici | 2016-04-26 | -1/+6 |
| | ||||
* | Applies a1ed02d6fad2b39137f52c6a04264a59e237d747 to translations | Gnomino | 2015-11-21 | -1/+1 |
| | ||||
* | Ready To More? | Eray Aydın | 2015-03-26 | -3/+3 |
| | ||||
* | Advanced | Eray Aydın | 2015-03-26 | -32/+30 |
| | ||||
* | Modules | Eray Aydın | 2015-03-26 | -11/+11 |
| | ||||
* | Classes | Eray Aydın | 2015-03-25 | -35/+33 |
| | ||||
* | Functions | Eray Aydın | 2015-03-25 | -52/+48 |
| | ||||
* | Control Flow and Iterables | Eray Aydın | 2015-03-25 | -55/+54 |
| | ||||
* | Variables and Collections | Eray Aydın | 2015-03-25 | -149/+148 |
| | ||||
* | Primitive Datatypes and Operators | Eray Aydın | 2015-03-25 | -0/+645 |