Some books Ideas: Book No;1 Python Easiest Step by Steps Quick start Shortcut to Practical Learning approach For Kids and non programmer.
PROBLEM STATEMENT OF WRITING BOOKS.
Usually books are written by Highly professionals , Highly experienced their full focus is on technical aspects of the subject. Many times it became very hard for the newer and novice users/students to understand the book thourly. So I tried to solve this problem by writing easiest books to understand. Keeping in view their mind set is of my level only.
===============================================
Before writing Goods books, First to write some chootia giri books VERY FAST and VERY BRIEF of 5 to 20 pages only on Kindle and see the results, 1. What is response.
---------------------------------------------------------------
On Python small projects for kids. class 3 Students, For class 4 students, For class 5 ...
class 9. Class 10 , for 11, Full programming all concepts for Class 12 Full featured.
For Univeristy 1st year 1 semester (Review of class 11 and 12), 2nd semester Final
1 Make a calculator to Add two values
2. add many values
3. To subract two values
4. Multiply 5. To divide .
6. value 1 ? , value 2 ? oprand/sign/what to do +,-,/,*
----------------------------------------------------------------------
Some Islamic Books Ideas:
1. The existance of Allah,
There are countless sensable proof of Allah. 1 is creation of good and bad
2. True Prophet of Allah & True speech of Allah
The life of Muhammad (SAAWS) is the proof that He is true prophet.
3. True Stores of 3 True Prophets of Allah
Hazrat Musa(Alaih Salam), Hazrat Essa (Alaih Salam), Hazrat Muhammad (Sali Allah.)
------------------------------------------------------------------------
My approach must be to write easiet books for kids and for those who has very little sense and no knowledge of any programming language.
who are not intellegent people.
For examply Python for Class 3 students
BOOK NO 3: GIT AND GITHUB step by step practical approach
This is for some practical experienced computer user. but not necessary
My goal and target is to write easiest book in the universe.
No one can write more easier than me.This is my approach. I may or may not be successful.
First to start easiet commands of Git and GitHub.com
Like create a branch, $ git branch newbranch
List the branch
$ git branch
then delete branch.
$ git branch -d
difference b/w main branch and newly created branch
How files committed under newly created branch will not available in main branch.
Why main branchs all files are seen in newly created branch
Book No 2: Book on Python functions and more useful function
OR
Python functions and some thing Beyond
Prequisite: 1. very litte or NO knowlege of any computer programming
2. A little common sense / no need of big sense
Write use of functions about functions then about espcial functions
mv = specialfunction()
if I say mv as an object. (any thing)
Either write:
if your mind accept it as an object (any thing)
OR write:
you will have no objection. If you haven't any objection on this then
Congratulation:
you had learnt about object
you had learn about object programming.
because you yourself made an object through programming.
you create an object by doing programming.
This is nothing but, nothing but object oriented programming.
How much is it easy.
Simple is that.
Now you can say to any one that you know the object oriented programming
Now through a one class you may make as many objects as you can.
firstObject = myClass()
IIndObject = myClass()
IIIrdObject = mClass() as so on....
try not to confused the readers about the terminology of OO like class, method , instances , objects, constructors, inheretances and polymorphism (I do not know what is this last)
You must start OO like there is another type of OR another kind of more useful and more handy function type which start from class instead of def is also a very simple type function but it is very useful and handy. it is same as like simple function which start with DEF where this handy function start with keyword class , as it starts with class so it is called class if you have no any objection of confusion.
class function: see e.g. idea taken from w3school.com
Book No 1: Python Easiest Step by Steps Quick start Shortcut to Practical Learning approach For Kids and non programmer.
Objective: To encrouge the human to learn Python.
A new way A new style A new startegy First practical example then boring theory.
Please don't affraid of computer Python. In real world it is not a real live Python of African/Indian Jungle
It is the easiest modern all purposes programming. Its very handy and valuable.
Idea No 1;
Reference from basic and short videos topics Like
Learn Python in 8....60 Minutes.
Download Python From www.python.org its 100% Free.
Install Python from your download.
like start writting.
1
2
2+5
10/2
2*5
5-5
5**2 output will 25 this 5 raised to 2
2**3 output 8
Modulus mean remainder of division
3%2 out put will be 1
5%3 output will be 2
'Computer Python is harmless pet'
'Python is the easiest to trap it'
' This is string with single quotes'
"This string is with double quotes"
print('Print with single quote')
write print in lower case mean lower alphabets
print is not is equal to Print note small p and capital P
Python is casesensitive.
print('I love to digest whole Python alone')
This my first approach to write a very easy book on Python for novice kids and non programmers
ReplyDelete