|
|
|
|
|
by deepaksurti
2410 days ago
|
|
One simple way could be to pick up project based in a technology stack you know. I will follow up with an example, see this book [1], about good python projects. What you can do is, read the description of each project and do it yourself. Don't look at the solution in the book, then when you are done, compare. If some project excites you further, you can probably extend it so if the book offers a CLI solution, may be write a GUI for it and so on. The trick with side projects is to build momentum and I hope this technique could be helpful. Have fun doing your side project. [1] https://nostarch.com/impracticalpythonprojects |
|