Read this https://www.quora.com/q/pythonexperts/How-to-launch-the-Chrome-browser-from-my-Python-program
I am also active at:
Friday, January 22, 2021
Wednesday, January 20, 2021
SaaS - Game server hosting: A lucrative business
Have a look how https://www.youtube.com/watch?v=smnFU2pEHH0.
Try out this SaaS web applications
Tuesday, January 19, 2021
How start your SaaS business
Have a look how
1. https://www.youtube.com/watch?v=LEjqBF3itt0
2. https://www.youtube.com/watch?v=_BF1c1yY4GY
3. https://www.youtube.com/watch?v=2QLvaMvScrk
4. https://www.youtube.com/watch?v=JIIjNkcqr_A
Zoho India's most successful SaaS company https://www.zoho.com/ its SaaS portfolio consists of more than 30 apps that help companies manage their business such as the 'Zoho creator' SaaS app, have a look https://www.zoho.com/creator/login.html. Another example of a good SaaS startup is https://www.go-atlas.io/.
Steps:
1. Research This is probably the most important aspect of building a saas business. If you don't understand your customer or the market, there is no way you will be able to get any customers. 2. Market There is a solid reason that you want to market BEFORE you build the software. You want to start getting leads as soon as you validate the idea. Even if you end up never launching your software, you now have some contacts you can reach out to for ideas! 3. Build Protoype and design the user interface first - trust me on this. It's hard enough to figure out the full stack and which framework/coding language to use. Make it easy on yourself and start with drawing out the interface in MS paint. heh. 4. Scale Content. Marketing.... Build an authority in your niche using a blog and other content as the crutch. If you can make your SaaS brand stand out and show you know your stuff in the market, you will get all the customers.
Saturday, January 16, 2021
Ramanujam The Indian Genius unlike any other genius in the world history.
The Ramanujam Journal, have a look https://www.springer.com/journal/11139
What the History channel says about him, have a look https://www.youtube.com/watch?v=_Yn7QAS5Wpw
Sunday, January 10, 2021
Sequence of learning Data Structures & Algorithms (DSA)
Complete list and more https://www.quora.com/What-is-the-sequence-of-learning-data-structure-and-algorithms
- Arrays(Sorting, searching, adding , deleting, traversing)
- singly linked-list using Arrays
- doubly linked-list using Arrays
- circular linked-list using Arrays
- doubly circular linked-list using Arrays
- queue using arrays
- circular queue using arrays
- stack using arrays
- double stack using arrays
- Repeat all of the above using ‘struct’ in both ‘recursive’ and ‘non-recursive’ implementations.
- Hash tables
- Trees using structs -> Traversing (walk through), Insertion, Deletion, Balancing
- Search trees -> BST (Binary Search Trees) & Heaps.
- Priority Queue
- Heap
- B Tree
- B+ Tree
- AVL Trees
- Splay Trees
- RB Trees
- Graphs
- Union-Find
Algorithms:
- Asymptotic Analysis of Algorithms
- Searching algorithms -> Linear and Binary search
- Sorting algorithms -> Selection, Insertion, Bubble, Shell, Radix, Merge, Quick sort, Heap sort and Randomized quick sort.
- Maximum and minimum element in a data structure.
- Sum and average of all elements in the data structures.
- Inorder, preorder and post-order tree traversals
- BFS and DFS Tree traversals
- Recursion -> Plain & Double
- Divide and conquer
- Dynamic programming -> Memo-i-zation and Tabulation
- Greedy algorithms
- Graph algorithms
- Back-tracking
- Branch & Bound
- Randomized Algorithms
- Monte-Carlo Algorithms
- Sherwood Algorithms
- Las Vegas Algorithms
- Probabilistic Algorithms -> Probabilistic Analysis
- Approximation Algorithms
- Parallel Algorithms
- Pram algorithms
- Mesh algorithms
- Genetic Algorithms
- String processing Algorithms
- Bit Algorithms
Saturday, January 9, 2021
Friday, January 8, 2021
Top 5 design patterns
Going from a framework consumer to framework creator https://www.youtube.com/watch?v=FLmBqI3IKMA
Friday, January 1, 2021
what is SERVERLESS?
Have a look https://www.youtube.com/watch?v=Fx3ZGy-mbV4
You can see some examples of SERVERLESS FUNCTIONs here https://leerob.io/snippets
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया - सुदर्शन फ़ाकिर
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया वरना क्या बात थी किस बात ने रोने ना दिया आप कहते थे कि रोने से ना बदलेंगे नसीब उमर भर आप की इस बात...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
-
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...