5, 10 or 20 seats+ for your team - learn more
In this liveProject, you’ll use Python to build a nonogram puzzle generator that creates a printable puzzle pack from the command line. Nonograms are puzzles that reveal an image on a grid, based on numbers along the grid’s edge. Most programmatic implementations solve nonograms, but yours will generate them. To do this, you’ll code your script, relying on two essential data structures: the pandas DataFrame and the NumPy array. You’ll also experiment with image libraries including Pillow and pixelate, and gain a better understanding of basic image processing concepts.
This liveProject is for intermediate-level Python practitioners who are comfortable with the basics of operating on data structures, defining functions, importing third-party libraries, and debugging your code. To begin this liveProject, you will need to be familiar with the following:
geekle is based on a wordle clone.