Python Programming Bootcamp
Published 3/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 100.49 MB | Duration: 0h 34m
Published 3/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 100.49 MB | Duration: 0h 34m
An In-Depth Guide Into The Essentials Of Python Programming
What you'll learn
1. Chapter 1: Introduction
Chapter 2. Python Basic Syntax Rules, Variables and Values
Chapter 3. Basic Operators in Python
Chapter 4. Python Data Types I: Numbers and Strings
Chapter 5. Python Data Types II: Lists, Tuples, and Dictionary
Chapter 6: Decision Making in Python
Chapter 7: Loops in Python
Chapter 8. Input, Output, Files and Import
Chapter 9. Functions and Arguments
Requirements
No programming experience needed you will learn everything to get started
Description
This course is written for a complete beginner to the world of programming or a seasoned programmer curious to learn a new language. It goes deep to show what makes Python such a dynamic programming language, starting from how to set it up on your computer, what the different data types it uses are, what basic functions you need to know, and what classes and objects are used in the course of creating programs. It also teaches the basics about operators and variables, and how to call functions among others.You have used a computer. You even own one or more, and it helps you accomplish all kinds of interesting and useful things. The many applications that computers run to help you solve daily life problems to make your life easier are designed and written by programmers to accept input and respond to commands in different ways—but you already know this.The underlying operations that make computer applications and computer systems in general useful are determined by the design in which the programs are written. In this eBook, you will learn how to write computer programs so that a user can issue instructions to the computer and make it react a way that solves their problems. This eBook will teach you the basics on how to write computer programs using a programming language called Python.What is Python?Python is one of the numerous computer programming languages that are gaining popularity every day. It is a general high-level language that is easy to learn and even easier to use. Its style and philosophy emphasizes on code readability and simplicity. The syntax makes it easy for programmers to write computer instructions in fewer lines of code compared to the number it would take to write similar instructions in other languages such as Java, C++, or C#.Python’s core philosophy is summarized in the first seven principles that governed the development of the language as written in The Zen of Python: They read:Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than complicated.Flat is better than nested.Sparse is better than dense.Readability counts.At the risk of exposing my biasness towards the language, I will make a bold claim that Python is fast and steadily becoming the most popular programming language amongst beginner programmers. You probably chose to study this language because you were influenced by a programmer already using it, or learning it. You are in luck because you get to study a simple-to-learn yet powerful programming language that is also economical with a high level information structure.Studying Python is possibly the most effective approach you could have chosen to learn object-oriented programming. The code you will learn to create by studying the chapters in this eBook will help you create elegant and dynamic syntax that is already interpreted. Your code will be perfect and ready for scripting, and turning simple lines of text into speedy and useful applications that can run on a variety of platforms – both small and large scale. Whether you are completely new to computer programming or have some experience with another language, you will be pleasantly surprised how easy it is to create powerful programs with Python.
Overview
Section 1: Python Programming_ An In-Depth Guide Into The Essentials Of Python Programming
Lecture 1 1. Chapter 1: Introduction
Lecture 2 Chapter 2. Python Basic Syntax Rules, Variables and Values
Lecture 3 Chapter 3. Basic Operators in Python
Lecture 4 Chapter 4. Python Data Types I: Numbers and Strings
Lecture 5 Chapter 5. Python Data Types II: Lists, Tuples, and Dictionary
Lecture 6 Chapter 6: Decision Making in Python
Lecture 7 Chapter 7: Loops in Python
Lecture 8 Chapter 8. Input, Output, Files and Import
Lecture 9 Chapter 9. Functions and Arguments
Beginner Python Developers