Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,623
» Latest member: spokedge
» Forum threads: 38,637
» Forum posts: 175,059
Full Statistics
|
Online Users |
There are currently 530 online users. » 0 Member(s) | 524 Guest(s) Bing, Google, Baidu, Yandex, Apple
|
Latest Threads |
PyQT5 Thread crashes afte...
Forum: GUI
Last Post: Axel_Erfurt
10 hours ago
» Replies: 2
» Views: 3,051
|
List[] in Python needs so...
Forum: Game Development
Last Post: miajones
Yesterday, 11:14 AM
» Replies: 2
» Views: 353
|
Unable to install pygame ...
Forum: Game Development
Last Post: Thatedge
Yesterday, 08:09 AM
» Replies: 2
» Views: 2,075
|
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
Yesterday, 05:53 AM
» Replies: 2
» Views: 235
|
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 480
|
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 196
|
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,382
|
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 139
|
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 633
|
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,546
|
|
|
Slicing to a file |
Posted by: Liquid_Ocelot - May-11-2017, 09:05 PM - Forum: Homework
- Replies (11)
|
 |
Hey everyone just a quick question. I need to omit lines from a file where the number of lines is dictated by the user input then save it as a new fil..... More
|
|
|
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
|
|
|
|