| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 55 online users. » 0 Member(s) | 47 Guest(s) Google, Bing, Facebook, Apple
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 134
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 109
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 80
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,170
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,572
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 197
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,202
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,455
|
|
|
| Extrapolation |
|
Posted by: bananen - Dec-22-2016, 04:51 PM - Forum: Data Science
- Replies (1)
|
 |
Hi!
I have two lists of data that I have done a linear fit on, and I would like to extrapolate this linearly but I don't really know how. I have at..... More
|
|
|
| Multi threaded Timer Class |
|
Posted by: Larz60+ - Dec-22-2016, 12:29 PM - Forum: Code sharing
- No Replies
|
 |
Moved from python-forum.org
Here is a timer class that can set to run simultaneous timers and kick off events upon completion.
a timer can be set ..... More
|
|
|
| concat two list based on array |
|
Posted by: MeeranRizvi - Dec-21-2016, 06:31 AM - Forum: Homework
- Replies (9)
|
 |
Here is my input
a=[1,2,3,4]
b=[5,6,7,8] I need the output like this:
Output: [1,5,2,6,3,7,4,8] How to do t..... More
|
|
|
| IPython |
|
Posted by: wavic - Dec-20-2016, 08:46 PM - Forum: News and Discussions
- Replies (3)
|
 |
Where to start....
I have used IPython a lot. But mostly like the regular Python interpreter and the most valuable feature for me was the autocomplet..... More
|
|
|
| GameBoard coding |
|
Posted by: Bullman - Dec-20-2016, 01:22 PM - Forum: Homework
- Replies (3)
|
 |
I'm have to create connect 4 as an assignment. We have been given code to tic tac toe to base it on. I have adjusted the board code but keep getting t..... More
|
|
|
| my next little project |
|
Posted by: Skaperen - Dec-20-2016, 06:57 AM - Forum: Bar
- Replies (4)
|
 |
my next little project is to make a "what is my IP address" server, but with UDP and my code (a server and a client) on each end. so i need to set up..... More
|
|
|
| problems with label |
|
Posted by: swipis - Dec-19-2016, 09:01 PM - Forum: GUI
- No Replies
|
 |
Hello
Have problem with label, trying to show label from another file but so far no luck. here is the code:
main.py
[python]
class mainWindow..... More
|
|
|
| Help with loop & user input |
|
Posted by: rdDrp - Dec-19-2016, 05:50 PM - Forum: Homework
- Replies (11)
|
 |
This is Not homework assignment. I am beginner to programing itself, just started with python.
What i want to achieve is this:
|
|
|
| adding physics |
|
Posted by: sarvar - Dec-19-2016, 04:19 PM - Forum: Game Development
- Replies (8)
|
 |
Hello dear users.
im having trouble in making my game (its doodle jump witch i wrote with pygame) more naturally.
im using the positions of my pi..... More
|
|
|
|