Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit65a7a25

Browse files
authored
Update README.md
1 parent27e9506 commit65a7a25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md

Lines changed: 6 additions & 6 deletions
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 learnpython from scratch. Go from zero to hero with thispython tutorial
2+
This Python tutorial for beginners providesacomplete overview of Python. Explorer Python features, Python syntax, python applications, python projects. You will also get 270+ free python tutorials to learnPython 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-usedlanguages 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-usedlanguage 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 ofuse 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-
Tolearn 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 tolearn 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)

[8]ページ先頭

©2009-2025 Movatter.jp