Python Interpreter Modules (Math and Sys Modules)

Veröffentlicht am: 23 November 2022
auf dem Kanal: MyWebUniversity
86
2

Linux tutorials, Ubuntu tutorials, Shell scripting guide, Bash commands, Linux tips and tricks, Learn Linux fast, Command-line tools, MyWebUniversity training, Web server setup, Apache MySQL PHP, Ubuntu installation, Linux educational content, System administration guide, DevOps basics, How to use Ubuntu, Terminal skills for beginners, Linux learning platform, Open-source education, Fast Linux tips, YouTube tech education Python Interpreter Modules (Math and Sys Modules)
Discussed most of the Math modules, methods, and constants
Discussed the sys.executable, sys.version, and sys.version_info
Discussed the interface for Google NoteBook using the Google CoLab Secure Page
https://colab.research.google.com
Please watch our videos on Computer Science Related topics and discussion on the FIFA World Cup Qatar 2022 and make your comments as you like with your favorite teams, players and who is going to win the remaining games they play. At this time, I think both Spain and Brazil might have a better chance to play in the final, but we have to see the rest of the games to know more.
Ronaldo is going to shine tomorrow and I think they will win against Ghana.

Some Notes and what was discussed:
print("https://colab.research.google.com")

import math
print(type(math))
print(help(math.log2))
print(help(bin))
print(bin(32))
print(pow(2,5))
print(math.log2(32))
print(pow(2,math.log2(32)))

print(math.cos(math.radians(0)))
n=0
import math
for item in dir(math):
print(item, '\t', end='')
n+=1
if n % 5 == 0:
print('\n')
print(dir(m))
for i in dir(m):
if 'cos' in i or 'sin' in i:
print((i), end=' ')
#print(dir(m))
print('Five Columns wise Format\n')
n=0
for i in dir(m):
print((i), end=' ')
n+=1
if n % 5 == 0:
print('\n') Visit our website at https://www.MyWebUniversity.com for all free resources. Find our English channel content here    / @mywebuniversity  
Find our Farsi channel here at    / @mywebuniversity-dari  

Your support is vital! Please Subscribe, consider Joining for special community perks, and help us empower the next generation of learners by Watching and Sharing our free educational content.
Happy Learning!


Auf dieser Seite können Sie das Online-Video Python Interpreter Modules (Math and Sys Modules) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer MyWebUniversity 23 November 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 86 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!