Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
html
pascal
dart
ruby
r
css
bootstrap
groovy
sql
win32
mysql
winapi
jquery
lua
winforms
bash
pascal-string
f#
opengl
kotlin-string
swift-string
go-string
c-string
cpp-string
vbnet-string
scala-string
c#-string
pascal-array
cobol
rust-string
php-string
javascript-string
python-string
java-string
php-array
cpp-vector
swift-array
typescript-string
reactjs
c-array
javascript-array
c-windows
typescript-array
python-list
rust-vector
scala-array
go-array
nodejs-array
sdl2
nodejs-string
kotlin-array
nodejs-express
cpp-array
sdl3
angularjs
c#-list
vbnet-list
java-array
c#-array
raylib
glfw
vbnet-array
javascript-regex
cpp-matrix
typescript-regex
freeglut
html5
nodejs-regex
php-regex
cpp-regex
glew
c#-matrix
go-slice
c-matrix
swift-regex
kotlin-regex
scala-regex
go-regex
python-regex
kotlin-list
perl
swift-matrix
pascal-matrix
scala-list
java-list
Disclosure:
My content contains affiliate links.
Recent questions tagged python
38,113
questions
49,718
answers
573
users
Recent questions tagged python
1
answer
3
views
How to generate a random hexadecimal string in Python
asked
12 hours
ago
by
avibootz
python
python-hexadecimal
2
answers
5
views
How to find the length of the longest consecutive zeroes in the binary representation of a number in Python
asked
4 days
ago
by
avibootz
python
python-binary
1
answer
6
views
How to find the two elements in a list whose sum is closest to zero in Python
asked
6 days
ago
by
avibootz
python
python-list
1
answer
8
views
How to check if two given words are present in a string in Python
asked
6 days
ago
by
avibootz
python
python-string
1
answer
6
views
How to convet decimal number base-12 number in Python
asked
Sep 11
by
avibootz
python
python-base-12
1
answer
6
views
How to print the season name of the year based on the month number in Python
asked
Sep 10
by
avibootz
python
python-season-month
1
answer
9
views
How to simplify path (remove ".." and "." and replace multiple “////” with one single “/”) in Python
asked
Sep 8
by
avibootz
python
python-path
1
answer
11
views
How to find sum of the first N even numbers in Python
asked
Sep 5
by
avibootz
python
python-sum
1
answer
19
views
How to find the position of the first set bit (1-bit) of a number in Python
asked
Sep 4
by
avibootz
python
python-bits
1
answer
12
views
How to sort a list that consists of only 0s and 1s in Python
asked
Sep 2
by
avibootz
python
python-list
python-sort
1
answer
18
views
How to sort an array of strings where each string represents a decimal number in Python
asked
Sep 1
by
avibootz
python
python-list
python-sort
1
answer
15
views
How to find the number of squares in an N*N grid with Python
asked
Aug 31
by
avibootz
python
python-grid-squares
1
answer
7
views
How to calculate compound interest in Python
asked
Aug 30
by
avibootz
python
python-compound-interest
2
answers
22
views
How to mirror a matrix across the main diagonal in Python
asked
Aug 28
by
avibootz
python
python-matrix
1
answer
12
views
How to get the last digit of a big int in Python
asked
Aug 27
by
avibootz
python
python-biginteger
3
answers
18
views
How to combine 2 dictionaries into a third dictionary in Python
asked
Aug 25
by
avibootz
python
python-dictionary
1
answer
15
views
How to create a queue, then enqueue and dequeue elements from left and right in Python
asked
Aug 22
by
avibootz
python
python-queue
2
answers
23
views
How to create a queue, then enqueue and dequeue elements in Python
asked
Aug 22
by
avibootz
python
python-queue
1
answer
19
views
How to assign a random number using a cryptographically secure random number generator in Python
asked
Aug 19
by
avibootz
python
python-random
1
answer
12
views
How to find the length of the longest consecutive sequence of an unsorted list of integers in Python
asked
Aug 18
by
avibootz
python
python-list
python-consecutive-sequence
python-sequence
2
answers
13
views
How to convert an integer to a string in base b with Python
asked
Aug 17
by
avibootz
python
python-convert
1
answer
21
views
How to write "Ni Hao" ("Hello") in Chinese to standard output using UTF-8 in Python
asked
Aug 16
by
avibootz
python
python-utf8
3
answers
32
views
How to implement a stack in Python
asked
Aug 14
by
avibootz
python
python-stack
1
answer
20
views
How to sort the part of a list in Python
asked
Aug 11
by
avibootz
python
python-list
python-sort
1
answer
21
views
How to split a string by a substring delimiter in Python
asked
Aug 11
by
avibootz
python
python-split-string
1
answer
22
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in Python
asked
Aug 9
by
avibootz
python
python-palindrome
2
answers
22
views
How to insert an element in a set with Python
asked
Aug 5
by
avibootz
python
python-set
2
answers
23
views
How to convert binary digits to a byte list in Python
asked
Aug 4
by
avibootz
python
python-byte-list
python-binary
3
answers
30
views
How to check if floating point is NaN in Python
asked
Aug 3
by
avibootz
python
python-floating-point
python-nan
1
answer
16
views
How to calculate power for large numbers in Python
asked
Aug 2
by
avibootz
python
python-power
2
answers
17
views
How to sum the digits of the number 2^N in Python
asked
Aug 1
by
avibootz
python
python-power-digits-sum
3
answers
31
views
How to declare a function argument that can accept any type in Python
asked
Aug 1
by
avibootz
python
python-argument
1
answer
28
views
How to get the lower 8 bits of an int in Python
asked
Jul 31
by
avibootz
python
python-bits
1
answer
19
views
How to set specific bits in a char with Python
asked
Jul 31
by
avibootz
python
python-bits
1
answer
19
views
How to extract a float from a string in Python
asked
Jul 29
by
avibootz
python
python-string
python-extract
1
answer
15
views
How to extract float values from a string in format "... floats: f1, f2, f3..." in Python
asked
Jul 28
by
avibootz
python
python-string
1
answer
25
views
How to create a string with a repeated character N times in Python
asked
Jul 28
by
avibootz
python
python-string
1
answer
25
views
How to check if an integer contains an even or odd number of bits set in Python
asked
Jul 27
by
avibootz
python
python-bits
1
answer
21
views
How to find pythagorean triplet for which a + b + c = 1000 in Python
asked
Jul 25
by
avibootz
python
python-pythagorean-triplet
1
answer
20
views
How to replace multiple consecutive question marks (?) with a single question mark in Python
asked
Jul 24
by
avibootz
python
python-replace
1
answer
29
views
How to count the trailing zeros in a binary number using Python
asked
Jul 23
by
avibootz
python
python-binary
1
answer
18
views
How to format time hours-minutes-seconds in Python
asked
Jul 22
by
avibootz
python
python-time
1
answer
28
views
How to split a string with multiple separators in Python
asked
Jul 21
by
avibootz
python
python-string
2
answers
33
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in Python
asked
Jul 20
by
avibootz
python
python-loop
1
answer
30
views
How to print the stack frames of the current execution thread of the program in Python
asked
Jul 19
by
avibootz
python
python-stack
1
answer
23
views
How to match a substring within 2 square brackets using RegEx in Python
asked
Jul 19
by
avibootz
python
python-regex
python-substring
1
answer
37
views
How to remove stop words from a string in Python
asked
Jul 17
by
avibootz
python
python-string
1
answer
31
views
How to pick a random value from a dictionary in Python
asked
Jul 17
by
avibootz
python
python-dictionary
1
answer
21
views
How to find the 100001 prime number in Python
asked
Jul 16
by
avibootz
python
python-prime
1
answer
38
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in Python
asked
Jul 15
by
avibootz
python
python-regex
Page:
1
2
3
4
5
6
...
95
next »
...