Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,757
» Latest member: EvanRunner
» Forum threads: 37,460
» Forum posts: 170,181

Full Statistics

Online Users
There are currently 377 online users.
» 1 Member(s) | 369 Guest(s)
Apple, Facebook, Google, Bing, Yandex, Baidu, PyDan

Latest Threads
short version of os.listd...
Forum: General Coding Help
Last Post: Skaperen
1 hour ago
» Replies: 0
» Views: 18
program wanted for Posix
Forum: Bar
Last Post: Skaperen
1 hour ago
» Replies: 0
» Views: 17
Please make a script
Forum: Bar
Last Post: Skaperen
1 hour ago
» Replies: 5
» Views: 300
Aspiring systems administ...
Forum: News and Discussions
Last Post: Skaperen
2 hours ago
» Replies: 1
» Views: 147
which way would be better...
Forum: General Coding Help
Last Post: DeaD_EyE
3 hours ago
» Replies: 3
» Views: 192
gnome-terminal
Forum: General Coding Help
Last Post: snippsat
Yesterday, 10:25 AM
» Replies: 5
» Views: 218
How to generate double ar...
Forum: Homework
Last Post: Safinazsalem
Yesterday, 09:53 AM
» Replies: 4
» Views: 323
pyinstaller + win32print
Forum: General Coding Help
Last Post: Wild_Tigra
May-10-2024, 08:26 PM
» Replies: 1
» Views: 137
Loops and Child Attribute...
Forum: General Coding Help
Last Post: menator01
May-10-2024, 06:25 PM
» Replies: 2
» Views: 151
Trying to generating mult...
Forum: General Coding Help
Last Post: deanhystad
May-10-2024, 03:09 PM
» Replies: 4
» Views: 171

 
  Packaging a single module(file) with a non-code file
Posted by: runsun - Apr-06-2019, 12:31 AM - Forum: General Coding Help - Replies (2)

I'm trying to package my single-file tool with a README.md file for [font=Courier New, Courier, monospace..... More

Print this item

  Time question
Posted by: Confused - Apr-05-2019, 04:30 PM - Forum: Homework - Replies (11)

1. Define a function called compute_opening_duration to calculate the duration of the opening time.
The function takes two strings: the opening ti..... More

Print this item

  pool map cycle
Posted by: skorost5 - Apr-05-2019, 04:27 PM - Forum: General Coding Help - Replies (5)

Trying to run twice pool map cycle.
[python]
from multiprocessing import Pool
b=["0","0","0","0","0","0"]

def f©:
b[5]=c
return b
f..... More

Print this item

  Need help getting the output
Posted by: aankrose - Apr-05-2019, 04:13 PM - Forum: General Coding Help - Replies (8)

[python]
S = input('Please enter something : ')

S = int(S)

T = S
for i in range(S+1):
T = S - T
for j in range(T):
T = T - 1
..... More

Print this item

  Please check code
Posted by: Evgeniy2019 - Apr-05-2019, 04:07 PM - Forum: Homework - Replies (4)

The program below implements computer
assistant, who asks the user day, month
and year of birth, and then display the age in years, months, and
day..... More

Print this item

  Why thread and queue only process the last row
Posted by: kinojom - Apr-05-2019, 03:08 PM - Forum: General Coding Help - No Replies

[python]
CSv
date,ref_num,desc,debit,credit,payee_id,code,name

2019-01-31,L00001,john,30.00,,150,500,johnkino
2019-01-31,L00001,john,,30..... More

Print this item

  Trouble Understanding Why This Code Works
Posted by: crocolicious - Apr-05-2019, 02:48 PM - Forum: General Coding Help - Replies (2)

Hello Community,
I'm studying a practice exam and the following question does not make sense to me. The answers have been provided but I'm still uns..... More

Print this item

  Working with date indexes (pandas)
Posted by: dervast - Apr-05-2019, 01:29 PM - Forum: Data Science - No Replies

Hi all,
I have a dataset with time stamps and I am happy that I can use timestamps as indexes.
I have an issue though that I do not know how, I can..... More

Print this item

  Tried everything
Posted by: Confused - Apr-05-2019, 01:27 PM - Forum: Homework - Replies (6)

Sorry for asking really simple questions. I've been trying for hours with no luck.

1. Print the number of unique stations

[python]import numpy a..... More

Print this item

  Changing small letter.
Posted by: pawlo392 - Apr-05-2019, 12:49 PM - Forum: Homework - Replies (1)

