财务计算员

fin4p的Python项目详细描述


欢迎使用python进行融资!

我的第一个python金融软件包。我希望这能帮助很多人,如果有人想contributor贡献contributor那么他/她将是这个项目最受欢迎的人。 非常感谢!

这是一个基本的财务计算器!


本单元将帮助学生谁是财务背景,也为专业用途。这将升级。您可以通过python使用它。在终端python3-m pip install fin4py中键入命令

Note

  • First go to python shell and type >>>from fin4py import finance as f
  • The following functions are given..
  • You can calculate future value with simple interest with the function futureValue_simple.
  • >>> f.futureValue_simple()
  • This will ask you some variables
  • You can calculate future value with with compound interest with the function futureValue_compound.
  • >>> f.futureValue_compuond()
  • This will ask you some variables
  • Newly added how to find the effective interest rate of a certain rate.
  • >>> f.effecticeInterestRate()
  • As usual it will take some rates from you and calculate for you.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java无法启动应用程序:JNLP错误   java根据用户输入在PreparedStatement中使用setTime()或setNull()   java EJB与同步   java以object为键通过hashmap进行搜索   java中的模10^9+7   针对包含其他对象的对象的java OOP最佳实践   如何将字符串作为HTML代码从Java文件读取到JSP页面?   java我的POM怎么了?“解析表达式..检测到递归表达式循环”   用于Hbase的Mapreduce的java NoSuchMethodError   JAVAlang.SecurityException:权限拒绝:启动意图{act=安卓.Intent.action.MAIN cat=[安卓.Intent.category.LAUNCHER]   数组初始化谜语Java   通过arraylist搜索时的java句柄关联