Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 62 online users. » 0 Member(s) | 56 Guest(s) Bing, Google, AOL, AOL, Applebot
|
Latest Threads |
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
1 hour ago
» Replies: 5
» Views: 2,506
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 813
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 508
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,803
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,729
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 409
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 479
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,551
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,233
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,440
|
|
|
column grouping (sum) |
Posted by: metalray - Mar-07-2017, 02:38 PM - Forum: Homework
- Replies (2)
|
 |
Dear Python Experts,
I am looking again at Daniel Breen's case study In [69]: he writes a function
called convert_housing_data_to_quarters().
h..... More
|
|
|
Heat equation |
Posted by: HugoL - Mar-07-2017, 10:40 AM - Forum: Homework
- Replies (1)
|
 |
Hi everyone. Thank you for reading.
We are working on solving this heat equation in a one dimension bar:
[size=medium]∂T/∂t=[font=Calibri, san..... More
|
|
|
pping.py |
Posted by: Skaperen - Mar-07-2017, 10:38 AM - Forum: Code sharing
- No Replies
|
 |
i wrote this command-line interface script to do multiple pings in parallel:
[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future..... More
|
|
|
Reading a CSV |
Posted by: lewoc - Mar-07-2017, 10:29 AM - Forum: General Coding Help
- Replies (4)
|
 |
I have a CSV file that looks like this:
htt ps://gyazo. c om/51b69c4d128286521e86cb5715b5fd9a
I need a program that does this:
If Title = 'Ti..... More
|
|
|
pyutils.py |
Posted by: Skaperen - Mar-07-2017, 10:20 AM - Forum: Code sharing
- Replies (8)
|
 |
the original thread is quite old and now closed.
here is an update ... still a work in progress (and probably forever so):
[python]#!/usr/bin/en..... More
|
|
|
where to start with gui builder? |
Posted by: JackDinn - Mar-07-2017, 08:52 AM - Forum: GUI
- Replies (2)
|
 |
Hi, Iv been tinkering with python for a while and wanted to take a look at what gui options there are for linux desktops (maybe even cross platform). ..... More
|
|
|
Scapy route6 configuration |
Posted by: peterkl - Mar-06-2017, 03:58 PM - Forum: Networking
- No Replies
|
 |
I'm using scapy to build some IPv6 packets. I'm having trouble in the communications between hosts on the same network and with external links as well..... More
|
|
|
Convolution with numpy |
Posted by: Tina - Mar-06-2017, 12:24 PM - Forum: Data Science
- Replies (3)
|
 |
Hello everyone,
I am trying to convolute 2 signals in the time-domain:
the first when is a gaussien function and the second one is a zero array but..... More
|
|
|
Newtons problem |
Posted by: Miraclefruit - Mar-06-2017, 01:56 AM - Forum: Homework
- Replies (2)
|
 |
Newton’s Law of Cooling states that when a hot liquid is placed in a cool
room, each minute the decrease in the temperature is approximately proporti..... More
|
|
|
While loop/half-life |
Posted by: Miraclefruit - Mar-06-2017, 01:50 AM - Forum: Homework
- Replies (6)
|
 |
Carbon-14 is constantly produced in Earth’s upper atmosphere
due to interactions between cosmic rays and nitrogen, and is found in all plants and ani..... More
|
|
|
|