Sale!

Python List and Tuples

Original price was: $9.50.Current price is: $6.00.

Always wanted to have a go at programming? No more excuses, Python is the ideal way to get started!

Python is an excellent programming language for both novices and experts. It is designed with code readability in mind, making it an excellent choice for beginners learning various programming concepts.

The language is widely used and has many libraries, allowing programmers to accomplish a lot with little code.

Category:

Description


Always wanted to have a go at programming? No more excuses, Python is the ideal way to get started!

Python is an excellent programming language for both novices and experts. It is designed with code readability in mind, making it an excellent choice for beginners learning various programming concepts.

The language is widely used and has many libraries, allowing programmers to accomplish a lot with little code.

I hope you enjoyed my previous three modules, Python Fundamentals, Python Decision Making and Controls & Python Numbers and Strings. If not, please proceed on rush for
a quick revision. Here is the fourth module and the most important topics I will cover here i.e. Python Lists and Tuples.

List is an ordered collection of elements. By ordered we mean that the elements are stored one after the other. Lists are mutable this means that the content of the list can be modified by adding, removing or changing objects during the execution of the program.

Just like list tuple is also an ordered collection of elements. However, unlike lists tuples are immutable. Which means that once a tuple is created, we cannot add, delete, modify the elements of the tuple.

This book is written to help you to learn Python programming quickly and effectively.
Buy Python List and Tuples Ebook at $6

Reviews

There are no reviews yet.

Be the first to review “Python List and Tuples”

Your email address will not be published. Required fields are marked *