| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 54 online users. » 1 Member(s) | 44 Guest(s) Google, Bing, Facebook, Applebot, AOL, kshahzad1985
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: Larz60+
11 hours ago
» Replies: 1
» Views: 55
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Today, 09:52 AM
» Replies: 11
» Views: 266
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Today, 09:41 AM
» Replies: 3
» Views: 106
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 233
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 92
|
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,602
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 190
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 174
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,902
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,409
|
|
|
| How to plot a Graph |
|
Posted by: Kamo - May-11-2017, 05:27 PM - Forum: Homework
- Replies (2)
|
 |
Hello, I have an equation and need to plot a graph using the Euler method, the code looks like this:
[python]h = 0.01
x = [0.0]
y = [0]
n = int(..... More
|
|
|
| the rs232 printer is not working |
|
Posted by: gray - May-11-2017, 04:23 PM - Forum: GUI
- Replies (10)
|
 |
[color=#242729][size=small][font=Arial,]
[size=small]i have a rs232 thermal printer(avasys)...i put a max232cpe on the path of rs232 cable from print..... More
|
|
|
| Python In Lunix |
|
Posted by: Wizard - May-11-2017, 03:38 PM - Forum: Homework
- Replies (8)
|
 |
Hello World!
I am in dire need of assistance on a current assignment in my IT class. We are using Linux terminals from our schools system to write ..... More
|
|
|
| How to concatenate horizontally |
|
Posted by: SriRajesh - May-11-2017, 01:41 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
I have below two matrices:
a=2
b=4
I want to concatenate them horizontally:
my desired output:
2
4
Many thanks in advance,
|
|
|
| Names and codes |
|
Posted by: janek30 - May-11-2017, 12:27 PM - Forum: Homework
- Replies (3)
|
 |
I have a dictionary to people's names and codes,like this:
[python] Names_and_codes = {"Emily":30623,
'Ethan':21298,
..... More
|
|
|
| Simple TCP Server |
|
Posted by: shift838 - May-11-2017, 02:58 AM - Forum: Networking
- Replies (4)
|
 |
I am very new to Python scripting.
I want to create a simple TCP server that will listen on a specified port and as soon as a connection is made it..... More
|
|
|
|