Ask HN: What should I practice programming if I need to be Offline?
I have spare time that I'm encouraged to improve my abilities.
The problem I'm running into, my network blocks fetch/post requests(through a complicated proxy). I cannot run a node.js server for the same reason.
I really enjoyed playing with python, but it seems most usecase is crawling which I cannot do. I can play with excel macros, python, and probably most software. The problem comes into accessing the internet.
Any suggestions how I can spend my time practicing?
3 comments
[ 3.3 ms ] story [ 9.9 ms ] threadIf you'd like to learn a RDBMS, SQLite comes bundled with Python and SQLite also has documentation available for download [2] (see Documentation section).
Another option would be to buy a programming language book. Those typically have guided chapters, and many have an emphasis such as general programming, text analysis, etc.
[1]: https://docs.python.org/3/download.html
[2]: https://www.sqlite.org/download.html
I'm open to anything that will help myself grow, even fun logic. I can try SQLlite, but wont that require emulating a database?
I should clarify, I can read stuff online, I just cant use things like fetch or post.
But basically looking for any practice that is useful.