Feedback ? Send it to admin@fullchipdesign.com or join me at fullchip@gmail.com

Suggested approach is to learn examples in the given sequence. Also discussed are few fundamentals. Click here to go to examples
Few fundamentals to know before we code in Python:
1:-
2:-
3:-
4:-
5:-
Open and read file from within the python program as a single string.
Command line arguments lists as string with ‘sys.argv’.
Use of glob module in Python code
Read file using classes, global variables and
functions. Program to open and write file.
Specify files to be written from the command
line. File writes using classes and global variables
Steps for conditional statements, converting
string to hexadecimal value, strip of white space
at end ,converting 12 bit hexadecimal values to
Advanced program to read file, filter text, conversion to HEX, conversion from Hexadecimal to Signed Magnitude
Advanced python code to cover UNIX shell commands, read lines from a text file, ‘sysargv’ command line operations, use of class and multiple functions.
Write a program to generate diamond pattern.
Python error’s with complete code examples:-
TypeError: __init__() takes exactly 2 arguments (1 given),
TypeError: 'str' object is not callable,
TypeError: not all arguments converted during string formatting,
AttributeError: ** instance has no attribute **