I want to write generator, which will be change the first letter of the names from list. I have to use "for" and "yield". I thought about something li..... More

Print this item

  Access-Control Tracker - My Tkinter GUI...
Posted by: Ceegen - Apr-05-2019, 12:04 PM - Forum: Code sharing - Replies (1)

This is the full code thus far of something I am working on right now.
Would love a critique and suggestions for improvements.
Been attempting to lear..... More

Print this item

  Process finished with exit code -107374819 (0xC0000375)
Posted by: mrazko - Apr-05-2019, 11:16 AM - Forum: General Coding Help - Replies (2)

Hi.
Please I would like to ask you for help. I'm getting this exit code: Process finished with exit code -107374819 (0xC0000375). Is it possi..... More

Print this item

  Python Maze Game by Christian Thompson
Posted by: ninedeadeyes - Apr-05-2019, 09:37 AM - Forum: Game Development - Replies (2)

Here is a thread to share any ideas or advancement regarding Christian Thompson " Python Maze Game "

Just finished the tutorial myself but hoping t..... More

Print this item

  Similarity network
Posted by: Absolumentpasadrien - Apr-05-2019, 09:36 AM - Forum: Homework - Replies (3)

Hello all,

I have to write a code to convert a .blastp file into a .sif one. For those of you that don't know what these are, a .blastp file look l..... More

Print this item

  Sort MULTIDIMENSIONAL Dictionary
Posted by: mirinda - Apr-05-2019, 08:38 AM - Forum: General Coding Help - Replies (2)

Hi all,

Im trying to order a Multidimensional dictionary with no success. I get the dict by a function and the result is like this:

