Skip to content

Commit 3ea16bb

Browse files
committed
updated README to make it more accurate.
1 parent c83d39d commit 3ea16bb

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.rst

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
Python Tips
2-
===========
1+
Intermediate Python
2+
===================
33

4-
Python is an amazing language with a strong and friendly community of
5-
programmers. However, not all of them are familiar with the tips and
6-
patterns of this language. It is easy for the beginners to overlook them
7-
and most books do not mention these tips and patterns. In this book I
8-
aim to compile most of these tips, tricks and patterns. This way every
9-
Python programmer will have easy access to them.
4+
Python is an amazing language with a strong and friendly community of programmers. However, there is a lack of documentation on what to learn after getting the basics of Python down your throat. Through this book I aim to solve this problem. I would give you bits of information about some interesting topics which you can further explore.
105

11-
These tricks not only make your code more Pythonic but also reduce the
12-
amount of effort required to maintain it. This book is an outcome of my
13-
desire to have something like it when I was beginning to learn Python.
6+
The topics which are discussed in this book open up your mind towards some nice corners of Python language. This book is an outcome of my desire to have something like it when I was beginning to learn Python.
147

15-
If you are a beginner, intermediate or even an advanced programmer there
16-
is something for you in this book.
8+
If you are a beginner, intermediate or even an advanced programmer there is something for you in this book.
179

18-
Please note that this book is not a tutorial and does not teach you
19-
Python. Instead it teaches you how to write beautiful Python. I am sure
20-
you are as excited as I am so let's start!
10+
Please note that this book is not a tutorial and does not teach you Python. The topics are not explained in depth, instead only the minimum required information is given.
11+
12+
I am sure you are as excited as I am so let’s start!
13+
14+
Note: This book is a work in progress. If you find anything which you can further improve (I know you will find a lot of stuff) then kindly submit a pull request. :)
15+
16+
Moreover, if you want to add more content to this book then kindly submit a pull request and I would be more than happy to merge it. :+1:

0 commit comments

Comments
 (0)