Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,729
» Forum posts: 175,542
Full Statistics
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 34 Guest(s) Google, Bing, AOL, AOL, Facebook Dev
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
33 minutes ago
» Replies: 1
» Views: 449
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
5 hours ago
» Replies: 4
» Views: 1,978
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,553
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 452
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 908
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 938
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,208
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,823
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,859
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 738
|
|
|
2D to 3D plots |
Posted by: ekq378 - Nov-14-2018, 06:13 PM - Forum: Data Science
- No Replies
|
 |
I'm looking to transverse this 2D plot into a 3D plot. The third axis would be the different sensors so they're not overlapping each other. I'm rather..... More
|
|
|
tkinter |
Posted by: peer - Nov-14-2018, 04:55 PM - Forum: GUI
- Replies (14)
|
 |
I watched a video on tkinter and in the video this code was written:
[python]
#!/usr/bin/python3
from tkinter import
root = Tk()
thelable =..... More
|
|
|
Understanding formatting |
Posted by: mickandralphscrier - Nov-14-2018, 04:45 PM - Forum: Homework
- Replies (6)
|
 |
Hi!
I found a script online that uses the website ipinfo.io to deliver some information about the users IP adress. I'm trying to figure out what th..... More
|
|
|
Mechatronics Homework help |
Posted by: Cwcox - Nov-14-2018, 04:15 PM - Forum: Homework
- Replies (1)
|
 |
Hello, I was wondering if I could get some instruction on where to begin with this homework question I'm having difficulty understanding. I'll post a ..... More
|
|
|
Keras: tweets classicifcation |
Posted by: kiton - Nov-14-2018, 03:19 PM - Forum: Data Science
- No Replies
|
 |
Hello dear forum members,
I have a data set of 20 Million randomly collected individual tweets (no two tweets come from the same account). Let me r..... More
|
|
|
Similar to Poker |
Posted by: bluekade5050 - Nov-14-2018, 01:45 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello, I was wondering if someone could help me out with my program I am currently trying to make, my program is similar to poker were I am generating..... More
|
|
|
Python Path Issue |
Posted by: ayaz786amd - Nov-14-2018, 09:53 AM - Forum: Data Science
- Replies (2)
|
 |
There is some path issue with my python installation. Following is my code
[python]import pandas as pd
df = pd.read_csv('ZILLOW-Z77006_ZRISFRR.csv..... More
|
|
|
Code boot camps |
Posted by: TrueStudentOfPython - Nov-14-2018, 02:55 AM - Forum: News and Discussions
- Replies (2)
|
 |
Hey there,
I was just wanting to know if anyone had some
experience with coding boot camps?
Thank you!
|
|
|
libmagic library issue |
Posted by: Sudhakar - Nov-13-2018, 09:06 PM - Forum: General Coding Help
- No Replies
|
 |
have installed python 2.7.15 (32 bit) on windows 2012 R2 -64 bit server. we have installed elastalert which install magic & liblogic modules. when I ..... More
|
|
|
Tkinter refresh |
Posted by: eduardoforo - Nov-13-2018, 08:51 PM - Forum: GUI
- Replies (4)
|
 |
[python]def selmunicipio():
top = tk.Toplevel()
top.title("Selección de Municipio")
y=1
for i in listamunicipios:
y+=1
..... More
|
|
|
|