Skip to content

priitlatt/math-dict-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project layout:
	/scripts - for command-line interface (or likes) stuff
	/tests - for (unit) tests
	/lib - for (C) libraries
	/doc - for documentation (if such exists)

Code layout:
	Complete guidelines can be found from:
		http://www.python.org/dev/peps/pep-0008/
	
	Long variable names are written as:
		long_variable_name
	Long function names are written as:
		def long_function_name(var_one, var_two)
	Class names are written as:
		class MyClass
	Imports are done in separate lines
	No whitespaces are alloewd before comma, semicolon or colon
	Constants are written as CONSTANT or LONG_CONSTANT

Running the build script:
	One must run the build script 'setup.py' in the /scripts folder
	to make a windows executable out of the source code.
	To run the build script execute 'python setup.py build'
	in desired console editor.

Sample project can be found at:
	https://github.com/kennethreitz/samplemod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages