|
1 | | -This repo consists of the basic python programs I coded while learning python. |
| 1 | +This repo consists of the basic python programs I wrote while learning python. |
2 | 2 | I have tried to comment my code as well as possible.
|
3 | 3 | If one needs more description about any of the codes, please contact me.
|
4 | 4 |
|
5 | | -Hope these codes will be useful for a newbie. |
6 | 5 |
|
7 | 6 | Note: All codes are written using eclipse.
|
8 | 7 | I pushed each eclipse project I created. I have all the source-code for each project in this repo in <project_name>/src folder.
|
9 | 8 |
|
10 | | -I will like to learn more about python. If anyone wishes to contribute and add in to these demo codes, feel free to do so. |
| 9 | +If anyone wishes to contribute and add in to these demo codes, feel free to do so. |
11 | 10 |
|
12 | 11 | ### Some fastastic links to learn python
|
13 | 12 | 1. [Operator and Function overloading in custom python class](https://realpython.com/operator-function-overloading/)
|
|
0 commit comments