Calender-app-in-C-by-ganesh-kavhar
ganesh kavhar projectssnake-game-in-python-by-ganesh-kavhar
ganesh kavhar python pygame development....Event-Planner-PHP-Project
Event Planner Web Application in PHP | Event Management System" is a web-based project. This system organizes the event for the customers. This system is built with PHP, MySQL, HTML, and CSS using the Bootstrap Framework.Ecommerce-app-with-Angular
Responsive E-commerce Website with AngularWeb-Scraping-in-python
ganesh kavhar python projectAngular-Login-App-by-ganesh-kavhar
Angular project by ganesh kavharPHP-MYSQL-to-PDF-Report
make a easily report with php mysql to PDFDesktop-Notifier-App-in-Python
A desktop notifier is a simple application which produces a notification message in form of a pop-up message on desktop.Emotion-based-music-player
emotion-based-music-playerApps-Privacy-Policy-Template
Android App Privacy Policy Template for Developers.Student-Management-System-in-Python
In order to add student records, the user has to provide various information such as his/her name, class, gender, phone number, parent name, and address. After this, the user can easily manage the student’s record and can update, remove if he/she wants.Language-Translator-in-Python
Instantly translate texts, words, paragraph from one language to another. The objective of this project is to translate text content from one language to any other language in real-time with a button click.Contact-Form-for-website
easy to used contact form for websiteSQL-UION-UNION-ALL-MINUS-INTERSECT
Learn SQL hereImage-Editor-by-ganesh-kavhar
Welcome to my official image editor web app...Website-Login-Templates
PHP-and-MYSQL-Connection-of-Database
ganesh kavhar PHP Projects..SQL-Interviews
Easy to crack SQL InterviewsProgramming-DS-Algo-Python-NPTEL
Assignment Solutions for Programming, Data Structures and Algorithms using Python course in NPTELNotes-App
PHP-Programs
Must Have Practice PHP ProgramsPython-Basic-Project
ATM-Project-in-Python
python project by ganesh kavharSmartCab-App
ganesh kavhar python projects..Learn-Python-Easy-
PythonIC-3D-diagram-in-C-by-ganesh-kavhar
C programmingIntroSlider-Android-App
Android App Intro Slider TemplateLogin-and-Signup-In-Python
Python code for Login and SignupCalculator-App-with-python
ganesh kavhar python projects..Chatbot-in-Python-
Python Chatbot 🇮🇳Music-Player-Python
Compiler-by-ganesh-kavhar
ganesh kavhar c compiler projectPayPal-Payment-Gateway-in-PHP
Payment Gateway is a bridge between the credit card holder and Credit card Company to establish a secure connection between them to interchange the data.Learn-C-Programming
Learn to Code on the Go ..!Python-Variable-Assignment
ganesh kavhar python tutorialLearn-C-Programming-For-Beginner
C Programs Collection to learn Code for BeginnerPract-Oracle-SQL
Hands on Practice on Oracle-SQLMachine-Learnign-Algorithm
machine learning algorithmPython-tkinter
Tkinter is a graphical user interface (GUI) module for Python, you can make desktop apps with Python. You can make windows, buttons, show text and images amongst other things.SQL-Joins
Learn SQL JoinsData-Structure-in-Python
Learn Python DSLOg-in-form-in-PHP-by-ganesh-kavhar
login form in PHP ProjectMusicX
Music Player App for Android by ganesh kavharBitwise-Operator-in-Python
ganesh kavhar python tutorialGoogle-News-in-Python-by-ganesh-kavhar
ganesh kavhar python tutorials..PHP-Hotel-management-project-
ganesh kavhar PHP Projects.. https://ganeshmkavhar.000webhostapp.com/Digital-Clock-In-Python
Diigital Clcik App with PythonForm-In-Flask-Python-by-ganesh-kavhar-
flask apps developmentWeb-Scraping-Python-Project
Python-basic-programs
Learn to code python by ganesh kavharIntroduction-to-data-visualisation-with-python
Intermediate Python for Data Science to provide a stronger foundation in data visualization in Python. The course provides a broader coverage of the Matplotlib library and an overview of Seaborn (a package for statistical graphics). Topics covered include customizing graphics, plotting two-dimensional arrays (e.g., pseudocolor plots, contour plots, images, etc.), statistical graphics (e.g., visualizing distributions & regressions), and working with time series and image data.introduction-to-time-series-analysis-in-python
From stock prices to climate data, time series data are found in a wide variety of domains, and being able to effectively work with such data is an increasingly important skill for data scientists. This course will introduce you to time series analysis in Python. After learning about what a time series is, you'll learn about several time series models ranging from autoregressive and moving average models to cointegration models. Along the way, you'll learn how to estimate, forecast, and simulate these models using statistical libraries in Python. You'll see numerous examples of how these models are used, with a particular emphasis on applications in finance.Data-Structure-in-C-Programming
learn to code C Programming | Mother language of Programming | Learn to code EasilyChatbot-with-Python-by-ganesh-kavhar
ganesh kavhar chatbotNetwork-analysis-in-python
From online social networks such as Facebook and Twitter to transportation networks such as bike sharing systems, networks are everywhere, and knowing how to analyze this type of data will open up a new world of possibilities for you as a Data Scientist. This course will equip you with the skills to analyze, visualize, and make sense of networks. You'll apply the concepts you learn to real-world network data using the powerful NetworkX library. With the knowledge gained in this course, you'll develop your network thinking skills and be able to start looking at your data with a fresh perspective!Tower-of-Hanoi-C-Program
The tower of hanoi is a mathematical puzzle. It consists of threerods, and a number of disks of different sizes which can slideonto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top. We have to obtain the same stack on the third rod.importing-data-in-python
As a Data Scientist, on a daily basis you will need to clean data, wrangle and munge it, visualize it, build predictive models and interpret these models. Before doing any of these, however, you will need to know how to get data into Python. In this course, you'll learn the many ways to import data into Python: (i) from flat files such as .txts and .csvs; (ii) from files native to other software such as Excel spreadsheets, Stata, SAS and MATLAB files; (iii) from relational databases such as SQLite & PostgreSQL.Python-OOPs-Programming
Python is a cross-platform programming language, meaning, it runs on multiple platforms like Windows, MacOS, Linux and has even been ported to the Java and .NET virtual machines. It is free and open source. Even though most of today’s Linux and Mac have Python preinstalled in it, the version might be out-of-date.cleaning-data-in-python
A vital component of data science involves acquiring raw data and getting it into a form ready for analysis. In fact, it is commonly said that data scientists spend 80% of their time cleaning and manipulating data, and only 20% of their time actually analyzing it. This course will equip you with all the skills you need to clean your data in Python, from learning how to diagnose your data for problems to dealing with missing values and outliers. At the end of the course, you'll apply all of the techniques you've learned to a case study in which you'll clean a real-world Gapminder dataset!Python-with-MySql-Database
Python and MySql Database Connectivitypython-data-science-toolbox
Course Description It's now time to push forward and develop your Python chops even further. There are lots and lots of fantastic functions in Python and its library ecosystem. However, as a Data Scientist, you'll constantly need to write your own functions to solve problems that are dictated by your data. The art of function writing is what you'll learn in this first Python Data Science toolbox course. You'll come out of this course being able to write your very own custom functions, complete with multiple parameters and multiple return values, along with default arguments and variable-length arguments. You'll gain insight into scoping in Python and be able to write lambda functions and handle errors in your very own function writing practice. On top of this, you'll wrap up each Chapter by diving into using your acquired skills to write functions that analyze twitter DataFrames and are generalizable to broader Data Science contexts.Love Open Source and this site? Check out how you can help us