From 3457d597bb69a5a817086a94ff273ecb786af69b Mon Sep 17 00:00:00 2001 From: Nehal Khan <128951002+Nehal-Khan-29@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:36:57 +0530 Subject: [PATCH] Delete public/2022 directory --- public/2022/02/14/Task-3/index.html | 359 -------------------------- public/2022/02/15/Task-2/index.html | 350 -------------------------- public/2022/09/15/Task-1/index.html | 376 ---------------------------- 3 files changed, 1085 deletions(-) delete mode 100644 public/2022/02/14/Task-3/index.html delete mode 100644 public/2022/02/15/Task-2/index.html delete mode 100644 public/2022/09/15/Task-1/index.html diff --git a/public/2022/02/14/Task-3/index.html b/public/2022/02/14/Task-3/index.html deleted file mode 100644 index 3095493..0000000 --- a/public/2022/02/14/Task-3/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TASK 3 [PYTHON - MEDICORE LVL] - - - - - - - - - - - - - - - -
- - - - - - - -
- -
    - -
  • - - -
  • - -
- - - - -
-
- - -
-
- - -
- -
-
- -

- TASK 3 [PYTHON - MEDICORE LVL] -

- - - -
- - - - - - - - -
-
- - -
-

Find the instructions given below for the task. This task consists of 3 Parts i.e. 3 Questions.

Question-1

-

File Handling is one of the basic important task when it comes to building machine learning models or neural networks. Building a good model always starts with finding datasets and processing it, for which, file handling acts as a stepping stone.

-

Write a python program that reads the contents from the given file ‘onelinefile.txt’. The file contains a single line which is of the format (int)(string)(float)(string) repeatedly. For e.g.

1Aaa3.5Maths2Bbb4.2Physics3Ccc7.62Chemistry
- -
- -

Your main task is to split the contents of the given file based on their format and write it into a .csv file say ‘Filename2.csv’. For e.g. the above txt file should be converted into a csv file such that the contents look like this:

1,Aaa,3.5,Maths
2,Bbb,4.2,Physics
3,Ccc,7.62,Chemistry
-
- -

Contents of ‘onelinefile.txt’

-

1Aaa3.5Maths2Bbb4.2Physics3Ccc7.62Chemistry4Ddd9.55Biology5Eee4.0Social6Fff7.6English7Ggg3.111Maths8Hhh9.99Physics9Iii1.23Civics


- -

Question-2

-

Data formatting

Python libraries represent missing numbers as nan which is short for “not a number”. Most libraries (including scikit-learn) will give you an error if you try to build a model using data with missing values. One of the common solution to get around this issue is to impute or fill in the missing value with a number or value of same format. From the given dataset, find the missing values(Nan/NA/-/Nil) and change those values into an appropriate number.

Dataset Link

-
- -
- -

Question-3

-

Read the file ‘about.txt’ and find the words with atleast 6 letters and the most frequently used word.

Contents of the file ‘about.txt’:

Python has tools for almost every aspect of scientific computing. The Bank of America uses Python to crunch its financial data and Facebook looks upon the Python library Pandas for its data analysis. While there are many libraries available to perform data analysis in Python, here are a few: NumPy, SciPy, Pandas and Matplotlib.

-
- -
- -

Resources

Video Reference:

-

Python Tutorial: File Objects - Reading and Writing to Files

-

Introduction - Data Analysis and Data Science with Python and Pandas

-

Python NumPy Tutorial for Beginners

-
- -
- -

Submission

Deadline: 30th Sept 2022 23:59

Task 3 Submission

-
- -
-
- - - - -
-
- - - - - - - - - -
-
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/2022/02/15/Task-2/index.html b/public/2022/02/15/Task-2/index.html deleted file mode 100644 index 315b0a7..0000000 --- a/public/2022/02/15/Task-2/index.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TASK 2 [LINUX GAMES] - - - - - - - - - - - - - - - -
- - - - - - - -
- -
    - -
  • - - -
  • - -
  • - -
