• Stars
    star
    1
  • Language
    Python
  • Created almost 5 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python basics, List, Tuple, Dict, Strings, Control statements (if-else, switch case), Loop(for, while)

More Repositories

1

sorting-and-search-algorithms-in-java

The project implements sorting algorithm and search algorithms in java. It has log4j logging implementation which help user to understand algorithm working. It also provide metadata of each algorithm which provide some basic data like no of iterations, no of swapping operations, time taken by algorithm to sort or search elements. The algorithms are implement using java generic implementation so we can use this implementation to sort or search any objects arrays.
Java
3
star
2

java-programming-tutorials

The repository contains the sample programs on multithreading and java 8 features.
Java
3
star
3

simple-object-mapper-java

The simple-mapper is a lightweight annotation-based object mapping framework.
Java
2
star
4

spring-boot-reactive-restapi-mongodb-webflux

Spring boot reactive (Non-blocking) programming using Spring boot Webflux and Spring boot Reactive MongoDB.
Java
2
star
5

core-java-hibernate-mysql

It is a hibernate repository implementation using java 8 and Generics. The implementation helps to reduce boilerplate code while developing DAO layer in enterprise applications. By extending the Repository child class will inherit all CRUD methods. Also it has feature to manage session and trasaction internally or externally as well.
Java
2
star
6

go-lang-design-patterns-examples

The repository implements various design patterns in the Go Language. Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.
Go
2
star
7

machine-learning-using-python

Jupyter Notebook
1
star
8

vehicle-price-prediction-random-forest-regressor-reactjs-frontend

Jupyter Notebook
1
star
9

python-ml-work

Jupyter Notebook
1
star
10

machine-learning-algorithm-impl-java

My own implementation of Machine Learning algorithms in Java 8, with JChartFree for data visualisation.
Java
1
star
11

react-redux-cdn-example

It is a web application developed using the CDN of the react js.
JavaScript
1
star
12

rest-api-using-golang-gin-framework

Demo project for GO Language with sample REST API using the Gin Web Framework
Go
1
star
13

spring-cloud-currency-conversion-microservices

Microservices Naming Server, Configuration Server, API Gateway, Circuit Breker, Load Balancer Implementation
Java
1
star
14

go-lang-fundamental-examples

The repository has the programs on the fundamental concept of the Go Language programming. It covers variable declaration, conditional block, loop, functions, a data structure(array and slice), goroutines, struct, pointers, error handling and file handling.
Go
1
star
15

react-redux-bootstrap-todo-application

It is React based to-do application. User can add as many tasks in to-do list. There option to edit, delete and Mark completed task as well. All the task are displayed using pagination and user has filter option to filter active and completed task from to to do list.
JavaScript
1
star
16

next-js-application

It is a sample component based front end web application developed using the Next-Js and react-js. It has integrated with Github Rest API to get the repository details. Also application is developed using the Vercel deployment platform
JavaScript
1
star
17

scala-programming-tutorials

Scala programming tutorial cover sample programs from basic fundamental concept to advance.
Scala
1
star
18

Spark-Scala-Examples

I have implemented the sample programs using apache spark. The programs have developed on the concepts of Spark RDD and Spark SQL Dataframe.
Scala
1
star