Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,582
Full Statistics
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 33 Guest(s) Google, Bing, AOL, Mojeek
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
4 hours ago
» Replies: 4
» Views: 130
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
11 hours ago
» Replies: 1
» Views: 78
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,543
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 104
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 230
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,054
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 468
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,100
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,177
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 857
|
|
|
WindowManager TinyWM in Python |
Posted by: ubuntu_gnome - Aug-22-2019, 10:49 AM - Forum: GUI
- No Replies
|
 |
Hi Guys,
I am new here and have start with python, hope my english is not to bad ^^. I do not know, who knows the WindowManager TinyWM, but I have ..... More
|
|
|
Number format |
Posted by: william888 - Aug-22-2019, 08:31 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I have 2 columns (colA & colB) which is float type.
When I apply the following python code, the 2 columns shows exactly the same value.
Exa..... More
|
|
|
*args and Tuples |
Posted by: millpond - Aug-22-2019, 04:22 AM - Forum: Homework
- Replies (4)
|
 |
[Python]
def func(*items):
print(type(items))
a=list(items)
print(type(a))
a[3]= 1026
for i in a:
print i
..... More
|
|
|
question about list comprehension |
Posted by: Exsul - Aug-22-2019, 03:19 AM - Forum: General Coding Help
- Replies (3)
|
 |
I understand most of this:
>>> [(x, y) for x in [1,2,3] for y in [3,1,4] if x != y] [output][(1, 3), (1, 4), (2, 3), (2, 1), (2, ..... More
|
|
|
Next zero of a function on sympy |
Posted by: VicenteM - Aug-21-2019, 04:58 PM - Forum: Data Science
- No Replies
|
 |
On Sympy I need to find a sequence of roots (zeros) of a Bessel functions combination. So I need a function that returns the next zero of a function. ..... More
|
|
|
MSVCRT Help |
Posted by: TomJS - Aug-21-2019, 12:29 PM - Forum: General Coding Help
- Replies (6)
|
 |
I want my distance variable to increase by 1 every time i click a / d.
[python]import msvcrt
import time
import random
def Start():
input..... More
|
|
|
Copying a file |
Posted by: Kundan - Aug-21-2019, 08:28 AM - Forum: General Coding Help
- Replies (1)
|
 |
import shutil
shutil.copy(“\\Om-pc\e\Office File\Access Original 14-16\Cash MAR.2017 TO APR.2019.accdb”, "C:\Users\KUNDAN\Desktop\Cash MAR.2017 TO AP..... More
|
|
|
|