From b70d9cb787bd0391abade39074c48ad93f347979 Mon Sep 17 00:00:00 2001 From: Jody LeCompte Date: Tue, 5 Sep 2017 01:18:34 -0500 Subject: [PATCH 1/2] Python tutorial - build a tweet bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e6f976..d33b882 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * How To Create a Telegram Bot Using Python * [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) * [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) +* [Build a Tweet Bot With Python](https://scotch.io/tutorials/build-a-tweet-bot-with-python) ### Miscellaneous: * [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) * [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/) From c34163e0d708f5f6837094b482a595f223dbf1dc Mon Sep 17 00:00:00 2001 From: Prasasto Adi Date: Tue, 3 Oct 2017 13:07:49 +0700 Subject: [PATCH 2/2] Write an Sqlite Clone from Scratch in C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d33b882..e9384b5 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 5: TCP Retransmission](http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/) * [Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html) * [Write a hash table in C](https://github.com/jamesroutley/write-a-hash-table) +* [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) ## C#: * [Learn C# By Building a Simple RPG Game](http://scottlilly.com/learn-c-by-building-a-simple-rpg-index/)