[output]{'Nu..... More

Print this item

  Putting text on images from excel/csv file
Posted by: sam77am - Apr-05-2019, 07:06 AM - Forum: General Coding Help - Replies (1)

Hello Guys,
I am new in python.

I am looking for python programming where I can write specific text on specific images with updated in csv/excel...... More

Print this item

  hexadecimal world
Posted by: Skaperen - Apr-05-2019, 05:39 AM - Forum: Bar - Replies (3)

i am thinking of hacking a version of the python interpreter to use hexadecimal (which i call "cetal"), without the leading "0x", as the default every..... More

Print this item

  Find 'greater than' items in list
Posted by: johneven - Apr-05-2019, 04:39 AM - Forum: Homework - Replies (2)

rainfall_mi is a string that contains the average number of inches of rainfall in Michigan for every month (in inches) with every month separat..... More

Print this item

  a less challenging project idea
Posted by: Skaperen - Apr-05-2019, 04:25 AM - Forum: News and Discussions - Replies (2)

this one is not as hard as my last one. it is more about getting all the details right so it works correctly and gracefully in all case..... More

Print this item

  Problems using Kivy in Pycharm
Posted by: Exsul - Apr-05-2019, 02:37 AM - Forum: GUI - Replies (1)

Anybody have experience using Kivy in Pycharm? I'm going through this video tutorial, but when I type "buildo..... More

Print this item

  Need someone to help me edit this script
Posted by: edlentz - Apr-04-2019, 09:00 PM - Forum: General Coding Help - Replies (1)

I found a script that will send SIP messages to devices. It uses a template to setup the info to be sent. The template is this
[icode]NOTIFY sip:un..... More

Print this item

  Best way to support multiple keys in dictionaries
Posted by: mrapple2020 - Apr-04-2019, 08:22 PM - Forum: General Coding Help - Replies (3)

Hi, imagine I have this situation:

[python]>>> ip1 = "1.1.1.1"
>>> ip2 = "2.2.2.2"
>>> ip3 = "3.3.3.3"
>>>
>>> elements = {ip1+','+ip2:'100'}
..... More

Print this item

  Virtual Environments
Posted by: pneveux - Apr-04-2019, 07:56 PM - Forum: General Coding Help - Replies (1)

I'm relatively new to Python. I've always been told to use a virtual environment when developing a project to make sure that updated packages won't b..... More

Print this item

  Smartsheet api data using python into folder
Posted by: dspy9 - Apr-04-2019, 07:30 PM - Forum: General Coding Help - No Replies

I need to get smartsheet data into folder in csv file using Python api call without using smartsheet sdk. Please advise if anyone has any suggestions.

Print this item

  While loop won't restart program :(
Posted by: TheDovah77 - Apr-04-2019, 06:37 PM - Forum: General Coding Help - Replies (4)

So I am very new to python, and I am trying to make a simple dice roll simulator. But when I try to loop the program it just doesn't do anything, I've..... More

Print this item

  Issue with json data
Posted by: pythonFresher - Apr-04-2019, 05:59 PM - Forum: Homework - Replies (5)

Hi All,

I am new to python and please excuse for any process in posting the thread.I have a requirement to get few values from a URL.

URL
http:..... More

Print this item

  SNMP Dynamic Table
Posted by: martillyu2017 - Apr-04-2019, 05:36 PM - Forum: Networking - Replies (1)

Hi, all.

I need a guide or link to a tutorial that discuss how to build a dynamic SNMP table in PYSNMP and then create rows on that table.

I se..... More

Print this item

  What data structure I need
Posted by: dervast - Apr-04-2019, 05:22 PM - Forum: Data Science - Replies (3)

Hi all,
I am new to python and I have learned using data frames. I have imported some data series and I was able to set the index to be time based. T..... More

Print this item

  inserting data into sqlite3 database using concurrent futures
Posted by: Larz60+ - Apr-04-2019, 05:01 PM - Forum: Bar - Replies (3)

Just finished a module that scrapes data from 460,000 html files and inserts that data into an Sqlite3 database.
Now this is a rather nerdy question ..... More

Print this item

  why can't i used ESC key??
Posted by: dongk33 - Apr-04-2019, 02:56 PM - Forum: General Coding Help - Replies (1)

this is my code
[python]
import turtle as t

def blank():
t.clear()


t.speed(0)
t.pensize(2)
t.shape("turtle")
t.onscreenclick(t.goto)..... More

Print this item

  A dynamically updating GUI screen from URL
Posted by: bescf - Apr-04-2019, 01:55 PM - Forum: GUI - Replies (20)

I work on about developing a Qt GUI using Qt5 and PyQt.

I am trying to implement a display screen to Raspberry Pi that will dynamically "live upda..... More

Print this item

  Created a simple GUI to get myself started with TkInter!
Posted by: bixitz - Apr-04-2019, 01:22 PM - Forum: Code sharing - Replies (4)

[Image: DiscountApp.jpg]
Hello friend..... More

Print this item

  sysv_ipc shared memory performance
Posted by: comotai - Apr-04-2019, 12:47 PM - Forum: General Coding Help - Replies (1)

I have a system that is written in C on Linux and there are 2 components. One component reads a bunch of data, serializes it into C structs then copie..... More

Print this item

  ValueError: Input contains infinity or a value too large for dtype('float64')
Posted by: Rabah_r - Apr-04-2019, 12:30 PM - Forum: Data Science - Replies (1)

Hello python community, i need help.
I'm working on machine learning. However, i have problem at the cleaning step.
i use this code:
[python]
# Im..... More

Print this item

  How to mask the region out side the region of interest
Posted by: Sri - Apr-04-2019, 12:24 PM - Forum: Data Science - No Replies

Hi,
I have below the circle, and I want to pick three regions of interest.

I created a filled circle with center at (0,0), a radius is 20. Now I w..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  short version of os.listd... 1 hour ago Skaperen Skaperen General Codin...
  program wanted for Posix 1 hour ago Skaperen Skaperen Bar
  Please make a script 1 hour ago Centsicles Skaperen Bar
  Aspiring systems administ... 2 hours ago oslon Skaperen News and Disc...
  which way would be better... 3 hours ago Skaperen DeaD_EyE General Codin...
  gnome-terminal Yesterday, 10:25 Raysz snippsat General Codin...
  How to generate double ar... Yesterday, 09:53 Safinazsalem Safinazsalem Homework
  pyinstaller + win32print 05-10, 20:26 Wild_Tigra Wild_Tigra General Codin...
  Loops and Child Attribute... 05-10, 18:25 antweeman82 menator01 General Codin...
  Trying to generating mult... 05-10, 15:09 dzgn989 deanhystad General Codin...
  Writing a cycle to find t... 05-10, 11:49 Tysrusko Tysrusko General Codin...
Most views
  The best Prog... 443955
  Web Scraping ... 328484
  Tutorial Requ... 318067
  Newbie with P... 268740
  Thread remain... 253327
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 313
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11880
buran 8091
snippsat 7103
deanhystad 6250
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
EvanRunner Yesterday
AyFait Yesterday
ebn852_pan Yesterday
KSHATRIYA_COLLEGE_OF_ENGG_CSE Yesterday
Saida2024 Yesterday

User Panel Messages

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