projects icon indicating copy to clipboard operation
projects copied to clipboard

Project Tutorial Proposal - Soumik Seal

Open Soumik8114 opened this issue 3 years ago • 6 comments

  1. Plotting a covid graph using python - Intermediate
  2. Creating a telegram bot using python - Intermediate
  3. Sudoku Solver using python - Intermediate

Soumik8114 avatar Oct 22 '22 16:10 Soumik8114

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?

sonnynomnom avatar Oct 24 '22 19:10 sonnynomnom

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

Soumik8114 avatar Oct 25 '22 02:10 Soumik8114

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

Soumik8114 avatar Oct 28 '22 04:10 Soumik8114

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!

Bobliuuu avatar Oct 28 '22 15:10 Bobliuuu

Okay Thank you for the suggestions :)

Soumik8114 avatar Oct 28 '22 15:10 Soumik8114

No problem!

Bobliuuu avatar Oct 28 '22 15:10 Bobliuuu