File tree Expand file tree Collapse file tree 5 files changed +22
-3
lines changed
02-development-environments Expand file tree Collapse file tree 5 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -237,3 +237,6 @@ ready to take that step.
237237* [ Powerline] ( https://github.com/powerline/powerline ) is a popular statusline
238238 plugin for Vim that works with both Python 2 and 3.
239239
240+ * [ VimAwesome] ( https://vimawesome.com/ ) is a directory of Vim plugins sourced
241+ from Vim.org, GitHub and user submissions.
242+
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ access a SQLite database from within Python applications.
3434 [ great design document on the SQLite site] ( http://sqlite.org/src4/doc/trunk/www/design.wiki )
3535 that covers many of these principles.
3636
37+ * [ Getting the Most out of Sqlite3 with Python] ( https://remusao.github.io/posts/2017-10-21-few-tips-sqlite-perf.html )
38+ has a bunch of useful tips for working with SQLite such as how to use
39+ the connection object, favoring the ` executemany ` call instead of ` execute `
40+ for bulk inserts and delaying index creation until bulk inserts are
41+ completed.
42+
3743* [ My list of SQLite resources] ( http://charlesleifer.com/blog/my-list-of-python-and-sqlite-resources/ )
3844 is a nice roundup of useful tools to use with SQLite and tutorials for
3945 learning more about the database.
@@ -58,7 +64,6 @@ access a SQLite database from within Python applications.
5864 shows how to compile SQLite 3.9.0+ with json1 and fts5 (full-text search)
5965 support to use these new features.
6066
61-
6267* [ SQLite with a fine-toothed comb] ( http://blog.regehr.org/archives/1292 )
6368 digs into the internals of SQLite and shows some bugs found (and
6469 since fixed) while the author was researching the SQLite source code.
Original file line number Diff line number Diff line change @@ -351,8 +351,19 @@ <h4 class="toc-subsection two-digit">11.4 <a href="/web-analytics.html">Web Anal
351351< div class ="toc two-digit soon "> Heap</ div >
352352
353353
354-
355- < h3 > 12. Meta</ h3 >
354+ < h3 > 12. < span class ="soon "> Blockchain</ a > </ h3 >
355+ < h4 class ="toc-subsection two-digit "> 12.1 < span class ="soon "> Cryptocurrency</ span > </ h4 >
356+ < div class ="toc two-digit soon "> Bitcoin</ div >
357+ < div class ="toc two-digit soon "> Ethereum</ div >
358+ < div class ="toc two-digit soon "> Lightcoin</ div >
359+ < div class ="toc two-digit soon "> Initial Coin Offerings (ICOs)</ div >
360+
361+ < h4 class ="toc-subsection two-digit "> 12.2 < span class ="soon "> Exchanges</ span > </ h4 >
362+ < div class ="toc two-digit soon "> Coinbase</ div >
363+ < div class ="toc two-digit soon "> GDAX</ div >
364+ < div class ="toc two-digit soon "> Kraken</ div >
365+
366+ < h3 > 13. Meta</ h3 >
356367< div class ="toc-more-indent ">
357368< a href ="/change-log.html "> Change log</ a >
358369</ div >
You can’t perform that action at this time.
0 commit comments