You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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_)
3
3
4
4
## 1. What is Python?
5
5
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
12
12
**There is more than one reason why you should learn this language:**
13
13
14
14
- 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.
16
16
- It has great career opportunities. Python jobs pay well and provide stability.
17
17
- 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.
18
18
- It is also great for machine learning, data science, and artificial intelligence. It has libraries for tasks involved in these domains.
19
19
- 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.
21
21
22
22
[Top 7 reasons why you must learn python](https://data-flair.training/blogs/why-should-i-learn-python/)
23
23
@@ -63,7 +63,7 @@ Want to learn Python and build a career in it? We have laid down steps to help y
63
63
### Top Python Books
64
64
These are some books you should read to improve your Python skills:
65
65
66
-
- Learning Python - Mark Lutz
66
+
-[Learning Python - Mark Lutz](https://www.oreilly.com/library/view/learning-python-5th/9781449355722/)
67
67
- Python Cookbook - David Beazley and Brian K. Jones
68
68
- Python for Data Analysis - Wes McKinney
69
69
- Python Essential Reference - David Beazley
@@ -129,7 +129,7 @@ Let’s talk about the important concepts you should learn in Python.
@@ -206,7 +206,7 @@ Python files may have one of the following extensions:
206
206
207
207
## 7. Python Syntax
208
208
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/)**.
210
210
211
211
- Line Structure - Python Programs consist of logical lines. Each line has a NEWLINE token at the end. Blank lines are ignored.
212
212
- 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