| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 29 Guest(s) Bing, Google, Twitter, AOL
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 11
» Views: 307
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 1
» Views: 72
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 91
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 50
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,122
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 204
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 732
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,838
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 210
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 166
|
|
|
| sms messaging |
|
Posted by: mistral77 - Jul-16-2018, 05:51 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
[python]#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import messaging
from messaging import sms
from messaging.sms import gs..... More
|
|
|
| Autocomplete tkinter/notebook |
|
Posted by: dimvord - Jul-16-2018, 12:35 PM - Forum: GUI
- No Replies
|
 |
The autocomplete class below works as expected when the lines 9-19 (=notebook tabs) are missing, meaning that the list of the entry box (line 130), ap..... More
|
|
|
| Getting Input from Tkinter Entry |
|
Posted by: juliabrushett - Jul-16-2018, 05:35 AM - Forum: GUI
- Replies (6)
|
 |
Hello,
I am wanting to do some calculations using interest, total amount, and years to pay of an item, but I am having trouble getting and using th..... More
|
|
|
| Cockroach help |
|
Posted by: Reywal - Jul-15-2018, 02:14 PM - Forum: Game Development
- Replies (1)
|
 |
Hello guys, I'm getting started with pygame and python and trying to to rewrite one of my previous codes. Basically it's a very simple game, where the..... More
|
|
|
| PEP 572 and Future |
|
Posted by: svetlanarosemond - Jul-14-2018, 11:44 PM - Forum: Bar
- Replies (8)
|
 |
As many of you have read by now, Guido van Rossum stepped down as the BDFL, partially because of the criticism of PEP 572.
What I don't really und..... More
|
|
|
| matplotlib animate imshow |
|
Posted by: kiyoshi7 - Jul-14-2018, 09:22 PM - Forum: Data Science
- No Replies
|
 |
I'm trying to animate the code below. I basically want to plot an NxM matrix with the values of -1 or 1 and run the matrix through a function to chang..... More
|
|
|
|