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

Project Tutorial Proposal - Soumik Seal #15

Open
Soumik8114 opened this issue Oct 22, 2022 · 6 comments
Open

Project Tutorial Proposal - Soumik Seal #15

Soumik8114 opened this issue Oct 22, 2022 · 6 comments

Comments

@Soumik8114
Copy link

  1. Plotting a covid graph using python - Intermediate
  2. Creating a telegram bot using python - Intermediate
  3. Sudoku Solver using python - Intermediate
@sonnynomnom
Copy link
Member

Just chatted with the team: Let's do the Solve Sudoku with Python!!! 🙌

Can you write the final solution code first before writing the tutorial? cc @Bobliuuu @asiqurrahman

Also, how did you find us?

@Soumik8114
Copy link
Author

Yes, I can provide you with the final solution code. I found this repository in https://hacktoberfest-swag.com/ website 😅

@Soumik8114
Copy link
Author

Soumik8114 commented Oct 28, 2022

Here is the code of sudoku solver using python https://github.com/Soumik8114/Python-Projects/blob/main/sudoku-solver.py

@Bobliuuu
Copy link
Contributor

Bobliuuu commented Oct 28, 2022

Hey @Soumik8114, great work! Love the comments 🎉

Just some small changes:

  • Please follow the formatting guidelines.
  • Make sure strings are single quotes
  • Python indentation is two spaces
  • Some of your comments don't have to span multiple lines, and you're code can be shortened a bit in that respect
  • 'No solution exists'
  • Grid formatting should be all aligned
  • printing -> printGrid
  • no space after comma for comments

Once you make those changes, you can start writing your project tutorial!
Please use the project template provided by Codédex for your tutorial!

@Soumik8114
Copy link
Author

Okay Thank you for the suggestions :)

@Bobliuuu
Copy link
Contributor

No problem!

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

No branches or pull requests

3 participants