Python_Hunt icon indicating copy to clipboard operation
Python_Hunt copied to clipboard

Create a web page for "Functions"

Open ravin-d-27 opened this issue 2 years ago • 5 comments

Refer to README.md and start with introduction to Functions.

  1. Defining Functions: Understanding how to create and define functions in Python.

  2. Parameters and Arguments: Learning how to pass data into functions using parameters and arguments.

  3. Return Values: Knowing how to use the return statement to send data back from a function.

  4. Scope: Understanding the concept of local and global scope in Python functions.

  5. Lambda Functions: Creating anonymous functions using the lambda keyword.

  6. Built-in Functions: Familiarizing yourself with common built-in functions like len(), range(), str(), etc.

  7. Higher-order Functions: Working with functions that can take other functions as arguments or return them as values.

  8. Decorators: Using decorators to extend the behavior of functions without modifying their code.

  9. Modules and Packages: Organizing functions into modules and packages for better code management.

  10. Error Handling in Functions: Implementing error handling strategies within functions.

ravin-d-27 avatar Oct 15 '23 10:10 ravin-d-27

Hi @ravin-d-27 I can work on this too!

Umesh9-prog avatar Oct 20 '23 05:10 Umesh9-prog

That's great @Umesh9-prog ! Thank you for your enthusiasm! Assigning this issue to you!

ravin-d-27 avatar Oct 20 '23 06:10 ravin-d-27

Please make a PR within a weak

ravin-d-27 avatar Oct 20 '23 06:10 ravin-d-27

Hey @ravin-d-27, would you mind assigning this issue to me? I'd like to work on it.

dheekshithbg avatar Oct 24 '24 08:10 dheekshithbg

Hi @dheekshithbg , thank you for your interest! I'm assigning this issue to you!

ravin-d-27 avatar Oct 24 '24 08:10 ravin-d-27