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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,305
» Latest member: jacklylee
» Forum threads: 38,798
» Forum posts: 175,901

Full Statistics

Online Users
There are currently 28 online users.
» 0 Member(s) | 24 Guest(s)
Bing, AOL, Google, Mojeek

Latest Threads
Car dashboard with TKinte...
Forum: GUI
Last Post: jacklylee
3 hours ago
» Replies: 2
» Views: 9,814
Electric Car battery size...
Forum: General Coding Help
Last Post: novaCharger99
4 hours ago
» Replies: 3
» Views: 3,017
Python is not working on ...
Forum: General Coding Help
Last Post: lary_p
5 hours ago
» Replies: 0
» Views: 21
What role does IoT play i...
Forum: General Coding Help
Last Post: ShaneCorn
7 hours ago
» Replies: 0
» Views: 30
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ShaneCorn
7 hours ago
» Replies: 7
» Views: 7,787
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Today, 02:09 AM
» Replies: 7
» Views: 617
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 09:58 PM
» Replies: 3
» Views: 113
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 03:53 PM
» Replies: 1
» Views: 91
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Yesterday, 08:47 AM
» Replies: 3
» Views: 163
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 04:40 AM
» Replies: 6
» Views: 3,205

 
  Extract of matrix subpart using a deep copy
Posted by: paul18fr - May-01-2019, 09:17 PM - Forum: Data Science - Replies (2)

Hi,

I remember that in Python "A = B" corresponds to a "shallow" copy; in other word if I change any cell in B, then the same cell is modified in A..... More

Print this item

  Python script that calls jamfHelper binary
Posted by: kennethdean2010 - May-01-2019, 08:43 PM - Forum: General Coding Help - Replies (19)

Hi I have a python script I am using to update my Macbooks at work that calls the jamfBinary to display a hud that allows the user to defer updates. ..... More

Print this item

  How to I define a variable between strings in telnetlib write?
Posted by: Fez - May-01-2019, 08:36 PM - Forum: General Coding Help - Replies (2)

How to I use a variable in telnetlib write? I can get connected no problem. I am new to python.
[python]for line in ipaddress:

