Book Image

Python for Beginners with Examples [Video]

By : Ardit Sulce
Book Image

Python for Beginners with Examples [Video]

By: Ardit Sulce

Overview of this book

<p>Complete with video tutorials, exercises, and examples, this course will get you up and running with Python in no time and save you time spent on referring to multiple learning resources. If you have no programming experience, this course is ideal for you. However, this course is also useful for you if you are an experienced programmer who wants to learn Python - as long as you don't mind the detailed explanations of programming concepts. </p><p>Starting with the fundamentals of Python, you’ll gradually progress to advanced Python third-party libraries, and by the end of the course, you’ll be able to write Python programs confidently. You’ll build a real Python program that has a graphical user interface (GUI) built with Python. In addition to this, you’ll also learn how to convert your program into an executable that runs both on Windows and Mac as a standalone program, so you can easily share it with anyone. The course also equips you to use Python third-party libraries for building advanced programs in a wide range of application areas. This isn’t just a tutorial, it’s a complete package comprised of a mix of video lectures, quizzes, exercises, and discussions with your instructor and fellow students, helping you become a professional Python programmer. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Python-for-Beginners-with-Examples</p>
Table of Contents (8 chapters)
Chapter 4
Sequences, collections and iterations
Content Locked
Section 3
Working with sequences and strings
You will be able to perform various operations with lists, tuples and strings. You will learn how to use indexing, access list, tuple, and string elements and perform slicing operations.