Book Image

Programming Concepts in Python [Video]

By : Daniel Arbuckle
Book Image

Programming Concepts in Python [Video]

By: Daniel Arbuckle

Overview of this book

Whether if you're new to programming or an experienced developer, it's simple and easy to learn and use Python. Programming Concepts in Python opens the door to a career in programming, becoming a commercial application developer, or to using programming to support your existing career. This course teaches the viewer Python in an engaging, friendly, example-driven way. In this course, we cover computer programming using Python. We start by running a "Hello World" program, followed by the discussion of fundamentals, such as common data structures, working with strings, and program flow controls. Later, we focus on writing modular and reusable code, using functions. After getting familiar with the basic concepts, we delve further by covering Object Oriented Programming, errors and exception handling, and working with files. We also discuss Python standard libraries and external libraries. Finally, we provide future directions and next steps for avid learners keen to take their skills to the next level. By the end of this course the audience will be able to write Python programs and scripts that perform most of their daily tasks—including reading a list of strings, separating values by a specific delimiter, removing duplicates, and more. By the end of the course, the viewer should be able to do everything expected of a novice Python programmer.
Table of Contents (4 chapters)
Chapter 1
Introduction to Python
Content Locked
Section 2
Basics of Python
This video will walk you an overview about the Python. - Go to the Python.org website - Download Python - Install Python