GURANNA GOUDA

Results 5 repositories owned by GURANNA GOUDA

Python_Tutorial

56
Stars
31
Forks
Watchers

Python is a high-level, interpreted programming language known for its simplicity and readability.Python emphasizes code readability and allows programmers to express concepts in fewer lines of code c...

Mysql-and-MongoDB

41
Stars
22
Forks
Watchers

MySQL and MongoDB are both popular database management systems (DBMS), but they differ significantly in their data models, query languages, and use cases.

RestFull_API

31
Stars
13
Forks
Watchers

A RESTful API in Flask refers to an application programming interface (API) built using the Flask web framework that follows the principles of Representational State Transfer (REST). Flask is a micro...

01_Flask_Tutorial

49
Stars
27
Forks
Watchers

Flask is a lightweight and flexible web framework for Python. It's designed to make getting started with web development in Python quick and easy, with the ability to scale up to complex applications....

Django_Tutorial_learn

37
Stars
22
Forks
Watchers

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It's designed to help developers build web applications quickly, with a focus on reusability...