Skip to content

LXLM-Basic_Maths 6.5

Choose a tag to compare

@LinuxUsersLinuxMint LinuxUsersLinuxMint released this 15 Aug 23:17
· 6 commits to main since this release
c9a79d5

Bilgi: LXLM-Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.5/basic_maths.html

Yenilikler:

  • Basic_Maths kütüphanesinin ismi LXLM-Basic_Maths olarak değiştirilmiştir ancak kütüphaneyi python projenizde içeriye aktarırken Basic_Maths adını kullanmaya devam edebilirsiniz.
#!/usr/bin/python3

from Basic_Maths import *
  • pyappdevkit kütüphanesi artık pip install komutu ile indirebildiği için artık PyAppDevKit klasörü silinmiştir.
pip install pyappdevkit
  • LXLM-Basic_Maths kütüphanesi artık pip install komutu kullanılarak indirilebilir.
pip install lxlm-basic_maths

Information: For detailed information about the LXLM-Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.5/basic_maths.html

Innovations:

  • The name of the Basic_Maths library has been changed to LXLM-Basic_Maths, but you can continue to use the name Basic_Maths when importing the library into your Python project.
#!/usr/bin/python3

from Basic_Maths import *
  • Since the pyappdevkit library can now be downloaded using the pip install command, the PyAppDevKit folder has been removed.
pip install pyappdevkit
  • The LXLM-Basic_Maths library can now be downloaded using the pip install command.
pip install lxlm-basic_maths