Python Basics - Beginning Python.! Programming World


Beginning Python

Python Basics - Beginning Python.


Section 1: Python Basics


1.1 The Course Overview and Installing Python
·         Install Python 3.4.
·         Go to the Python.org website
·         Download Python
·         Install Python



Click Here to Download



1.2          Setting Up a Programming Environment
Set up a programming environment for the user.
·         Review the difference between an IDE and text editor
·         Show the user different IDEs and text editors that they can choose from
·         Learn how to use a text editor in action



Click Here to Download



1.3          Variables
Introduce the user to Python variables.
·         Create basic variables, such as integers and strings
·         Explain naming conventions
·         Explain some of the shortcuts to create variables



Click Here to Download



1.4          Introduction to Types
Introduce the user to various Python data types, such as strings, integers, and floats.
·         Introduce standard types and terminology
·         Give examples of strings, ints, longs, and floats



Click Here to Download



1.5          Basic Operators
Explain what the basic Python operators are.
·         Introduce examples with the +, -, /, and * operators
·         Do more examples with advanced operators, such as **, //, and %
·         Mention that operators of different types have different effects



Click Here to Download





Python String Manipulation
Click Here for Section 2

Post a Comment

0 Comments