Main - Python Java C Cheat Sheet
Main - Python Java C Cheat Sheet
29/09/2016
This simple and stupid cheat sheet aims to compare basics of C, Java, and Python languages. It is far from to be exhaustive and readers should only consider this cheat sheet as
the first step before looking for more complete documentation (Internet is your friend). It can be read as following:
⇒ For example, the rule "type variableName =value ;" is a general rule that can describe snippets of code such as int foo = 42;, where type is instanciated by int, variableName
by foo and value by 42. Much more complete documentation can be found here:
• Python : https://docs.python.org/3.4/
• Java : references, doc and tutorials (https://docs.oracle.com/javase/8/) and API (http://docs.oracle.com/javase/8/docs/api/)
• C : http://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html