- - - - -
-
- - -
-
- - -
- -
-
- -

- TASK 2 [LINUX GAMES] -

- - - -
- - - - - - - - -
-
- - -
-

OverTheWire Wargames

Every level offered by OverTheWire can help you to learn and practice security concepts in the form of fun-filled games using the shell. The game server has its own SSH Port to use when connecting to specific OverTheWire games.

-
- -

Bandit

-

The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames. The pre-requisites to complete these tasks is… Make sure you know how to connect to a ssh shell of a linux machine and learn some basic commands. Now, you are ready to play and find the passwords.

-
-
-
- -

TASK

-

Read the instructions given in the OverTheWire website properly and then find whatever is needed to proceed to next levels. You have to complete upto level 15. Submit us a PROPER PDF document of the passwords you found along with the screenshots of the passwords.

-
- -

TASK WEBSITE

- -
-
- -
- -

Submission

Deadline: 30th Sept 2022 23:59

Task 2 Submission

-
-
-
- - - - -
-
- - - - - - - - - -
-
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/2022/09/15/Task-1/index.html b/public/2022/09/15/Task-1/index.html deleted file mode 100644 index fcd2133..0000000 --- a/public/2022/09/15/Task-1/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TASK 1 [WEB DEVELOPMENT] - - - - - - - - - - - - - - - -
- - - - - - - -
- -
    - - -
  • - -
  • - -
- - - - -
-
- - -
-
- - -
- -
-
- -

- TASK 1 [WEB DEVELOPMENT] -

- - - -
- - - - - - - - -
-
- - -
-

The Task Is To Develop An E-commerce Web App And Host The Website In GitHub Pages.


- -
-
- - -

The following elements should atleast be present on your Web App.


- - - -
    -
  1. A Home Page With A Header, Footer, And A Carousel.

    -
  2. -
  3. A Product page with atleast 10 products in it.

    -
  4. -
  5. Individual Product Pages For Each Product Containing Muliple Images, Price Of The Product, Description of the product, A way to increase the quantity of a product required and that should be reflected in the cart page, And A Button To both Add The Product To Cart and to Buy it immediately.

    -
  6. -
  7. A Cart Page where the user can see the total price of the products added to the cart, and the total quantity of the products added to the cart, and finally a checkout button.

    -
  8. -
  9. A FAQ Page To Answer The Frequently Asked Questions.

    -
  10. -
  11. A Contact Us Page With A Contact Form with the Form Validation Done.

    -
  12. -
-
- -

Note: Apart from these requirements, you are allowed to add your own tweaks.

Resources:

E-commerce website Makin’ Playlist

-
- -
- -

Hosting The Web App

There’s Many Ways To Host A Web App On The Internet, But The One For This Task Is GitHub Pages.

Host a website as a GitHub page

-

Do Make That U Submit Us The Perfect URL For Accessing The Website! Please Make Sure You Use The Correct URL, Otherwise, The Website Will Not Be Accessible! And It’ll Be A Hard Time For Us And You To Get The Website Live!


- -
- -

Submission Guidelines

    -
  • The Codes For This Particular Task Should Be In A New Repository Named “Ecommerce_Web_App_< YourAppName >”!! Please Submit Your Repository And The Website Link In The Form Provided! Don’t Make Any Errors While Submitting The Form! Also In The Same Repository Please Do Submit The Design Of Your Website Done Either Using Figma Or AdobeXD
  • -
-
- -
- -

Stack Overflow

What Is StackOverflow?

Stack Overflow is an incredible collection of programming and software knowledge. It’s a question and answer website for professional and enthusiast programmers. It is the flagship site of the Stack Exchange Network, The Largest Communtiy Which Provides Answers To Any Type Of Programming Questions.

How To Use Stack Overflow

-

Use The Above Video To Understand Stack Overflow And How To Use It. You Can Start Watching From 2:38minutes.


- -
- -

Submission

Deadline: 30th Sept 2022 23:59

Task 1 Submission

-
- -
-
- - - - -
-
- - - - - - - - - -
-
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -