| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,273
» Latest member: Astrobert
» Forum threads: 38,788
» Forum posts: 175,860
Full Statistics
|
| Online Users |
There are currently 30 online users. » 0 Member(s) | 25 Guest(s) Bing, Apple, Google, AOL
|
|
|
| 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
|
|
|
| large ints and floats |
|
Posted by: Skaperen - Sep-26-2020, 12:51 AM - Forum: Bar
- Replies (7)
|
 |
what is the largest int that can be converted to float such that 1 larger cannot be converted to float?
hint: it is not a power of 2
suggestion:..... More
|
|
|
|