elena1234

Elena1234's Pastebin

20,501 392,776 3 4 years ago
Name / Title Added Expires Hits Comments Syntax  
DataFrame with Pandas in Python Apr 18th, 2022 Never 562 0 Python -
pandas.Series in Python Apr 18th, 2022 Never 802 0 Python -
numpy exercises in Python Apr 15th, 2022 Never 1,108 0 Python -
Broadcasting reassignment in Python / Be careful! Apr 14th, 2022 Never 1,247 0 Python -
numpy array in Python Apr 14th, 2022 Never 935 0 Python -
pop() in Python Apr 14th, 2022 Never 220 0 Python -
binary number string to int in Python Apr 13th, 2022 Never 1,126 0 Python -
From csv file into xlsx with Pandas Mar 19th, 2022 Never 199 0 Python -
multidimensional array in Python Feb 16th, 2022 Never 276 0 Python -
working with pdf in Python Feb 15th, 2022 Never 1,253 0 Python -
unit test 2 in Python Feb 14th, 2022 Never 294 0 Python -
unit test in Python Feb 14th, 2022 Never 707 0 Python -
RegEx in Python for word boundary Feb 13th, 2022 Never 1,059 0 Python -
Counter , defaultdict in Python Feb 11th, 2022 Never 281 0 Python -
finditer in Python Feb 11th, 2022 Never 256 0 Python -
password validation in Python with RegEx Feb 10th, 2022 Never 1,527 0 Python -
email validation in Python with RegEx Feb 10th, 2022 Never 1,308 0 Python -
Delete file in Python Feb 10th, 2022 Never 1,101 0 Python -
Create and Write in file ( in Python ) Feb 10th, 2022 Never 189 0 Python -
Read file in Python Feb 10th, 2022 Never 967 0 Python -
Custom Error in Python Feb 9th, 2022 Never 1,335 0 Python -
Error handling in Python Feb 9th, 2022 Never 841 0 Python -
Closure in Python Feb 8th, 2022 Never 1,480 0 Python -
generator in Python Feb 8th, 2022 Never 1,407 0 Python -
count duplicates in Python Feb 8th, 2022 Never 1,279 0 Python -
LIST SORTING in Python Feb 8th, 2022 Never 1,012 0 Python -
functions in Python with lambda ( map , filter , reduce ) Feb 8th, 2022 Never 908 0 Python -
reduce function in Python Feb 8th, 2022 Never 869 0 Python -
Fibonacci Numbers in Python Feb 7th, 2022 Never 1,169 0 Python -
Abstract class, getter and setter in Python Feb 6th, 2022 Never 561 0 Python -
Multiple inheritance in Python Feb 5th, 2022 Never 229 0 Python -
Super() and polymorphism ( Python ) Feb 5th, 2022 Never 1,379 0 Python -
inheritance and polymorphism in Python Feb 5th, 2022 Never 1,379 0 Python -
types of methods ( Python ) Feb 4th, 2022 Never 1,009 0 Python -
Filter and list comprehension ( in Python ) Feb 3rd, 2022 Never 2,218 0 Python -
Sorted function in Python with key Feb 3rd, 2022 Never 1,560 0 Python -
How to looping in Python Feb 2nd, 2022 Never 1,471 0 Python -
Filter in Python Feb 1st, 2022 Never 313 0 Python -
How to work with char ( Python ) Feb 1st, 2022 Never 1,392 0 Python -
Student Academy - sorting by average value ( in Python ) Jan 28th, 2022 Never 187 0 Python -
Courses - sorting in Python Jan 28th, 2022 Never 1,282 0 Python -
Legendary Farming ( sort dictionary in Python ) Jan 27th, 2022 Never 1,182 0 Python -
How to create plot in Spyder Jan 27th, 2022 Never 1,100 0 Python -
Closure ( Python ) Jan 24th, 2022 Never 933 0 Python -
Find Duplicates ( in Python ) Jan 21st, 2022 Never 1,150 0 Python -
How to print matrix ( in Python) Jan 21st, 2022 Never 530 0 Python -
Calculate age from datetime ( Python ) Jan 14th, 2022 Never 1,737 0 Python -
Deep Copy vs Shallow Copy in C# Dec 10th, 2021 Never 1,284 0 C# -
Ref vs Out in C# Dec 10th, 2021 Never 293 0 C# -
Boxing and Unboxing in C# Dec 10th, 2021 Never 744 0 C# -
What are enums in C# Dec 10th, 2021 Never 695 0 C# -
Func and Action in C# Dec 9th, 2021 Never 209 0 C# -
Delegates, Anonymous method and Lambda in C# Dec 9th, 2021 Never 623 0 C# -
Calculate Fibonacci Series Dec 4th, 2021 Never 1,667 0 C# -
How to remove only the first instance of element in array Dec 4th, 2021 Never 620 0 C# -
How to remove a given element from array Dec 4th, 2021 Never 1,708 0 C# -
How to merge two arrays Dec 4th, 2021 Never 1,382 0 C# -
Longest Consecutive Subsequence Dec 4th, 2021 Never 1,245 0 C# -
Resize Array Dec 4th, 2021 Never 1,043 0 C# -
Intersection Of two arrays Dec 4th, 2021 Never 1,098 0 C# -
Top Two numbers Dec 4th, 2021 Never 1,043 0 C# -
Search a specific element Dec 4th, 2021 Never 1,100 0 C# -
How to remove duplicate keys in objects - Object.assign ( JavaScript) Dec 3rd, 2021 Never 496 0 JavaScript -
Closure (JavaScript) - ObjectComposition Dec 3rd, 2021 Never 1,422 0 JavaScript -
Work with map and sort, and with complicated object ( JavaScript ) Dec 3rd, 2021 Never 1,163 0 JavaScript -
Chain function ( JavaScript ) Dec 1st, 2021 Never 410 0 JavaScript -
How to iterate through objects with map (JavaScript) Dec 1st, 2021 Never 486 0 JavaScript -
Pure functions - JavaScript Nov 30th, 2021 Never 1,073 0 JavaScript -
How to work with complicate objects ( JavaScript) Nov 30th, 2021 Never 1,129 0 JavaScript -
How to create, fill in, sort and print map ( JavaScript) Nov 29th, 2021 Never 316 0 JavaScript -
Closure (JavaScript) with Advanced Functions Nov 28th, 2021 Never 1,249 0 JavaScript -
Filter Employees - JavaScript - from string array into JSON objects Nov 28th, 2021 Never 1,136 0 JavaScript -
Closure (JavaScript) with Fibonacci Nov 23rd, 2021 Never 1,375 0 JavaScript -
Closure (JavaScript) Nov 23rd, 2021 Never 1,251 0 JavaScript -
removeAttribute ( JavaScript) Nov 23rd, 2021 Never 978 0 JavaScript -
Objects and classes- important exercise ( JavaScript ) Nov 18th, 2021 Never 299 0 JavaScript -
How to change display from none to block ( JavaScript) Nov 16th, 2021 Never 1,486 0 JavaScript -
Class Person ( JavaScript ) Nov 15th, 2021 Never 1,238 0 JavaScript -
Generate table from JSON ; dissable button; JavaScript Nov 7th, 2021 Never 1,093 0 JavaScript -
how to escape HTML ( JavaScript) Nov 5th, 2021 Never 332 0 JavaScript -
How to check for className and remove it ( JavaScript) Nov 5th, 2021 Never 1,111 0 JavaScript -
Encode and Decode Message ( JavaScript , ASCII) ) Nov 5th, 2021 Never 1,006 0 JavaScript -
How to work with radio buttons ( JavaScript) Nov 4th, 2021 Never 1,559 0 JavaScript -
Event Delegation - JavaScript ( only one eventListener ) Oct 26th, 2021 Never 1,014 0 JavaScript -
QuerySelector - how to select in JavaScript Oct 11th, 2021 Never 323 0 JavaScript -
DOM - how to check for empty innerHTML Oct 8th, 2021 Never 1,110 0 JavaScript -
How to add EventListener for "click" JavaScript Oct 7th, 2021 Never 292 0 JavaScript -
Reset CSS Sep 28th, 2021 Never 1,301 0 CSS -
System Componets - very important for sort and objects JavaScript Sep 1st, 2021 Never 283 0 JavaScript -
For loop through objects - JavaScript Aug 31st, 2021 Never 1,638 0 JavaScript -
For loop through objects - print JavaScript Aug 31st, 2021 Never 1,218 0 JavaScript -
Objects in JavaScript - print Aug 31st, 2021 Never 1,111 0 JavaScript -
From JSON to HTML - JavaScript Aug 30th, 2021 Never 525 0 JavaScript -
How to use map and sort by value - JavaScript Aug 27th, 2021 Never 1,338 0 JavaScript -
From JSON to HTML table - JavaScript Aug 24th, 2021 Never 284 0 JavaScript -
From JS object to JSON string - JavaScript ( JSON.stringify() ) Aug 22nd, 2021 Never 2,598 0 JavaScript -
Tic-Tac-Toe - work with matrix JavaScript Aug 20th, 2021 Never 1,012 0 JavaScript -
Iterate Through Rows And Cols - JavaScript Aug 19th, 2021 Never 2,184 0 JavaScript -
How to sort by two criteria - JavaScript Aug 19th, 2021 Never 558 0 JavaScript -
Sort in Ascending Order - JavaScript Aug 19th, 2021 Never 2,827 0 JavaScript -