Tuesday, 31 October 2023
Wednesday, 4 October 2023
Python Code Challenges #1
Questions
1. Write python code to print Let's learn Python
a) Print ('Let's learn Python')
b) print ("Let's learn Python")
c) print('Let\'s learn Python')
d) print ('Let"s learn Python')
2. Write python code to calculate gravitional_force F = G * M * m / r * r for the given constant G = 6.67 x (10**-11) ,Msun = 2.0 x (10**30), mEarth = 6.0 x (10 ** 24) and r = 1.5 x (10 ** 11)
a) gravitional_force = (G * M * m) / (r ** 2)
b) print ((G * M * m) / (r ** 2))
c) print(gravitional_force)
d) print ((G * M * m) / (r * r))
3. For the given price = 350, what will be the output for the given code:
a) 245
b) 245.0
c) 300
d) 300.0
4. What will be the input when the out put is 7777777722222, if the function code is as given below
a) '7','2'
b) 7,2
c) 72
d) 77777722222
5. Write comprehensive python function code for printing fibonocci numbers foth given number n = 10:
a)
b)
c)
d)
Answers
Answers
1. b
2. b, d
3. b
4. b
5. d
If you are very keen to test in python, try these
Python Quizzes
Python Quiz #1[Basics] [25]
https://forms.gle/CHZHzT9ZE2D824aA7
Python Quiz #2 [Arrays, Data Types][25]
https://forms.gle/9SjooxdDCV5Xokwk6
Python Quiz #3 [List, Tuple, Set][25]
https://forms.gle/kE8Qrs2woRrpdAXe7
Python Quiz #4 [Dictionary][25]
https://forms.gle/QSRjKTUn7uijQ37EA
Python Quiz #5 [Operators, Loops, Functions][25]
https://forms.gle/G45BzqhcVnuH7BL37
Python Quiz #6 [Classes and Objects][40]
https://forms.gle/T2RX4ZGG1R3RfU4cA
Python Quiz #7 [NumPy][35]
https://forms.gle/4qfTemp5mDU69CNc7
Python Quiz #8 [Pandas][25]
https://forms.gle/V1N4QGM9BvHLVSpk6
Python Quiz #9 [Matplotlib][25]
https://forms.gle/cuT32YCvmj1i14Pz9
Python Quiz #10 [scikit-learn][25]
https://forms.gle/DtYgrAYPWrNz82gt5
HTML Quiz
HTML Quiz #01 [Basics][60]
https://forms.gle/Nut78ZFwEsJw8YhB6
EXCEL Basics #1 [60]
EXCEL Pivot MCQ #2[25]
https://forms.gle/kJSgTqBZG1Ey99YW8
EXCEL Formatting MCQ #3[25]
https://forms.gle/By2SPEMg8mh9UGiS7
EXCEL Lookup+ MCQ #4
https://forms.gle/pFyNdrSPDzMVhEj38
Other Third Party Quiz Web Sites:
Other Third Party Quiz Web sites
https://realpython.com/quizzes/
https://pynative.com/python/quizzes/
https://www.geeksforgeeks.org/python-quizzes/
https://pythongeeks.org/python-quiz-test/
https://www.w3schools.com/python/python_quiz.asp
Monday, 2 October 2023
Most Useful Research Tools for Ph.D. Students
#1 connectedpapers.com
1. https://ametodl.blogspot.com/2023/10/easy-research-literature-tool-1.html
#2 paper-digest.com
2. https://ametodl.blogspot.com/2023/10/most-useful-easy-research-literature_2.html
# 3 scholarcy
3. https://ametodl.blogspot.com/2023/10/most-useful-easy-research-literature_96.html
#4 writefull
4. https://ametodl.blogspot.com/2023/10/most-useful-easy-research-literature.html
Most Useful Easy Research Literature Tool #2 paper-digest.com
Go to web site
https://www.paper-digest.com/ to Get the idea in 3 minutes, Understand academic articles briefly. Learn more in less time (summarize quickly).
Most Useful Easy Research Literature Tool #3 scholarcy
Go to web site
You have to sign up to use this tool.
Best assistive technologies for college students
5 Steps to Faster Learning
Easy Research Literature Tool #1 connectedpapers.com
Go to web site connectedpapers.com
type RM. chandrasekaran in text box and click build graph button
see the four icons(links) red circled connected papers, semantic scholar, doi publisher page, google scholar
Making Prompts for Profile Web Site
Prompt: Can you create prompt to craft better draft in a given topic. Response: Sure! Could you please specify the topic for which you...
-
Good Afternoon!!! Let us Begin!!!☝ AI tools for Research Methodolgy Agenda Research: Systematic investigation into and study of materials an...
-
22CEBS401 Web Links for Assignment Answers. Go through it and verify answers. Assignment II Question II Part A: https://ametodl.blogsp...
-
Solving Numerical Problems with Elaborate Explanations 1. Correlation and Regression Analysis: a) Pearson Correlation Coefficient: We'...