IPython Notebook version 1.1.0 should be used (which supports user input)
+
IPython Notebook version 1.1.0 or higher should be used (which supports user input)
Each chapter should be an individual IPython Notebook
Do not copy problem statement from the Textbook in the code (write it in your own words)
Round-off the final answers according to the textbook
@@ -10,4 +10,5 @@
All the plots must be named and have appropriate labels on its axes
The symbols used in the code should be same as those being used in the textbook
Check for using correct formulae while using in-built functions. (For example, the angles must be converted to degree (or radians) before calculating the sine or cosine etc.)
+
Material of any kind (pdf of book or image of a certain page) will not be provided to the participant. It is the participant's responsibility to arrange for the same.
Contributor selects 3 textbooks and sends proposal through mail to textbook[at]fossee[dot]in in the preferred order.
-
-
Contributor is requested to visit the following mentioned links and ensure that the
- books proposed have not been completed or undertaken by some other contributor.
- This is to avoid multiple contributors working on the same books.
- Links:
- Completed books,
- Books under progress
-
-
Please make sure that the book proposed has at least 60 examples.
-
The Edition and the ISBN number of all the textbooks should also be mentioned.
-
-
This mail should carry information about the Contributor. Details should be mentioned as under:
-
-
For Students
-
-
Full name of the student
-
Course name
-
-
For Others
-
-
Full name of the Individual
-
Designation
-
Organization name
-
-
-
Reviewer will have a look at the proposed books, select an appropriate book and allot to the contributor. At this stage, the contributor will be asked to send sample examples (through mail) i.e. solved examples from any one chapter as an IPython Notebook.
-Kindly refer to the Sample IPython Notebook
-
Reviewer reviews the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again.
-
Once the reviewer is satisfied with the sample notebook, he/she will give a consent to the contributor to complete the book in 2 months.
-
The contributor has to submit the codes on the interface through Submit Book link when he/she finishes coding the book.
-
The entire submission will then be reviewed and the contributor will be notified about corrections, if required. The review of the book will typically take approximately 25 working days to finish. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the Internship Forms
-
+{% load static %}
+
+
+
Contributor selects 3 textbooks and sends proposal through mail to textbook[at]fossee[dot]in in the preferred order.
+
+
Contributor is requested to visit the website and ensure that the books proposed have not been completed or undertaken by some other contributor. This is to avoid multiple contributors working on the same books.
+
Please make sure that the book proposed has at least 60 examples.
+
The Edition and the ISBN number of all the textbooks should also be mentioned.
+
Please note that no mentors are allowed under this internship.
+
+
This mail should carry information about the Contributor. Details should be mentioned as under:
+
+
For Students
+
+
Full name of the student
+
Course name
+
College/Institute/University name
+
+
For Others
+
+
Full name of the Individual
+
Designation
+
Organization name
+
+
+
Reviewer will have a look at the proposed books, select an appropriate book and allot to the contributor. At this stage, the contributor will be asked to send sample examples (through mail) i.e. solved examples from any one chapter as an IPython Notebook.Kindly
+ refer to the Sample IPython Notebook
+
Reviewer reviews the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again.
+
Once the reviewer is satisfied with the sample notebook, he/she will give a consent to the contributor to complete the book in 2 months.
+
The contributor has to submit the codes on the interface when intimated by the reviewer.
+
The entire submission will then be reviewed and the contributor will be notified about corrections, if required. The review of the book will typically take approximately 25 working days to finish. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the Internship Forms
The Textbook Companion activity aims to create a repository of reference material for Python by coding solved examples of standard engineering textbooks using Python. This activity intends to,
+
+
Make individuals learn Python through a practical approach
+
Provide a huge database of Companions as a learning resource
+
To make it easy for users of such textbooks to start using Python.
+
To improve the documentation available for Python
-
-
Python Textbook Companion Activity
-
- The Textbook Companion activity aims to create a repository of reference material for Python by coding solved examples of standard engineering textbooks using Python.
- This activity intends to -
-
-
Make individuals learn Python through a practical approach
-
Provide a huge database of Companions as a learning resource