10/07/2018
Python is very good at web scraper. Scrapy is an application framework for crawling web sites :O. Checkout to know more.
Happy Coding!!!
Web Scrap with Scrapy – Oceanize Geeks – Medium
Scrapy is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful…
26/04/2017
Angular and React are two of the most popular frameworks being used today to handle large scale web development projects.
Compare react vs angularjs | DiscoverSDK
Angular and React are two of the most popular frameworks being used today to handle large scale web development projects. - on DiscoverSDK comparision page
09/11/2016
Make Python great again
samshadwell/TrumpScript
TrumpScript - Make Python great again
18/08/2016
Here are the most commonly used SQL commands and the most commonly used options for each. There are many more commands and options than listed here. In other words, the syntaxes as I have listed them are far from complete. See the links at the bottom for more complete syntaxes and more commands....
Happy Coding
MySQL Cheat Sheet
13/08/2016
Why Django is Awesome...
Awesome Django
A curated list of awesome Django apps, projects and resources.
12/08/2016
Starting a Django Project the Right Way..
Starting a Django Project the Right Way
I wrote Writing Idiomatic Python to show novice and intermediate Python programmers how to write readable, maintainable, and testable code. Thousands of developers, companies, and schools agree: reading Writing Idiomatic Python is the quickest and easiest way to start writing Python code that looks…
25/07/2016
How to Get Started in Software Development
How to Get Started in Software Development - Simple Programmer
When I first started as a software developer, I had no idea what I was doing. It will be difficult, but it’s not always going to be that way—I promise.
07/02/2016
Mind Mapping for Successful Software Development... (y)
How to teach mind mapping and how to make a mind map | inspiration.com
Learn how to mind map and how mind mapping helps students comprehend, create new ideas, and build connections
02/11/2015
*10 Status Code Definitions*
Each Status-Code is described here, including a description of which method(s) it can follow and any metainformation required in the response.
HTTP Status Codes
HTTP status codes and how to use them in RESTful API or Web Services.
21/08/2015
Python Interview Questions
Python Interview Questions
1. What is Python? Python is an interpreted, cooperative, object-oriented programming language. It embraces exceptions, modules, very high level dynamic data types,dynamic typing and classes. Python combines notable power with very strong syntax. It...