| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,906
Full Statistics
|
| Online Users |
There are currently 41 online users. » 1 Member(s) | 33 Guest(s) Bing, AOL, Google, Apple, Internet Archive, Mojeek, buran
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
3 hours ago
» Replies: 4
» Views: 124
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 4
» Views: 152
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Today, 04:44 AM
» Replies: 8
» Views: 668
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,811
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 147
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 130
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 210
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,217
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 325
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 211
|
|
|
| Modern looking GUI |
|
Posted by: Cuz - Jan-10-2019, 09:21 AM - Forum: GUI
- Replies (14)
|
 |
Hi guys,
I have an easy question but an important one for me nonetheless. I was recently diving into PyQt5 designing really simple desktop apps a..... More
|
|
|
| Converting List of 3 Element Tuple to Dictionary |
|
Posted by: fooikonomou - Jan-10-2019, 03:38 AM - Forum: General Coding Help
- Replies (11)
|
 |
I have one 3d list of tuple
list=[(0, 1, 6), (5,1,4), (1, 6, 0), (3, 2,1),(4,5,1)] I want to add in a dictionary like this:
[p..... More
|
|
|
| Variable Range |
|
Posted by: Trinx - Jan-10-2019, 03:11 AM - Forum: General Coding Help
- Replies (4)
|
 |
I am trying to code a variable with a range from 4-10. The user inputs a number that will be determined if it's one of the numbers in the variable (4 ..... More
|
|
|
| Basic Help Needed |
|
Posted by: JohnV - Jan-09-2019, 07:52 PM - Forum: General Coding Help
- Replies (2)
|
 |
Where are programs developed? In the shell? That doesn't seem to work. Where else? How do I get instant commands to calculate? Thanks.
|
|
|
| Merge isosurfaces |
|
Posted by: mPirs - Jan-09-2019, 02:04 PM - Forum: General Coding Help
- No Replies
|
 |
I want to define two surfaces (S_1, S_2) out of 6 previous ones (S1, S2 ,S3, S4, S5, S6) "merging" them such as:
S_1=S1+S3+S5
S_2=S2+S4+S6
All su..... More
|
|
|
| percentage change mean by group |
|
Posted by: SriRajesh - Jan-09-2019, 01:18 PM - Forum: Data Science
- Replies (1)
|
 |
Hi,
I want to calculate percentage change mean (and sum) by group.
[python]
import pandas as pd
d = {'col1': ['B','A','B','C','H','C','A','B','H..... More
|
|
|
| cups printing |
|
Posted by: Barrowman - Jan-08-2019, 11:12 PM - Forum: Networking
- Replies (2)
|
 |
I have a raspberrypi I am using as a print server and it has my HP Officejet on a USB port.
I can print to it from libreoffice, gedit and all other p..... More
|
|
|
| t_games, Take Two |
|
Posted by: ichabod801 - Jan-08-2019, 09:29 PM - Forum: Game Development
- Replies (16)
|
 |
I redid the code. It should run solo now (that is, outside the Python path). At least that's what it's doing on my machine.
|
|
|
| reading in csv row by row |
|
Posted by: SchroedingersLion - Jan-08-2019, 07:01 PM - Forum: Homework
- Replies (9)
|
 |
Good evening,
can someone help me with the syntax in saving the rows of a csv files with M rows and N columns into a list?
I do not want the last ..... More
|
|
|
|