Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
unable to flash micropyth...
Forum: Bar
Last Post: zalexstolzeoz5360
1 minute ago
» Replies: 4
» Views: 7,980
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 118
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 491
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,035
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,592
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 491
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 960
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 974
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,243
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,854
|
|
|
Moving with objects in tkinter |
Posted by: dan789 - Dec-14-2018, 07:06 PM - Forum: GUI
- Replies (2)
|
 |
Hi all, can anybody tell me, how to find out if some object is currently located at specific coordinates? Let´s consider object1 at x=100,y=100 and I ..... More
|
|
|
Python None Type |
Posted by: sigo4u2002 - Dec-14-2018, 05:45 PM - Forum: General Coding Help
- Replies (1)
|
 |
Can someone kindly help with this code.
I am trying to achieve a string that looks like: instrument.write("FREQ:CENT 2442 MHz")
Unfortunately wh..... More
|
|
|
Asking a favour |
Posted by: kityatyi - Dec-14-2018, 04:51 PM - Forum: News and Discussions
- Replies (11)
|
 |
Good day!
I would like to ask a massive favour from you guys. Could someone be kind and write a very small, simple Python program for me please? Thos..... More
|
|
|
help with assignment 3 |
Posted by: Mof44 - Dec-14-2018, 09:15 AM - Forum: Homework
- Replies (5)
|
 |
Hi,
I'm working with complex numbers (multiply,substract, absolute value)
input:
[python]class Complex(object):
def __init__(self, r, i):
..... More
|
|
|
Unable to get a window, abort. |
Posted by: hajary8 - Dec-13-2018, 06:17 PM - Forum: GUI
- No Replies
|
 |
Hello dears expert,
I'm new user of python, Kivy . I need your help, this is my first programm and they give me this error
([CRITICAL] [App ..... More
|
|
|
Float formatting |
Posted by: ambush - Dec-13-2018, 12:30 PM - Forum: Data Science
- Replies (1)
|
 |
[python]
import pandas as pd
import numpy as np
df3 = pd.DataFrame({
'T': [11.0,22.0,11.23,20.03],
'v2': [11.0,13.0,55.1,33.0],
'v3' : [112.1,2...... More
|
|
|
loddi test |
Posted by: irvinyalom - Dec-13-2018, 11:15 AM - Forum: Homework
- Replies (5)
|
 |
creating this thread for students at loddi python school.
[python]
my_minmax_scaler = preprocessing.MinMaxScaler()
my_mi..... More
|
|
|
Opening Excel |
Posted by: Phil_lihp - Dec-13-2018, 10:26 AM - Forum: Data Science
- Replies (1)
|
 |
Hi,
I am generating a excel file with phyton. At the end I am saving the file but I would like it to also pup open in my face.
Does anyone kno..... More
|
|
|
|