Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,955
» Latest member: Jamirul
» Forum threads: 38,727
» Forum posts: 175,527
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 44 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
4 hours ago
» Replies: 2
» Views: 108
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 167
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 355
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,408
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,410
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 293
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 742
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 946
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,203
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,409
|
|
|
import |
Posted by: Mathisdlg - Sep-27-2020, 10:43 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everybody,
I want to use my own library in my program
import mylib I don't know what can I do this.
And can you giv..... More
|
|
|
Tkinter Matplotlib |
Posted by: Nepo - Sep-27-2020, 07:47 AM - Forum: GUI
- Replies (1)
|
 |
I just created a tkinter app that diplays numbers separated with semicolons as graphs. The numbers for x and y are inserted in two textboxes and then ..... More
|
|
|
Webbrowser |
Posted by: jbrick97 - Sep-26-2020, 07:44 PM - Forum: General Coding Help
- Replies (3)
|
 |
New member here - Thanks in advance.
I am using Sublime Text, wrote the below. Help me get this to open google!
import webbrowser
webbrowser...... More
|
|
|
Concatenation ?? |
Posted by: ridgerunnersjw - Sep-26-2020, 06:25 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a string that a user enters from input()....I would like to concatenate it with '\r' (0x0D) <CR> character so that it goes out on the uart bus ..... More
|
|
|
Python version |
Posted by: tanometro - Sep-26-2020, 05:12 PM - Forum: Networking
- Replies (2)
|
 |
Hello dear Pythonfriend's,
i'm Tanometro.
I have problems with the python version. I recently installed the latest version of python on my Mac pro, ..... More
|
|
|
DUAL WINDOWS... |
Posted by: ATARI_LIVE - Sep-26-2020, 04:20 PM - Forum: GUI
- Replies (5)
|
 |
My goal is dual windows as left and right for example:
[python]from tkinter import *
window_left = Tk()
window_left.geometry("300x300")
window_l..... More
|
|
|
Image to Data |
Posted by: nikki - Sep-26-2020, 02:10 PM - Forum: Data Science
- Replies (1)
|
 |
Dear Friends,
This is Nikki from Houston, Texas.
I would some help from you to convert images to Data points using the Python etc. I do not know..... More
|
|
|
Maths problems |
Posted by: Nick_oLay - Sep-26-2020, 12:07 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi
I wrote a simple program and it doesn't work properly. Instead of adding numbers it creates a number out of it, for example I type 1+2 and it answ..... More
|
|
|
|