Зарегистрироваться
Восстановить пароль
FAQ по входу

Khaleel Ahmed H.M. Taming Python: All You need to know to be comfortable writing Python Scripts

  • Файл формата zip
  • размером 43,64 МБ
  • содержит документ формата azw
  • Добавлен пользователем
  • Описание отредактировано
Khaleel Ahmed H.M. Taming Python: All You need to know to be comfortable writing Python Scripts
Independently published, 2021. — 260 p. — ISBN B08T6PQG7M.
First of all, this book focusses on breaking the mental blocks to make sure the learner, with an open mind, is able to understand all the concepts. The book focuses on making sure the absolute fundamentals of Python which every Python developer needs, are introduced in a semitechnical language to make sure the learner not only finds Python easy but also finds programming as a whole very easy.
The code examples in the book are kept small & simple encouraging the learner to try out the code examples.
This book is written by Dr. (h.c.) Khaleel Ahmed H. M. who has been in the IT industry since early 1990s. Based out of Bangalore, the Silicon Valley of India, Dr. Khaleel has conducted training programs on a variety of technologies from operating systems inclusive of Unix, Linux, Windows, OS2 to name a few. He has conducted training programs on programming languages inclusive of C, C++, Perl, Python, Tcl/Tk apart from others. He has conducted training programs on databases inclusive of Oracle, Sybase, DB2, MySQL, MS SQL Server apart from others. He was the only trainer outside America to conduct the Cisco IOS Bootcamp between 2011 & 2017. Some of the Fortune 500 companies where he has conducted Python training programs include IBM, Cisco, Huawei, Intel, Deloitte, Siemens, Nomura, Ericsson Global, ANZ, HCL, Wall Mart Labs, Sasken Technologies, Fidelity, Wells Fargo, Philips Innovation, Fujitsu & Carl Zeiss.
Chapters
Recommendations on Linkedin
ICE Breaking, finding friends in the new land of Python programming

Do you find Programming difficult?
Why is programming difficult for me?
What is experience?
4 stages of application development
4 Generations of Programming Languages
Cross platform application development
Associating an extension with an application… the windows way
Executing a program on the Unix/Linux box
Features of Python
Interpreted language
Free & Open source
Extensible
Purely object oriented
No limits programming language
GUI support
Friends in the new land (Getting Help)
dir()
dir(__builtins__)
dir(obj)
help(object)
type(object)
help(class)
help()
Statements, operators & control flow statements
Running Python Statements
Writing Python Scripts
Executing Python Scripts on the Windows OS
Built-in functions
Introduction to a few basic built-in functions
Operators
Arithmetic Operators
Comparison Operators
Logical Operators
Assignment operators
The False & True conditions
Control Flow Statements
General Syntax – Indentation
Conditionals
Loops
Loop Control Statements
Data Structures in Python
Data Structures
Quick introduction to Classes and Objects
Lists
What is happening in the memory?
Tuple
Strings
Dictionary
Sets
List Comprehension
Working with Files
Using Files
Brief introduction
Opening the file
Closing the file
Reading from the file
Writing to the file
Querying the current file pointer position
Repositioning the file pointer
Modularity with functions
Writing Functions
Defining Function
Documentation: The DocString
Returning from a function
Processing parameters
Keyword Arguments
Default arguments
Processing any number of parameters
Processing any number of keyword arguments:
Nested functions and scope of symbols
The global keyword
Uses of the global statement
Recursive functions
Querying & changing the recursion depth
Call by value
Call by reference
Lambda
Modules
Using Modules
Developing Modules
Developing Packages
Creating sub-packages
Object Oriented Programming
Object-Oriented Programming
Object Oriented Concepts
Classes
Objects
Creating & using methods in the class
Initialization & cleanup
Inheritance
Single Inheritance
Access Specifiers
Polymorphism
Making the object printable
Errors and Exceptions
Exception Handling
Errors
try... except: Handling Exceptions
Raising Exceptions
try … else
try … finally
Using finally
User Defined Exceptions
Debugging using PDB
Debugging
Two ways of using a module
Loading a script with the PDB module
Getting help
Printing values of variables
Listing the code
Setting break points using line number
Setting break point using function name & FileName:LineNumber
Listing break points
Long List the source code
Stepping into the function
Stepping over a function
Continue till the next break point
Temporary break point
Deleting break points
Back Trace (bt)
Moving between frames
Associating conditions to the break point
Associating commands to the break point
Enable / disable break points
  • Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
  • Регистрация