java4python
java4python copied to clipboard
Open Source book for transitioning from Python to Java
This book should help students who have learned basic Python but who have not yet seen classes.
**Is your feature request related to a problem? Please describe.** The Python code block using a match statement that takes a two or three digit integer called _grade_ and uses...
**Is your feature request related to a problem? Please describe.** Constructor's are referred to as initializers in Python. 2.1 only has constructor as a term. **Describe the solution you'd like**...
The first edition discusses the intent to include generic programming. It is clearly important, so shoudl be added.
Indices should: 1. Serve as a reference for all important concepts and code terminology. 2. All code such as `while` should be placed in the index as `while`. Of course,...
writing xml:id tags to only "sort of"mimic the title will make for very difficult referencing and update.
**Is your feature request related to a problem? Please describe.** In section 3.5, the last paragraph refers to code on "line 8". The code it is referring to appears to...
**Is your feature request related to a problem? Please describe.** In section 3.4, in the third paragraph after the Java code block, tthere is what looks like a misalignment of...
**Is your feature request related to a problem? Please describe.** In the first paragraph of chapter 3, the book states that all basic data types in Python are objects, and...