Skip to content

Commit 6c10d74

Browse files
authored
Update README.md
1 parent 96c54c2 commit 6c10d74

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This is a general repository about Python programming. You may find notes about virtual environments, packge managers and
44
introduction of programming in Python. The following is list of content of the repository:
5-
- [Function programming in Python](https://github.com/ashki23/Python-notes/blob/master/Function_programming.md)
6-
- [Python data structures](https://github.com/ashki23/Python-notes/blob/master/Data_structure.md)
7-
- [Virtual Environments in Python](https://github.com/ashki23/Python-notes/blob/master/Virtual_environments.md)
8-
- [Lambda function](https://github.com/ashki23/Python-notes/blob/master/Lambda.md)
9-
- [String formatting or interpolation operator](https://github.com/ashki23/Python-notes/blob/master/Magic_string.md)
10-
- [Regular expression](https://github.com/ashki23/Python-notes/blob/master/Regular_expression.md)
11-
- [Complex numbers](https://github.com/ashki23/Python-notes/blob/master/Complex_numbers.md)
5+
- [Function programming in Python](https://github.com/ashki23/Python-notes/blob/master/python-fun.md)
6+
- [Python data structures](https://github.com/ashki23/Python-notes/blob/master/python-str.md)
7+
- [Virtual Environments in Python](https://github.com/ashki23/Python-notes/blob/master/python-env.md)
8+
- [Lambda function](https://github.com/ashki23/Python-notes/blob/master/lambda.md)
9+
- [String formatting or interpolation operator](https://github.com/ashki23/Python-notes/blob/master/magic-string.md)
10+
- [Regular expression](https://github.com/ashki23/Python-notes/blob/master/regular-expression.md)
11+
- [Complex numbers](https://github.com/ashki23/Python-notes/blob/master/complex-numbers.md)
1212

1313
---
1414
Copyright 2018-2019, [Ashkan Mirzaee](https://ashki23.github.io/index.html) | Content is available under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) | Sourcecode licensed under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)

0 commit comments

Comments
 (0)