| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 33 online users. » 1 Member(s) | 28 Guest(s) Bing, Google, AOL, AOL, snippsat
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
4 minutes ago
» Replies: 8
» Views: 194
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
5 hours ago
» Replies: 3
» Views: 11,091
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 179
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 700
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,820
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 172
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 147
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 235
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,224
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 341
|
|
|
| 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
|
|
|
|