Ok, I know, Its personal and whatever. But im out of ideas. I really wanna try Golang. I like gothreads, building to one binary and its not so far from python.
But thing is, I kinda like python and its fits completely in my perosonal (home) use. Ordinary I build web-scrapper to try language speed, syntax and tooling but now I cant use internet (well, I can, but for reading docs or reddit, cant use this pc for dev).
Can you suggest me something good to start which can be writter without Internet and will use gothreads and basic syntax (more is better) ?
评论:
gohacker:
struck-off:Pick something you're interested in. Automate it. And even without internet you have http://localhost for GUI.
neoasterisk:Thats a problem, most things I interested already did in python
thewhitetulip:Thats a problem, most things I interested already did in python
You could choose one of the programs you've written in Python which you think that could benefit from Go's performance and rewrite it in Go. Since you are familiar with the code base you will require the net less as well.
struck-off:Write a todo list manager, a web app and a CLI RESTful API. If you want, you can follow my tutorial, https://github.com/thewhitetulip/web-dev-golang-anti-textbook/, else first build it and then compare with it, the code is at https://github.com/thewhitetulip/Tasks/
I can totally relate with your situation! I was in such one a few years ago, I would suggest look around you, what app do you want which isn't present offline, I wanted an offline trello and I wanted to try Go, thus, I wrote my own small version of trello like, I designed it myself.
As a last thought, build anything, if you keep wondering, you'll just keep wondering. Start building something, in the middle of that implementation, you'd get loads of ideas, that's the irony of thoughts, once you have thoughts, they trigger more thoughts, but if you keep wishing that a thought and idea would come to you, it won't come.
thewhitetulip:Hmm, todi list is nit bad idea. I guess Ill do smth of this. Thx
Good luck.
