ch
Feedback
Epython Lab

Epython Lab

前往频道在 Telegram

Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems. Buy ads: https://telega.io/c/epythonlab

显示更多
6 325
订阅者
+524 小时
+17
-2730
帖子存档
To change the value of global variable in the function body we have to use global keyword.
Anonymous voting

We use global keyword to define global variable in the main program.
Anonymous voting

Local variables can be accessible inside inner function if it is declared inside outer function.
Anonymous voting

The value of default argument can be changed in the function body.
Anonymous voting

Default arguments are evaluated during function call.
Anonymous voting

Parameters are values while arguments are vatiables
Anonymous voting

Python Feature Engineering Cookbook @epythonlab #pythonbooks

Artificial Intelligence, IOT and machine Learning : AI programs using Python A Beginners book @epythonlab #AIbooks

Function Parameters Vs Arguments in Python https://youtu.be/WiJMTC7n6XE

Share and invite your friends to the channel @epythonlab

Upcoming videos... 1. Scrapping others Telegram groups members 2. Adding scraped members into your own group I wanna know your reaction?

I found a github repo it might be helped you https://github.com/epythonlab/

AI for Data Science #AIbooks @epythonlab

How to run Jupyter Notebook on Visual studio code https://youtu.be/-uJRlXDhrZI4

LEARN PYTHON FROM SCRATCH #Subscribe and #Share https://youtu.be/1VT9VaQn-q4

What is the output of the following code x = 2 def square(): global x x= 4 res = (x**2) * x return res print(square())
Anonymous voting

My plan is to prepare data science notes and workshops via YouTube and Zoom.