Skip to content

Commit b552334

Browse files
authored
Update README.md
1 parent 6f356eb commit b552334

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,22 @@ Let’s discuss some features of Python now.
103103
- GUI programming
104104
- Dynamically typed
105105

106-
**Fascinated with Python features?? [Unique features which make Python most popular programming language on the planet](https://data-flair.training/blogs/features-of-python/)**
106+
**[Unique features which make Python most popular programming language on the planet](https://data-flair.training/blogs/features-of-python/)**
107107

108108
### c. Concepts to learn Python
109109

110110
Let’s talk about the important concepts you should learn in Python.
111111

112-
- Syntax
113-
- Statements, Indentation, and Comments
114-
- Variables and Data Types
115-
- Numbers
116-
- Strings
112+
- [Syntax](https://data-flair.training/blogs/python-syntax-semantics/)
113+
- [Statements, Indentation, and Comments](https://data-flair.training/blogs/python-comment/)
114+
- [Variables and Data Types](https://data-flair.training/blogs/python-variables-and-data-types/)
115+
- [Numbers](https://data-flair.training/blogs/python-number-types-conversion/)
116+
- [Strings](https://data-flair.training/blogs/python-string/)
117117
- Booleans
118-
- Variable Scope
119-
- Identifiers
120-
- Namespace and Scope
121-
- Operators
118+
- [Variable Scope](https://data-flair.training/blogs/python-variable-scope/)
119+
- [Identifiers](https://data-flair.training/blogs/identifiers-in-python/)
120+
- [Namespace and Scope](https://data-flair.training/blogs/python-namespace-and-variable-scope/)
121+
- [Operators](https://data-flair.training/blogs/python-operator/)
122122
- Bitwise
123123
- Comparison
124124
- Precedence

0 commit comments

Comments
 (0)