Host=line.strip(..... More

Print this item

  Welcome back link + Avatar image change.
Posted by: MvGulik - May-01-2019, 07:46 PM - Forum: Board - Replies (2)

While thinking of retrying out this forum again (after some false start some time ago), I'm running into some questions.

When I click on the..... More

Print this item

  Print to Text file in Python 3
Posted by: iteachpc - May-01-2019, 06:04 PM - Forum: General Coding Help - Replies (2)

How do I save the values a variable to a text file in Python 3? i.e. my_varialbe = 'This is the text content" write my_variable to my_variable.txt Tha..... More

Print this item

  Iterating list of oredereddict for creating new list of ordereddict
Posted by: babypython - May-01-2019, 05:31 PM - Forum: General Coding Help - Replies (7)

I have a list of ordereddict as follows
[python]OrderedDict([('Numbers', '15'), ('FirstName', 'John'), ('SecondName', 'Raul'), ('MiddleName', 'Kyle')..... More

Print this item

  Having trouble updating the text in a label
Posted by: microphone_head - May-01-2019, 05:21 PM - Forum: GUI - Replies (3)

Hi all,

Having trouble updating the text in a label Wall .

I've created a tkinter window and created an update routine, but its not obvious ..... More

Print this item

  Python, flask, Django
Posted by: Ecniv - May-01-2019, 03:51 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi
I posted before about a way of using python, via IIS, to give out html pages.
I was advised it is much better to use Flask, so I have been tryin..... More

Print this item

  LINK
Posted by: Gabriela - May-01-2019, 02:04 PM - Forum: Web Scraping & Web Development - Replies (3)

SOMEONE WHO CAN HELP ME HOW TO CREATE A WEB LINK TO POWER WITH THAT LINK BY INTERNET AND IN PHONE

Print this item

  Computational linguistic program - Need some help
Posted by: Antoine - May-01-2019, 12:05 PM - Forum: Homework - Replies (4)

Hello,
I am a student in linguistic from France. So excuse me if my english is perfectible.
I follow a course in computational linguistic and I have..... More

Print this item

  Tutorial for Python, Flask > data into a form
Posted by: Ecniv - May-01-2019, 11:27 AM - Forum: Tutorial Requests and Submissions - Replies (1)

Hi

I'd like a tutorial on how to use a flask basis to make a form store into memory and retrieve into the for for editting.
Cannot seem to find an..... More

Print this item

  How can I use Tkinter with pygame
Posted by: microphone_head - May-01-2019, 09:33 AM - Forum: GUI - Replies (4)

Hi everyone,

Can anyone help me so the code works with pygame and Tkinter (seemingly) simultaneously? Confused I'm also interested in formatti..... More

Print this item

  row multiplication using vectorization
Posted by: paul18fr - May-01-2019, 08:22 AM - Forum: Data Science - Replies (4)

Dear All

Coming from matlab, I'm progessively moving to Numpy/Python; I'm looking if the following calculation can be done (I looked tuto and so on..... More

Print this item

  Sort Matrices by Mean Value Obtained (OpenCV, Python and Numpy)
Posted by: danny_paez - May-01-2019, 06:15 AM - Forum: Homework - Replies (1)

Hi, I need help.

I'm working with OpenCV and Python.

I separated the green, red and blue components of an RGB image with OpenCV and Python. Then..... More

Print this item

  Session engine in Django
Posted by: karansingh - May-01-2019, 05:48 AM - Forum: Web Scraping & Web Development - Replies (1)

How i can configure session engine in Django through File based sessions?

Print this item

  waiting for the first of many pipes to send data
Posted by: Skaperen - May-01-2019, 05:20 AM - Forum: General Coding Help - Replies (7)

i am writing a script the will run up to about 16 child processes that send back output for the parent to read and print. the timing can be rather ra..... More

Print this item

  Run macros of excel sheet from python scripts
Posted by: shubhamjainj - May-01-2019, 03:34 AM - Forum: General Coding Help - Replies (3)

Hello,
I am getting the following error while running the macro using python scripts

[error]
Traceback (most recent call last):
File "C:\Users\user..... More

Print this item

  [pygame] Inventory problems. Weapons equipped to wrong slot
Posted by: SheeppOSU - Apr-30-2019, 09:46 PM - Forum: Game Development - Replies (6)

I've been working on this inventory for so long. i finally made big progress on it but I have a problem.

Problem - When buying an item it is succe..... More

Print this item

  Recommended game IDE on Ubuntu 18.04
Posted by: GarDebs - Apr-30-2019, 06:22 PM - Forum: Game Development - Replies (4)

Hi,

I hope someone can help me.

My son is really interested in learning game programming in Python. I've tried Spyder but cant get Pygame insta..... More

Print this item

  Split string into 160-character chunks while adding text to each part
Posted by: iambobbiekings - Apr-30-2019, 06:15 PM - Forum: Homework - Replies (9)

HELP!
A company has hired you as a consultant to develop software that can be used for sending SMS to their end-users. Currently, the maximum number ..... More

Print this item

  Replacing an integer by looking at a dictionary
Posted by: wendysling - Apr-30-2019, 05:31 PM - Forum: General Coding Help - Replies (3)

Hi,

I am trying to find the current month in a dataframe to pull other information from that specific month.

Datetime provides the mont..... More

Print this item

  Sqlalchemy foreign key problem
Posted by: IMuriel - Apr-30-2019, 04:19 PM - Forum: Web Scraping & Web Development - Replies (2)

hello im pretty stuck here, im trying to generate my models in order to autogenerate the tables and everyything works fine, but when i try to do somet..... More

Print this item

  Prime number Python homework
Posted by: mkrisz98 - Apr-30-2019, 02:18 PM - Forum: Homework - Replies (11)

Hi, I got a homework and I have to ask for some help.
My task is:
Listing the first six prime numbers, we get 2, 3, 5, 7, 11, and 13, where 13 is pr..... More

Print this item

  Chatbot with word2vec
Posted by: maik282 - Apr-30-2019, 01:49 PM - Forum: Data Science - No Replies

Hey there

I'm working my way into the chatbot topic right now. I already did some projects with rasa nlu and chatterbot.

Now I want to take the ..... More

Print this item

  How to draw a tree in garphviz
Posted by: mandana - Apr-30-2019, 01:19 PM - Forum: General Coding Help - Replies (2)

I want to draw a tree in python graphviz. I have data in excel with 3 columns. The first column is Tail, the second is Head and the third column is La..... More

Print this item

  Query in list.clear (beginner)
Posted by: Shaswat - Apr-30-2019, 01:17 PM - Forum: Homework - Replies (1)

Hello Everyone,

I am new in Python programming and trying to transpose the matrix. So if the matrix is

[icode]matrix = [[1, 2, 3, 4], [5, 6, 7,..... More

Print this item

  First for loop stops after first iteration
Posted by: Divanova94 - Apr-30-2019, 12:40 PM - Forum: General Coding Help - Replies (10)

I am creating a matrix array by reading two different lists with for loop. But the second for loop stops after the first iteration.
The print output..... More

Print this item

  python book bundle on humble bundle
Posted by: metulburr - Apr-30-2019, 10:44 AM - Forum: News and Discussions - Replies (3)

3 tier bundles for python books for 2 weeks
https://www.humblebundle.com/books/pytho..._content=p..... More

Print this item

  Running the Regressive Imagery Dictionary program...
Posted by: treegreen - Apr-30-2019, 10:34 AM - Forum: General Coding Help - Replies (3)

Hello,

I'm a student researcher and am trying to get a program to run in Python, however I'm on my second attempt and don't think I have the expert..... More

Print this item

  Help Understanding Code
Posted by: Variables - Apr-30-2019, 10:16 AM - Forum: General Coding Help - Replies (1)

Hello Everyone
So i had to create a program that reads pcap files, takes the IP packet and shows it in a certain format. I had to ask for help and the..... More

Print this item

  How to get object name?
Posted by: bhojendra - Apr-30-2019, 07:23 AM - Forum: General Coding Help - Replies (2)

When I print obj it prints something like:

print(type(obj))
# <class 'some.third.party.ObjectName'>
What I want here is to print ..... More

Print this item

  How to highlight html using python
Posted by: Prince_Bhatia - Apr-30-2019, 07:08 AM - Forum: General Coding Help - Replies (2)

hi,

i have written a code that look for changes in website and produce it's html. but my concern is how can i look highlight the change that has ha..... More

Print this item

  iterating an interator partially then resuming
Posted by: Skaperen - Apr-30-2019, 01:53 AM - Forum: General Coding Help - Replies (3)

i would like to iterate an iterator in a loop that will usually break out part way through. then later, i want another loop to resume that iteration ..... More

Print this item

  Weighting The Python KMeans Procedure
Posted by: zsfeinstein - Apr-29-2019, 10:07 PM - Forum: Data Science - No Replies

Below is a set of sample code for doing the KMeans Cluster analysis in Python:

[python]sample_dat = pd.DataFrame(np.array([[1,0,1,1,1,5],
..... More

Print this item

  charmap codec can't decode byte error with gzipped file in python
Posted by: bluethundr - Apr-29-2019, 09:53 PM - Forum: General Coding Help - Replies (2)

I am attempting to send an email that includes a file in gzip format as an attachment using python.

But I'm getting an error when I try to send the f..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Car dashboard w... 3 hours ago TMJJ jacklylee GUI
  Electric Car battery size... 4 hours ago ridgerunnersjw novaCharger99 General Codin...
  Python is not working on ... 5 hours ago lary_p lary_p General Codin...
  What role does IoT play i... 7 hours ago ShaneCorn ShaneCorn General Codin...
  Can I develop a live vide... 7 hours ago mtrkhan ShaneCorn Web Scraping ...
  Help with Serial.write in... Today, 02:09 racingsubby racingsubby General Codin...
  silent deployment Python ... Yesterday, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP Yesterday, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... Yesterday, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python Yesterday, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
Most views
  The best Prog... 579405
  Tutorial Requ... 512468
  Web Scraping ... 442302
  Newbie with P... 386354
  New Users Int... 380485
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12111
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
jacklylee Today
novaCharger99 Today
cruisesfares Today
ShaneCorn Today
SNR Today

User Panel Messages

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