| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,891
Full Statistics
|
| Online Users |
There are currently 90 online users. » 1 Member(s) | 87 Guest(s) Bing, Google, kshahzad1985
|
|
|
| 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
|
|
|
|