Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 484 online users. » 0 Member(s) | 480 Guest(s) Google, Bing, Baidu, Yandex
|
|
|
80 |
Posted by: Skaperen - Jan-30-2017, 04:44 AM - Forum: Bar
- Replies (6)
|
 |
trying to limit all code lines to fit in 80 characters is hard to do
[python] if opt_instance == None:
instances_sortedby_launchtime = ..... More
|
|
|
What to do to avoid error |
Posted by: California - Jan-29-2017, 11:08 AM - Forum: GUI
- Replies (2)
|
 |
Hello, I am getting an error when calling function from apps_5 modul into main. I need those 3 modules, becouse a lot of code will be inside. Any help..... More
|
|
|
Class for reading a csv FIie |
Posted by: Ambriador - Jan-28-2017, 07:03 PM - Forum: Homework
- Replies (3)
|
 |
Hey,
i have a problem with a homework for university. We have to write a class which can use attributes and read a cs. file. I am on it for several d..... More
|
|
|
PDF tools |
Posted by: Skaperen - Jan-28-2017, 06:15 AM - Forum: News and Discussions
- Replies (4)
|
 |
i found 3 packages for manipulating PDFs in Python. how many used one or more o f these? i am curious how good they are. my goal is basically makin..... More
|
|
|
PyQt4 Touch events |
Posted by: alekssandrap - Jan-27-2017, 02:33 PM - Forum: GUI
- Replies (2)
|
 |
[color=#000000][font=DejaVu Sans Mono][color=#000080][b][color=#000000][font=DejaVu Sans Mono]Hi, I tested simple code for detecting touch event on to..... More
|
|
|
Pinch-zoom |
Posted by: alekssandrap - Jan-27-2017, 08:21 AM - Forum: GUI
- No Replies
|
 |
Hi, I started with designing an GUI application on Raspberry Pi 3, I am using PyQt4. For plotting graphs on that app I am using pytqgraph. At this poi..... More
|
|
|
Color mixing |
Posted by: thyva - Jan-27-2017, 01:34 AM - Forum: Homework
- Replies (6)
|
 |
When mixed, the primary colors-red, blue, and yellow- create secondary colors- orange, green and purple. mix red and blue to get purple. mix blue and ..... More
|
|
|
Measurement |
Posted by: thyva - Jan-27-2017, 12:56 AM - Forum: Homework
- Replies (7)
|
 |
A US gill is measure of volume that is equal to 32 fluid drams .One drams is equal to 1/8 of a US ounce. If you know the number of fluid ounces, you c..... More
|
|
|
map function |
Posted by: landlord1984 - Jan-26-2017, 11:44 PM - Forum: General Coding Help
- Replies (5)
|
 |
map(print,[1,2,3]) I thought above code should print individual element, but it does not work.
Why map function does not work h..... More
|
|
|
Loading a GUI from Terminal |
Posted by: Raudert - Jan-26-2017, 05:16 PM - Forum: GUI
- Replies (3)
|
 |
So I am making a simple program to read the value from an ADS1x15 ADC, convert it to the voltage value that went into it using linear interpolation an..... More
|
|
|
Python Modulo Problem |
Posted by: PYTHONEUR - Jan-26-2017, 02:59 PM - Forum: Homework
- Replies (3)
|
 |
Hi everyone would anyone know the formula for the reverse modulo?
If there is not only the PGCD
If there is only the PGCD could you give me a fo..... More
|
|
|
|