Skip to content

Commit 95a08a8

Browse files
committed
fix python titles
1 parent b976547 commit 95a08a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
4444
* [Part 3](https://scotch.io/tutorials/build-a-music-player-with-react-electron-iii-bringing-it-all-together)
4545

4646
## Python:
47-
### Scraping
47+
### Web Scraping:
4848
* [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)
4949
* [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/)
50-
### Webapps
50+
### Web Applications:
5151
* [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
5252
* [Create a blog webapp in Django](https://tutorial.djangogirls.org/en/)
5353
* [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html)
5454
* [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/)
55-
### Bots
55+
### Bots:
5656
* [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
5757
* [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0)
5858
* [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/)
5959
* [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/)
60-
### Misc
60+
### Miscellaneous:
6161
* [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
6262
* [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
6363
* [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)

0 commit comments

Comments
 (0)