Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537
Full Statistics
|
Online Users |
There are currently 55 online users. » 0 Member(s) | 51 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
3 hours ago
» Replies: 2
» Views: 70
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
3 hours ago
» Replies: 4
» Views: 527
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 1
» Views: 642
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 6
» Views: 4,863
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 1
» Views: 1,536
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,588
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 237
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 435
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,835
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,662
|
|
|
poosible bug |
Posted by: uguryavuz - Sep-28-2018, 08:35 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
a="1.1"
b="2.2"
print(float(a)+float(b))
on Python 3.6, this code returns 3.3000000000000003.
Is it a bag or I made a mistake?
|
|
|
Conflict? Why? |
Posted by: bkpsusmitaa - Sep-28-2018, 05:01 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have, in the same directory, created a file SecretPasswordFile.txt with a word placed inside as the password key.
Next, I created this file:
[py..... More
|
|
|
Code isnt working |
Posted by: abdullahali - Sep-28-2018, 02:25 AM - Forum: Homework
- Replies (5)
|
 |
Write the definition of a function powerTo which recieves two parameters, a double and an integer. If the second parameter is positive, the function r..... More
|
|
|
Data Analysis |
Posted by: darkapostle - Sep-27-2018, 04:42 PM - Forum: Homework
- Replies (1)
|
 |
Hello, I am taking a data analysis class and this is my first time using python. I have done the first 3 problems of my homework assignment but am str..... More
|
|
|
dictionaries |
Posted by: brecht83 - Sep-27-2018, 10:37 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everybody,
I read data from an MySQL server and it gives me the info as a list dictionaries:
[python]
db_ewon = con.cursor(dictionary=Tr..... More
|
|
|
Small help for the python array save |
Posted by: juniorcoder - Sep-27-2018, 09:07 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello Folks ,
I need a small help . Here is my code:
[python]
from random import randint
X=[[8, 8, 8, 8, 6], [29, 27, 27, 27, 27], [9, 9, 9, 9, 10]]
..... More
|
|
|
Serial communication |
Posted by: Isabelle94 - Sep-27-2018, 08:37 AM - Forum: Networking
- Replies (3)
|
 |
Hi all, I need some help here.
The error I got is "device reports readiness to read but return no data. (Device disconnected or multiple access on ..... More
|
|
|
size of an int |
Posted by: Skaperen - Sep-27-2018, 12:46 AM - Forum: General Coding Help
- Replies (4)
|
 |
i have a big int. i want to know how many bytes is needed to store it. that is,what is the minimum value i need to give in argument 1 of its .to_byt..... More
|
|
|
Tensorflow issues |
Posted by: JarethGawain - Sep-27-2018, 12:34 AM - Forum: Data Science
- Replies (1)
|
 |
Hello, I've been looking around, I've found solutions but none work for me.
" I keep getting ImportError: DLL load failed: The specified procedure co..... More
|
|
|
|