projects
projects copied to clipboard
Project Tutorial Proposal - Soumik Seal
- Plotting a covid graph using python - Intermediate
- Creating a telegram bot using python - Intermediate
- Sudoku Solver using python - Intermediate
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?
Yes, I can provide you with the final solution code. I found this repository in https://hacktoberfest-swag.com/ website 😅
Here is the code of sudoku solver using python https://github.com/Soumik8114/Python-Projects/blob/main/sudoku-solver.py
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!
Okay Thank you for the suggestions :)
No problem!