• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

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

Repository Details

This is the schematic code example of the tutorial on the Basics and Fundamentals of JavaScript Programming.

More Repositories

1

A-Sample-of-A-Responsive-Web-page

Here is the sample of a responsive web page I created.
HTML
3
star
2

P-Hacking

Hacking your level of significance
Jupyter Notebook
3
star
3

Advanced-Pandas

This repository will guide you in performing advance data manipulation in Python using the Pandas Package
Jupyter Notebook
2
star
4

Bobmaintain

Welcome To My GitHub Profile
2
star
5

Passenger-Counter-App

This is an App that records the number of people that boards a vehicle, train or plane in batches.
CSS
2
star
6

Virtual-Terrarium

Terrarium are glass globes that house plants, and now you can make your own virtual terrarium with your friends, family and colleagues from the comfort of your own home! Just drag and drop the flowers into the glass jar. Have fun!
HTML
1
star
7

Pandas-Cheet-Sheet

This will help you perform some operations in Pandas using some lambda functions.
1
star
8

JavaScript-Basics

This is the schematic code example of the tutorial on the Basics and Fundamentals of JavaScript Programming.
JavaScript
1
star
9

AdvancedNumpy

This is repository contains several advance data manipulation of arrays using the Python Pandas package.
Jupyter Notebook
1
star
10

Black-Jack-Card-Game

This is an online version of the Blackjack Card game played in clubs and casinos that I built.
JavaScript
1
star
11

Machine-Learning-Assignment-Solution

This is the solution to the assignment given after the Introduction To Machine Learning tutorial
Jupyter Notebook
1
star
12

Record-Collection-Updater

This is a program that updates a record collection.
JavaScript
1
star
13

Profile-Look-Up

This is a program that returns the property/detail of any contact value from the contact list paased into it.
JavaScript
1
star
14

Pong-Game

A simple pong game I built using Python and Turtle
Python
1
star
15

star-me

Star FOSSASIA Repositories on Github and Support the Community
JavaScript
1
star
16

GUI-Chatbot

A GUI Chatbot and its Training Model created using Python and Tkinter
Python
1
star
17

Suit-Boutique-Catalog

This is an online Suit Boutique that displays a list of suits and their prices. It is a catalog application to interface buyers and sellers of Corporate Suits. Users can generate more suits in the catologue in the case that the deplayed suits do not match their taste which they can buy immediately or choose to add to their Wishlist for later purchase.
HTML
1
star
18

Typing-Skill-Detector

This is a Typing Skill Detector built in form of a game. It test a player's typing skill, which is one of the most underrated skills all developers should have. We should all be practicing our typing! The general flow of the game is: 1. Player clicks on start button and is presented with a quote to type. 2. Player types the quote as quickly as they can in a textbox 3. As each word is completed, the next one is highlighted. 4. If the player has a typo, the textbox is updated to red 5. When the player completes the quote, a success message is displayed with the elapsed time. Have fun!
JavaScript
1
star
19

Group-By-Mechanics

GROUPBY MECHANICS There are lots of data science libraries and modules that efficiently implement the most common data manipulation techniques. If you are a data scientist/analyst in python, you'll be familiar with NumPy and Pandas, among others. Over some few years, I have been involved in training a number of data science/analytics enthusiasts. While not all of them have gone on to become renowned in the field, I've left them all better than I found them. However, I discovered that most of their struggles are rooted in not being able to actually get things done in a deeper way and at a higher level to achieve desired results, So I began to share some advanced knowledge to them from my developed training materials. From my training materials, here are 3 major advanced topics that I believe will help you achieve better results in data manipulation: 1. Advanced NumPy 2. Advanced Pandas 3. GroupBy Mechanics. Attached is GroupBy Mechanics. The rest are also attached in my earlier posts. Happy perusal! #dataanalysis #dataanalytics #dataanalyst #datascience #datascientist #pythonprogramming
Jupyter Notebook
1
star