shivam navadiya
dbd9fd9081
Created Greedy Algorithms
2024-05-21 18:22:18 +05:30
shivam navadiya
bd2103dac3
Created Searching Algorithms
2024-05-21 18:21:22 +05:30
shivam navadiya
ec1e51c677
Created Divide and Conquer Algorithm
2024-05-21 18:20:05 +05:30
shivam navadiya
749aa23485
Updated index.md
2024-05-21 18:17:04 +05:30
Rupa-Rd
4e36263a1c
datatypes.md modified
2024-05-20 23:23:29 +05:30
Rupa-Rd
bfdd5dbc41
Additional datatype longdouble is added
2024-05-20 23:14:25 +05:30
Rupa-Rd
5effa72de8
index.md is modified
2024-05-20 23:08:12 +05:30
Rupa-Rd
9902703064
Example type conversion is added
2024-05-20 23:03:59 +05:30
Rupa-Rd
cf4a924c0e
Example for String type is added
2024-05-20 22:56:17 +05:30
Rupa-Rd
26a0dc814d
Example for object type is added
2024-05-20 22:48:00 +05:30
Rupa-Rd
722d34de63
Example for timedelta type is added
2024-05-20 22:46:00 +05:30
Rupa-Rd
13c485e7de
Example for datetime type is added
2024-05-20 22:39:24 +05:30
Rupa-Rd
092c550b67
Example for complex type is added
2024-05-20 22:32:10 +05:30
Rupa-Rd
c64b262eda
Example for unsigned integer type is added
2024-05-20 22:28:30 +05:30
Rupa-Rd
0f4cf64fb0
Example for float type is added
2024-05-20 22:17:35 +05:30
Rupa-Rd
8c85445409
Example for integer type is added
2024-05-20 22:08:40 +05:30
Rithish S
7d800d5980
Update binomial_distribution.md
2024-05-20 21:57:32 +05:30
Rupa-Rd
92beeba6c2
dtype() definition and example is added
2024-05-20 21:54:39 +05:30
Rithish S
3f731e7f21
Update binomial_distribution.md
2024-05-20 21:53:31 +05:30
Rithish S
68a2219c68
binomial distribution added
2024-05-20 21:51:47 +05:30
Rupa-Rd
2e33a9b997
NumPy datatypes list is added
2024-05-20 21:47:17 +05:30
Rupa-Rd
d314d760af
Datatypes.md file is added to the index.md
2024-05-20 21:46:30 +05:30
Lingamuneni Santhosh Siddhardha
cfc731c2ac
Update loading_arrays_from_files.md
...
Changed introduction content
formatted code
formatted content
2024-05-20 09:50:49 +05:30
Lingamuneni Santhosh Siddhardha
53269a5ad3
Update loading_arrays_from_files.md
...
changed format
2024-05-19 23:58:31 +05:30
Lingamuneni Santhosh Siddhardha
efb68d962d
Update index.md
...
Added Loading Arrays from Files Section
Linked it to its md file
2024-05-19 23:57:34 +05:30
Lingamuneni Santhosh Siddhardha
811382bfca
Update loading_arrays_from_files.md
...
Added syntax for all methods
Formatted Content
Added examples for all methods
Removed fromfile method
2024-05-19 23:55:40 +05:30
Mohammed Ahmed Majid
cbf87b0b5d
Update Queues.md
2024-05-19 23:03:44 +05:30
Mohammed Ahmed Majid
6c50c6e498
Update Queues.md
2024-05-19 23:01:28 +05:30
Mohammed Ahmed Majid
39ed0f3e85
Create Queues.md
...
Added Introduction, Real Life Examples, Operations.
2024-05-19 22:59:32 +05:30
Anushka Mokashi
09ad3d5d88
GroupBy_Pandas
2024-05-19 22:12:47 +05:30
Lingamuneni Santhosh Siddhardha
0b9c7823fa
Create loading_arrays_from_files.md
...
Added Introduction
Added numpy.loadtxt method
Added numpy.genfromtxt method
Added numpy.fromfile method
Added numpy.load method
2024-05-19 22:09:39 +05:30
Eshparsi
05071b5087
Update graph.md
2024-05-19 12:24:13 +05:30
Eshparsi
0db9cef68c
g
2024-05-19 12:21:46 +05:30
Eshparsi
26053d5382
graph
2024-05-19 12:08:10 +05:30
Ananyagra24
4be728eb47
Update dice_roller.md
2024-05-19 09:44:37 +05:30
Vrisha Shah
be8993b616
Create support-vector-machine.md
...
added conetnt on SVM
2024-05-19 09:28:58 +05:30
Krishna Kaushik
849f5abc6e
Update Importing_and_Exporting_Data_in_Pandas.md
2024-05-18 22:40:30 +05:30
Krishna Kaushik
bf4dcff08b
Update index.md
2024-05-18 22:39:54 +05:30
Krishna Kaushik
d1e1fc5c9d
Add files via upload
2024-05-18 22:37:38 +05:30
Krishna Kaushik
ba9abd57a7
Add files via upload
2024-05-18 22:11:38 +05:30
rohit
2604ecd61a
Added TensorFlow,md File
2024-05-18 21:51:53 +05:30
AritraCh2005
2af7091021
Update index.md
2024-05-18 20:28:17 +05:30
AritraCh2005
0ca44a57b2
Merge branch 'animator:main' into main
2024-05-18 20:25:48 +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
AmrutaJayanti
95c272e87e
Added OOPs
2024-05-18 18:24:30 +05:30
AmrutaJayanti
f322f740d2
Update index.md
2024-05-18 18:24:03 +05:30
Ritesh
c4ca174ab7
Merge branch 'animator:main' into main
2024-05-18 16:00:17 +05:30
Anushka Mokashi
a478e70c4b
Descriptive Statistics with Python and Pandas
2024-05-18 14:10:53 +05:30
Yatharth
72909dc3ab
JSON MDODULE load loads dump dumps update and append
2024-05-18 13:18:25 +05:30
Vrisha Shah
6574b726fe
Update index.md
2024-05-18 12:44:43 +05:30
Niyonika Gaur
2632f7c8a1
Update index.md
2024-05-17 23:59:48 +05:30
Niyonika Gaur
0a63d2e17d
Installation_of_Scipy_&_its_key_uses.md
2024-05-17 23:59:25 +05:30
Niyonika Gaur
7c3b304669
Update index.md
2024-05-17 23:58:14 +05:30
iABn0rma1
c60a01491b
updated content
2024-05-17 23:38:40 +05:30
Niyonika Gaur
1834690a10
Introduction_to_SciPy.md
2024-05-17 23:37:59 +05:30
Krishna Kaushik
6bee5482ad
Update Introduction_to_Pandas_Library_and_DataFrames.md
2024-05-17 23:14:01 +05:30
Krishna Kaushik
35baa355cb
Add files via upload
2024-05-17 23:11:53 +05:30
Krishna Kaushik
741bb87351
Update index.md
2024-05-17 23:11:26 +05:30
Yogesh Vishwakarma
d51207d7c9
Update index.md
2024-05-17 19:44:58 +05:30
Yogesh Vishwakarma
a758ff832d
Create Regression.md
2024-05-17 19:43:23 +05:30
HimakarC
0ad50df483
Update index.md
2024-05-17 19:28:54 +05:30
Stuti_07
c339a064e5
Update index.md
2024-05-17 19:21:04 +05:30
Stuti_07
bb1e0e389b
Update path-finder.md
2024-05-17 19:20:11 +05:30
Stuti_07
37280da9d5
Create path-finder.md
2024-05-17 19:05:26 +05:30
Vrisha Shah
08c59bff56
Update index.md
...
Added link to new content on Confusion Matrix. This includes the title "Confusion Matrix" and the corresponding markdown file link "confusion-matrix.md".
2024-05-17 18:58:33 +05:30
Vrisha Shah
1e543beeab
Update confusion-matrix.md
2024-05-17 18:46:04 +05:30
Vrisha Shah
fc55d32e87
Create confusion-matrix.md
...
Added content on Confusion Matrix with code example and heatmap visualization.
2024-05-17 18:44:42 +05:30
HimakarC
7fb2baf809
Update excel_with_pandas.md
2024-05-17 18:31:22 +05:30
HimakarC
e830336a54
Create excel_with_pandas.md
2024-05-17 18:25:40 +05:30
HimakarC
e4e9ad812f
excel_with_pandas.md
2024-05-17 18:16:41 +05:30
HimakarC
9fe61b8ec0
Update excel_with_pandas.md
2024-05-17 18:15:20 +05:30
unknown
f8044fb421
updated
2024-05-17 18:13:28 +05:30
unknown
0b6bd74a3b
updated
2024-05-17 18:12:42 +05:30
unknown
9eb63b951d
updated
2024-05-17 18:11:53 +05:30
unknown
56170159e1
written
2024-05-17 18:09:43 +05:30
HimakarC
4ffc87b269
Create excel_with_pandas.md
2024-05-17 17:07:17 +05:30
HimakarC
04caabe01b
Update index.md
2024-05-17 17:06:47 +05:30
iABn0rma1
78cfa1f238
Understanding and Building the ANNs from Scratch
2024-05-17 16:47:41 +05:30
Ananyagra24
9220ab33ee
Merge branch 'animator:main' into main
2024-05-17 09:04:35 +05:30
Ritesh
f0d0b515a2
Update index.md
2024-05-17 08:46:20 +05:30
Ritesh
7af22b698c
Rename Rock Paper Scissors Game.md to Rock_Paper_Scissors_Game.md
2024-05-17 08:45:55 +05:30
Ritesh
2ff1b14b5c
Update index.md
2024-05-17 08:45:09 +05:30
Ankit Mahato
406004d9c9
Merge pull request #207 from Santhosh-Siddhardha/main
...
Added Pandas Series Vs NumPy ndarray section under Pandas Module
2024-05-17 07:13:03 +05:30
Ankit Mahato
5ce179383b
Merge pull request #192 from Yatharth31/main
...
Updated index.md and added sorting-algorithms.md under issue #191
2024-05-17 05:39:15 +05:30
Harish-2003
12878fd655
Update index.md
2024-05-16 17:13:10 +05:30
Harish-2003
4c665090b7
Create TIC_TAC_TOE_GAME.md
2024-05-16 17:05:02 +05:30
HEMA SREE VEMULAMADA
9bb50dcf52
Rename Introduction.md to introduction.md
2024-05-16 13:14:26 +05:30
Hema Sree
7ae451cc06
change file name
2024-05-16 13:12:41 +05:30
Hema Sree
989278ebe3
change file name
2024-05-16 13:08:37 +05:30
Ritesh
1196e6ee89
Update Rock Paper Scissors Game.md
2024-05-15 19:57:34 +05:30
Ritesh
25a319ff3c
Update Rock Paper Scissors Game.md
2024-05-15 19:54:12 +05:30
Ritesh
c79f13a28c
Update Rock Paper Scissors Game.md
2024-05-15 19:02:05 +05:30
Ritesh
8f0c49efa8
Update Rock Paper Scissors Game.md
2024-05-15 18:59:12 +05:30
Ritesh
2189d3914c
Create Rock Paper Scissors Game.md
2024-05-15 18:53:35 +05:30
Hema Sree
9f482ac818
intro numpy
2024-05-15 17:58:33 +05:30
Hema Sree
59e79c7627
Added numpy intro
2024-05-15 17:57:30 +05:30
Hema Sree
ea32f2bd8c
Added intro to numpy
2024-05-15 17:49:44 +05:30
AritraCh2005
c1726d428a
Create basic_math.md
...
Added basic mathematics useful while working with numpy
2024-05-14 19:14:52 +05:30
AritraCh2005
fbbef5e572
Update index.md
2024-05-14 19:13:22 +05:30
Drishan Gupta
378dbddc67
Removed Formatting errors
2024-05-14 08:44:20 +05:30
Drishan Gupta
78e31c3817
Merge branch 'animator:main' into main
2024-05-14 08:40:48 +05:30
Ananyagra24
f8a67cf65d
Update index.md
2024-05-13 21:11:01 +05:30
Ananyagra24
8380906630
Create dice_roller.md
2024-05-13 21:10:18 +05:30
Lingamuneni Santhosh Siddhardha
950a3136a0
Rename pandas_series_Vs_numpy_ndarray.md to pandas_series_vs_numpy_ndarray.md
...
renamed file
2024-05-13 17:10:35 +05:30
Lingamuneni Santhosh Siddhardha
45f494f9c0
Update index.md
...
Linked properly
2024-05-13 17:08:49 +05:30
Lingamuneni Santhosh Siddhardha
13bc6d8f3b
Rename Pandas_Series_Vs_NumPy_ndarray.md to pandas_series_Vs_numpy_ndarray.md
...
Renamed file name into lowercase
2024-05-13 17:07:48 +05:30
Lingamuneni Santhosh Siddhardha
d6184b240e
Update index.md
2024-05-13 16:04:53 +05:30
Lingamuneni Santhosh Siddhardha
7cd0ec140e
Update Pandas_Series_Vs_NumPy_ndarray.md
2024-05-13 15:58:31 +05:30
Lingamuneni Santhosh Siddhardha
f87701802f
Update Pandas_Series_Vs_NumPy_ndarray.md
...
Added Output for Code Snippets
2024-05-13 15:33:52 +05:30
Lingamuneni Santhosh Siddhardha
33bae7b53f
Update index.md
2024-05-13 14:24:24 +05:30
Lingamuneni Santhosh Siddhardha
f61ceca303
Update index.md
...
Added Section title and Link to it
2024-05-13 14:23:23 +05:30
Lingamuneni Santhosh Siddhardha
a269499c99
Update Pandas_Series_Vs_NumPy_ndarray.md
...
Extended Introduction
2024-05-13 14:20:18 +05:30
Lingamuneni Santhosh Siddhardha
e58671c6a2
Create Pandas_Series_Vs_NumPy_ndarray.md
...
Created Pandas_Series_Vs_NumPy_ndarray.md file
Added intro about Pandas series and NumPy ndarray
Added Numpy ndarray section (Intro, key points, Used at)
Added Pandas Series section (Intro, key points, Used at)
2024-05-13 14:18:50 +05:30
Yatharth31
ba5b874e2b
Delete contrib/mini-projects/Convert_JSON_to_CSV directory
2024-05-13 12:31:10 +05:30
Yatharth
ea62a209dc
added project Convert_JSON_to_CSV
2024-05-13 12:25:42 +05:30
Yatharth
0855a5ec6e
linked sorting-algorithms
2024-05-13 12:03:36 +05:30
Yatharth
bb1cb39110
added about bubble selection quick and merge sort
2024-05-13 11:58:31 +05:30
Ananyagra24
b8e682d2fd
Delete contrib/History
2024-05-13 08:40:22 +05:30
Ananyagra24
5c3e1c2ed8
Create History
2024-05-12 21:49:55 +05:30
Ankit Mahato
276297ca38
Merge pull request #92 from sujanMidatani7/api-methods
...
added API methods to the documentation
2024-05-12 20:09:31 +05:30
Adarsh Amit
8f5cebaea0
added the output of the verify installation
2024-05-12 19:28:04 +05:30
Drishan Gupta
a324545579
Update decorator-kwargs-args.md
2024-05-12 13:50:31 +05:30
Drishan Gupta
4c979af541
Updated the index
2024-05-12 03:26:49 +05:30
Drishan Gupta
55f8871a9e
Update index.md
2024-05-12 03:24:56 +05:30
Adarsh Amit
dae21c7f63
Added matplotlib_installation.md file and updated the index.md
2024-05-12 03:24:09 +05:30
Drishan Gupta
bd0adc17fc
Update decorator-kwargs-args.md
2024-05-12 03:23:39 +05:30
Drishan Gupta
c7f165fa42
Create decorator-kwargs-args.md
...
WIP
2024-05-12 01:30:53 +05:30
Sujan Midatani
237a00cdbf
added DEFINITIONS FOR ATTRIBUTES of API methods to the documentation
2024-05-12 00:19:57 +05:30
Sujan Midatani
2a3d288a72
added extra details to the table for explaination of API methods to the documentation
2024-05-12 00:10:48 +05:30
Sujan Midatani
7ad18bd08e
added tabular explaination of API methods to the documentation
2024-05-11 23:59:31 +05:30
Sujan Midatani
d4c8ab4d49
added additional API methods to the documentation
2024-05-11 23:24:31 +05:30
Sujan Midatani
a7c8843967
added API methods to the documentation
2024-05-11 23:02:34 +05:30
Ankit Mahato
a78b3c64ac
contrib
2024-05-11 19:08:11 +05:30