Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 57 online users. » 1 Member(s) | 51 Guest(s) Google, Bing, AOL, Applebot, snippsat
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
41 minutes ago
» Replies: 2
» Views: 51
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
44 minutes ago
» Replies: 6
» Views: 172
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,039
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 452
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 833
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,107
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,548
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,138
|
|
|
multiple binds |
Posted by: loulou - Jul-03-2019, 11:05 AM - Forum: GUI
- Replies (1)
|
 |
hello,
I am having trouble with events in my program:
[python]
.
.
.
self.userinput = wx.TextCtrl(pnl, style = wx.TE_PROCESS_ENT..... More
|
|
|
Delaunay Tesselation |
Posted by: paul18fr - Jul-03-2019, 09:11 AM - Forum: Data Science
- Replies (3)
|
 |
Dear All,
On the net, when I look for Python 2D tesselation libraries, I can find different ones in Scipy, matplotlib, etc; does somebody has ever ..... More
|
|
|
Python 3.6 |
Posted by: Skaperen - Jul-03-2019, 06:51 AM - Forum: Bar
- Replies (11)
|
 |
i have upgraded from Ubuntu 16.04 LTS to Xubuntu 18.04 LTS. now i have Python 3.6.8.
|
|
|
indefinite loop |
Posted by: Johnygo - Jul-03-2019, 03:03 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello everyone
I am new to Python and I am learning with a book I bought. In this book there are some do it yourself questions which are much more co..... More
|
|
|
need help with floodfill |
Posted by: rfdv - Jul-02-2019, 08:21 PM - Forum: Homework
- Replies (1)
|
 |
Hello, i'm having some difficulty at a college task and I wonder if you can help me. It is the realization of a floodfill algorithm in python 3 using ..... More
|
|
|
Matplotlib problem |
Posted by: ift38375 - Jul-02-2019, 02:54 PM - Forum: General Coding Help
- No Replies
|
 |
This is my source code for Bar graph through Pyplot :
[python]
import matplotlib.pyplot as plt
x = [2,4,6,8,10]
y=[3,9,11,2,6]
plt.bar(x,y,labe..... More
|
|
|
Debugging in VS code |
Posted by: kw42chan - Jul-02-2019, 02:06 PM - Forum: General Coding Help
- No Replies
|
 |
hi all,
When i tried to debug in VS code for a py file which involves reading csv with pandas, VS code said cwd needs to be set in launch.json. How..... More
|
|
|
CNN, dropout error |
Posted by: habib - Jul-02-2019, 10:45 AM - Forum: Data Science
- Replies (4)
|
 |
using python3 at ubuntu.
Reciving error constantly at each cnn code run.
WARNING:tensorflow:From /home/habib/.virtualenvs/kerasTF/lib/python3.6/..... More
|
|
|
Text after push button |
Posted by: chano - Jul-02-2019, 09:07 AM - Forum: GUI
- Replies (13)
|
 |
Hello All,
can after push button to see text on display- ,(bоttom) "please wait",for 30 secоnds,is it possible?
Thank you
|
|
|
|