Wykres commitów

198 Commity (e1599aa7130a1aca7ff990b7c2677b95bb5ad3df)

Autor SHA1 Wiadomość Data
Ankit Mahato e1599aa713
Merge pull request #399 from manmita/main
Recursion and Backtracking
2024-05-23 05:04:17 +05:30
Ankit Mahato 21bf4b994d
Merge pull request #398 from Aditi22Bansal/main
Created Hangman game with reference to assigned issue #185
2024-05-23 05:03:31 +05:30
Ankit Mahato d9237ec0b8
Merge branch 'main' into main 2024-05-23 05:02:23 +05:30
Ankit Mahato d9d1873c07
Merge pull request #402 from Anshika14528/passwordChecker1
Closes #294 - Mini Project : Password Strength Checker
2024-05-23 05:00:48 +05:30
Ankit Mahato b8926c4cc0
Merge branch 'main' into passwordChecker1 2024-05-23 05:00:41 +05:30
Ankit Mahato a83914c34c
Merge pull request #395 from AmrutaJayanti/OOPs
Added OOPs
2024-05-23 04:58:49 +05:30
Ankit Mahato 139f84b7d8
Merge branch 'main' into OOPs 2024-05-23 04:57:42 +05:30
Ankit Mahato 30e9237bc9
Merge pull request #388 from AnushkaJMokashi/Descriptive_Statistics
Descriptive Statistics with Python and Pandas
2024-05-23 04:55:53 +05:30
Ankit Mahato d2c62b73e7
Merge branch 'main' into Descriptive_Statistics 2024-05-23 04:55:32 +05:30
Ankit Mahato 5b74a4be65
Update Descriptive_Statistics.md 2024-05-23 04:54:25 +05:30
Ankit Mahato 5fe9a2d520
Merge pull request #371 from Yatharth31/main
[Add content] advance python: JSON module
2024-05-23 04:37:57 +05:30
Ankit Mahato 8186d2e873
Merge branch 'main' into main 2024-05-23 04:30:54 +05:30
Ankit Mahato 4dcdc32390
Merge pull request #370 from iABn0rma1/main
Modified Content
2024-05-23 04:29:56 +05:30
Ankit Mahato 5ec3bcf5ef
Merge branch 'main' into main 2024-05-23 04:24:27 +05:30
Ankit Mahato ae127de13d
Merge pull request #348 from Vrisha213/main
Added content: Confusion Matrix and SVM
2024-05-23 04:23:11 +05:30
Ankit Mahato 34131322a2
Update support-vector-machine.md 2024-05-23 04:22:17 +05:30
Ankit Mahato 428bd62cd2
Update confusion-matrix.md 2024-05-23 04:20:12 +05:30
Ankit Mahato a6568094cb
Merge branch 'main' into main 2024-05-23 04:16:39 +05:30
Ankit Mahato 4d86a0af83
Update index.md 2024-05-23 04:15:56 +05:30
Ankit Mahato 8224f88d22
Merge pull request #350 from StutiRajput07/main
Added Path Finder mini project
2024-05-23 04:11:23 +05:30
Ankit Mahato 188b56bd76
Merge branch 'main' into main 2024-05-23 04:10:48 +05:30
Ankit Mahato 9f37ce9361
Merge pull request #351 from HimakarC/main
Added Excel using Pandas DataFrame section under Pandas Module
2024-05-23 04:08:54 +05:30
Ankit Mahato a6c38db3b4
Merge pull request #353 from Yogeshkarma/main
Added Regression in Machine Learning
2024-05-23 04:02:09 +05:30
Ankit Mahato 3b4692c74e
Merge pull request #291 from Antiquely3059/main
Added Mini Project - Rock Paper Scissors game
2024-05-23 03:28:39 +05:30
Ankit Mahato df687e1748
Merge branch 'main' into main 2024-05-23 03:04:37 +05:30
Ankit Mahato 7af275bdd1
Merge pull request #288 from Hemav009/hs
Added introduction to numpy module
2024-05-23 03:03:24 +05:30
Ankit Mahato 44da20b182
Merge pull request #215 from Ananyagra24/main
Added a mini project
2024-05-23 02:58:00 +05:30
Ankit Mahato 5e95059765
Update dice_roller.md 2024-05-23 02:57:11 +05:30
Ankit Mahato 898223f61d
Merge pull request #484 from PradnyaGaitonde/PradnyaGaitonde-patch-1
Create dates_and_times.md
2024-05-23 02:34:07 +05:30
Ankit Mahato aee38c4436
Merge pull request #486 from PradnyaGaitonde/PradnyaGaitonde-patch-2
Update index.md
2024-05-23 02:32:17 +05:30
Ankit Mahato bb1daabceb
Merge branch 'main' into PradnyaGaitonde-patch-2 2024-05-23 02:30:34 +05:30
Ankit Mahato 215a6e6be0
Merge pull request #488 from PradnyaGaitonde/PradnyaGaitonde-patch-3
Create regular_expressions.md
2024-05-23 02:27:37 +05:30
Ankit Mahato 34e1c4e508
Merge pull request #489 from PradnyaGaitonde/PradnyaGaitonde-patch-4
Update index.md
2024-05-23 02:27:08 +05:30
Pradnya d7dc67b678
Update dates_and_times.md 2024-05-21 22:05:01 +05:30
Pradnya d44f8fc253
Update index.md
added index for regular
2024-05-21 22:03:27 +05:30
Pradnya 2967206c16
Create regular_expressions.md
Added content for regular expressions in python
2024-05-21 22:01:17 +05:30
Pradnya affc013943
Update index.md
Added index for dates and times
2024-05-21 21:55:23 +05:30
Pradnya 4ee5b32b8e
Create dates_and_times.md
Added content for Working with dates & times in python
2024-05-21 21:51:48 +05:30
Ananyagra24 4be728eb47
Update dice_roller.md 2024-05-19 09:44:37 +05:30
Vrisha Shah 3386390f72
Update support-vector-machine.md
Added content on SVM under machine learning
2024-05-19 09:40:26 +05:30
Vrisha Shah be8993b616
Create support-vector-machine.md
added conetnt on SVM
2024-05-19 09:28:58 +05:30
AmrutaJayanti 07d7643c6a
Update OOPs.md 2024-05-18 20:01:02 +05:30
Anshika Yadav 391a0e591b Closes #294 - Mini Project : Password Strength Checker 2024-05-18 19:54:24 +05:30
Aditi Bansal acf7acdd8f
Create hangman_game.md
This Hangman game script is a simple Python program designed to let players guess movie titles. It starts by importing the random module to select a movie from a predefined list. The game displays the movie title as underscores and reveals correctly guessed letters. Players have six attempts to guess the entire title, entering one letter at a time. The script checks if the input is valid, updates the list of guessed letters, and adjusts the number of attempts based on the correctness of the guess. The game continues until the player either guesses the title correctly or runs out of attempts. Upon completion, it congratulates the player for a correct guess or reveals the movie title if the attempts are exhausted. The main execution block ensures the game runs only when the script is executed directly.
2024-05-18 19:10:19 +05:30
Manmita Das 2c56f3ef27
Update index.md 2024-05-18 19:05:51 +05:30
Manmita Das 6063f595bd
Create recursion.md 2024-05-18 19:03:18 +05:30
Yatharth bc54697727 line error 71 removed 2024-05-18 18:57:26 +05:30
Yatharth 7375e91a25 removed html tags, removed weird color at line 70 and 117 2024-05-18 18:56:11 +05:30
Aditi Bansal c56bbb3d47
Update index.md 2024-05-18 18:51:39 +05:30
AmrutaJayanti dd8db2ea7c
Update OOPs.md 2024-05-18 18:27:49 +05:30