Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65a7a25

Browse files
authored
Update README.md
1 parent 27e9506 commit 65a7a25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python Tutorial
2-
This Python tutorial for beginners provides complete overview of Python. Explorer Python features, Python syntax, python applications, python projects. You will also get 270+ free python tutorials to learn python from scratch. Go from zero to hero with this python tutorial
2+
This Python tutorial for beginners provides a complete overview of Python. Explorer Python features, Python syntax, python applications, python projects. You will also get 270+ free python tutorials to learn Python from scratch. Go from zero to hero with this [Python tutorial](https://www.youtube.com/playlist?list=PLf0LpPWikpPe5gc6fT9wDj3Y6e97z6ZD_)
33

44
## 1. What is Python?
55
Python has quickly become a favorite- it’s being taught in universities, and also being used for everything from scripting and web development to machine learning and data science. But what is Python?
@@ -12,12 +12,12 @@ Before proceeding ahead it is recommended to refer: **[240+ Free tutorials to ma
1212
**There is more than one reason why you should learn this language:**
1313

1414
- It is great for both startups as well as big organizations. It is also beginner-friendly.
15-
- Python is open-source and has a large community. It is one of the top 5 in the largest communities on StackOverflow, the most-used languages on GitHub, and the largest Meetup communities.
15+
- Python is open-source and has a large community. It is one of the top 5 in the largest communities on StackOverflow, the most-used language on GitHub, and the largest Meetup communities.
1616
- It has great career opportunities. Python jobs pay well and provide stability.
1717
- Python has many powerful frameworks like [Django](https://data-flair.training/blogs/django-tutorials-home/) and Flask for web development. They take care of the trivial tasks and make it easier to develop for the web.
1818
- It is also great for machine learning, data science, and artificial intelligence. It has libraries for tasks involved in these domains.
1919
- You can use Raspberry Pi to create DIYs and other projects like robots, arcade machines, remote-controlled toys, and cameras.
20-
- Python’s readability and ease-of-use make developers more productive.
20+
- Python’s readability and ease of use make developers more productive.
2121

2222
[Top 7 reasons why you must learn python](https://data-flair.training/blogs/why-should-i-learn-python/)
2323

@@ -63,7 +63,7 @@ Want to learn Python and build a career in it? We have laid down steps to help y
6363
### Top Python Books
6464
These are some books you should read to improve your Python skills:
6565

66-
- Learning Python - Mark Lutz
66+
- [Learning Python - Mark Lutz](https://www.oreilly.com/library/view/learning-python-5th/9781449355722/)
6767
- Python Cookbook - David Beazley and Brian K. Jones
6868
- Python for Data Analysis - Wes McKinney
6969
- Python Essential Reference - David Beazley
@@ -129,7 +129,7 @@ Let’s talk about the important concepts you should learn in Python.
129129
- **[Data Structures](https://data-flair.training/blogs/python-data-structures-tutorial/)**
130130
- Lists
131131
- Tuples
132-
- Dictionaries
132+
- [Dictionaries](https://www.youtube.com/watch?v=5XlRrQYwM5Y)
133133
- Sets
134134
- Comprehensions
135135
- [Decision Making](https://data-flair.training/blogs/python-decision-making-expressions/)
@@ -206,7 +206,7 @@ Python files may have one of the following extensions:
206206

207207
## 7. Python Syntax
208208

209-
To learn about variables, operators, and other topics, refer to the links above. Here, we will talk about the **[syntax of Python code](https://data-flair.training/blogs/python-syntax-semantics/)**.
209+
Refer to the links above to learn about variables, operators, and other topics. Here, we will talk about the **[syntax of Python code](https://data-flair.training/blogs/python-syntax-semantics/)**.
210210

211211
- Line Structure - Python Programs consist of logical lines. Each line has a NEWLINE token at the end. Blank lines are ignored.
212212
- Multiline statements - There are no semicolons or braces in Python (you can use semicolons if you want, but they are not mandatory)

0 commit comments

Comments
 (0)