Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: problem with python
Post: RE: problem with python

(Apr-29-2021, 10:08 AM)perfringo Wrote: (Apr-28-2021, 09:23 AM)raarkil Wrote: thanks so what I can do? The canonical way is something along those lines: import tkinter as tk import pandas as pd i...
raarkil GUI 22 6,905 Apr-30-2021, 01:05 PM
    Thread: simple function problem
Post: RE: simple function problem

(Apr-25-2021, 03:22 PM)stereokim123 Wrote: def fruit(melon, pear) : ( ) return result print(fruit(10, 5)) print(fruit(6, 4)) hey guys, i'm trying to make a calculation for a fruit store. Below ...
raarkil Homework 5 3,282 Apr-30-2021, 01:03 PM
    Thread: Beginner question - Terminal
Post: RE: Beginner question - Terminal

(Apr-29-2021, 11:55 AM)Alex121 Wrote: (Apr-29-2021, 11:02 AM)Larz60+ Wrote: try python -V Not sure when the --version and other naming was started, but your OS may have a version prior to the int...
raarkil News and Discussions 8 3,306 Apr-29-2021, 12:00 PM
    Thread: problem with python
Post: RE: problem with python

but where I can find list of modules that is right to python3? and could you give advise what module is better to use to build GUI in python3?
raarkil GUI 22 6,905 Apr-29-2021, 11:46 AM
    Thread: problem with python
Post: RE: problem with python

(Apr-28-2021, 09:31 PM)Barrowman Wrote: It has a GUI interface. Once installed go to the menu/programming/Thonny. Once it's running you will see it's icon in the panel at the bottom of the screen. R...
raarkil GUI 22 6,905 Apr-28-2021, 09:48 PM
    Thread: problem with python
Post: RE: problem with python

very good program I see, can i set it in GUI interface once I installed to run it quickly?
raarkil GUI 22 6,905 Apr-28-2021, 09:17 PM
    Thread: problem with python
Post: RE: problem with python

python3 ./window.py this is working for me thanks but here is another question, can you tell why codium is telling that this code contains errors if via terminal I just ran it? from tkinter import *...
raarkil GUI 22 6,905 Apr-28-2021, 05:42 PM
    Thread: problem with python
Post: RE: problem with python

sorry i got my mistake but what i can do with that? --->>> https://b.radikal.ru/b32/2104/77/92ba2f345c1e.png
raarkil GUI 22 6,905 Apr-28-2021, 05:06 PM
    Thread: problem with python
Post: RE: problem with python

I got this then ->>> file:///home/nikita/Pictures/Screenshot%20from%202021-04-28%2019-49-22.png
raarkil GUI 22 6,905 Apr-28-2021, 04:50 PM
    Thread: help on first function
Post: RE: help on first function

import random >>> def rand(): for i in range(6): … return random.randint(1,40) >>> x = rand() print(x)I suppose you want this
raarkil General Coding Help 6 2,627 Apr-28-2021, 12:55 PM
    Thread: problem with python
Post: RE: problem with python

I got this--> https://c.radikal.ru/c07/2104/6b/62735b90ce13.png
raarkil GUI 22 6,905 Apr-28-2021, 12:46 PM
    Thread: problem with python
Post: RE: problem with python

(Apr-28-2021, 09:15 AM)perfringo Wrote: From Python documentation: Quote:Note that in general the practice of importing * from a module or package is frowned upon, since it often causes poorly read...
raarkil GUI 22 6,905 Apr-28-2021, 09:23 AM
    Thread: problem with python
Post: RE: problem with python

I have dowloaded Python for linux via official site after that I choose codium text editor to start with I set python path to folder i dowloaded I dowloaded pip with this command "apt-get install ...
raarkil GUI 22 6,905 Apr-28-2021, 09:14 AM
    Thread: problem with python
Post: RE: problem with python

I just want to start to build GUI via Python
raarkil GUI 22 6,905 Apr-28-2021, 09:14 AM
    Thread: problem with python
Post: RE: problem with python

I have started to work on linux system, maybe I must to learn it first, maybe you can give me what I must to know linux first?
raarkil GUI 22 6,905 Apr-28-2021, 09:08 AM
    Thread: problem with python
Post: RE: problem with python

#-------------- #Imports #-------------- from Tkinter import * #-------------- # Main Window #-------------- mainWindow = Tk() mainWindowTitle = Label(mainWindow, text="Our New GUI") mainWindowTitle.p...
raarkil GUI 22 6,905 Apr-28-2021, 09:04 AM
    Thread: problem with python
Post: problem with python

Hello all! I am new to linux but I like to program and I installed linux mint 20.1, but I got problem with pip, when I writing a code with some module it says that I need to dowload it first via pip b...
raarkil GUI 22 6,905 Apr-27-2021, 08:29 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020