Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a web page for "Functions" #63

Open
ravin-d-27 opened this issue Oct 15, 2023 · 5 comments
Open

Create a web page for "Functions" #63

ravin-d-27 opened this issue Oct 15, 2023 · 5 comments

Comments

@ravin-d-27
Copy link
Member

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.

@Umesh9-prog
Copy link
Contributor

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

@ravin-d-27
Copy link
Member Author

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

@ravin-d-27
Copy link
Member Author

Please make a PR within a weak

@Umesh9-prog Umesh9-prog removed their assignment Oct 27, 2023
@dheekshithbg
Copy link
Contributor

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

@ravin-d-27
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants