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,297
» Latest member: ichsanputr
» Forum threads: 38,795
» Forum posts: 175,887

Full Statistics

Online Users
There are currently 47 online users.
» 2 Member(s) | 39 Guest(s)
Google, Bing, Facebook Dev, buran, bowlofred

Latest Threads
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
24 minutes ago
» Replies: 6
» Views: 3,169
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 1
» Views: 65
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 235
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,521
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,141

 
  Keras. ModuleNotFoundError: No module named 'error'
Posted by: agatte - Sep-12-2019, 08:55 AM - Forum: Data Science - Replies (1)

Hello I am trying to run a script and I am getting error like this:
My set up:
- Python 3.5
- Tensorflow 1.12.-foss-2018b-OpenBLAS-0.3.1


[err..... More

Print this item

  Python .exe
Posted by: Kundan - Sep-12-2019, 08:53 AM - Forum: General Coding Help - Replies (1)

How to create a Python executable(.exe) file in Netbeans IDE?

Print this item

  telnetlib timeout
Posted by: kerzol81 - Sep-12-2019, 08:38 AM - Forum: Networking - No Replies

Hi,

I made this test script, to connect to a telnet server, it works, if there is data to read, but if nor or the server is not available the scrip..... More

Print this item

  FileNotFoundError: No such file or no access
Posted by: agatte - Sep-12-2019, 07:53 AM - Forum: General Coding Help - Replies (2)

Hello,

I am begging in python. I compile the code of and I got the error like this:

[quote] File "C:\Users\krasona\PycharmProjects\Glioblastom..... More

Print this item

  Zeep lib, encrypt soap body
Posted by: miha1234 - Sep-12-2019, 07:52 AM - Forum: General Coding Help - No Replies

Hello

i am trying to use: https://python-zeep.readthedocs.io/en/master/wsse.html

Signing msg works fine:

[python]from zeep import Client
fro..... More

Print this item

  a stack of elifs and a try/except
Posted by: Skaperen - Sep-12-2019, 02:02 AM - Forum: General Coding Help - Replies (2)

while testing what a given string means by applying a few tests in a stack of elifs the next test is to see if giving it to a function will or will no..... More

Print this item

  Installing pip windows 10
Posted by: jcg36 - Sep-12-2019, 01:08 AM - Forum: General Coding Help - Replies (9)

For the life of me, I'm having the hardest time installing pip on my computer.

I have downloaded Python 3.7.4 to my windows 10 operating system. I..... More

Print this item

  a quick check for a pattern?
Posted by: Skaperen - Sep-12-2019, 12:52 AM - Forum: General Coding Help - Replies (3)

a string might fit the pattern of a window geometry like "700x400" or "700x400+100+100". what is a nice quick way to test if it does and get the numb..... More

Print this item

  Doesn't give me the payload of grouped emails when used IMAPClient.
Posted by: pyseeker - Sep-11-2019, 11:12 PM - Forum: Networking - No Replies

Hello,

I am trying to fetch the messages from our gmail inbox. So, there will be 1000s of messages sent to Inbox and are grouped for each 100 email..... More

Print this item

  RDPY Problem
Posted by: Whoamii - Sep-11-2019, 09:02 PM - Forum: General Coding Help - Replies (4)

Hello i am having issuse with rdpy module cuz there is no documenation how to use it!

I just wanna make a rdp server side script and connect with r..... More

Print this item

  material for OOP and efficient numrical programming
Posted by: paul18fr - Sep-11-2019, 08:36 PM - Forum: Data Science - No Replies

Hi All

I've ever used procedural programming so far, without (directly) codding any class i.e. using OOP (Object Oriented Programming); in other th..... More

Print this item

  bug in code
Posted by: kawtts59 - Sep-11-2019, 07:36 PM - Forum: Homework - Replies (1)

I get the error "NameError: name 'tkFileDialog' is not defined" in the following code.
If anybody can tell me why, it would be greatly appreciated.
..... More

Print this item

  how to join 2 iterators
Posted by: Skaperen - Sep-11-2019, 07:14 PM - Forum: General Coding Help - Replies (2)

you can join 2 lists with the + operator. but now we are getting iterators where we once got lists. usually they are effectively the same. but the ..... More

Print this item

  nested for loop dilemma
Posted by: YoungGrassHopper - Sep-11-2019, 04:36 PM - Forum: General Coding Help - Replies (9)

Hey guys, so I have been doing some basic tasks on while loops for loops which I completed with some help here and there and I mostly grasped it witho..... More

Print this item

  Automatic Focus On Output To Integrated Terminal of VS-Code
Posted by: adt - Sep-11-2019, 04:28 PM - Forum: News and Discussions - No Replies

It is seen that on code execution via code runner (Ctrl+Alt+N), shifting of focus from code editor to integrated terminal does take place, provided pr..... More

Print this item

  run into issues while configuring visual-studio code on a win 7 machine.
Posted by: apollo - Sep-11-2019, 03:13 PM - Forum: General Coding Help - Replies (3)

hello dear experts

run into issues while configuring visual-studio code on a win 7 machine.


[python]

Microsoft Windows [Version 6.1.7601]
Copyr..... More

Print this item

  Can't visualize maps using Gmaps
Posted by: mPlummers - Sep-11-2019, 02:38 PM - Forum: General Coding Help - No Replies

i'm trying to use the Gmaps library on Jupyter notebook. I can't display the generated map.

- Installation: i tried both `conda install -c conda-f..... More

Print this item

  How modify the DataFrame columns
Posted by: SriRajesh - Sep-11-2019, 01:40 PM - Forum: Data Science - Replies (2)

Hi,
I have below DataFrame,
I want to add in "0th" row if the columns are STD, the modify the "0th" row as the:
original cell value +"STD:JPEG:"
a..... More

Print this item

  Beginner problem, replace function with for loop
Posted by: Motley_Cow - Sep-11-2019, 01:29 PM - Forum: General Coding Help - Replies (9)

I am new to programming with python so be gentle Blush

I'm going through the Introduction to Python on If Statements and working on a general..... More

Print this item

  Paste Operation not working in Text Widget
Posted by: Code_Enthusiast - Sep-11-2019, 01:28 PM - Forum: GUI - Replies (1)

Good day, I'm new to programming with Tkinter and I'm working on a text editor.
I recently used a code posted online that creates a custom Text class..... More

Print this item

  Openpyxl, format color of cells (cols) based on condition.
Posted by: genderbee - Sep-11-2019, 01:05 PM - Forum: General Coding Help - No Replies

Hello,
I just need format cells based on condition like this.

[Image: ex.png]

So different colors for different va..... More

Print this item

  Excel Lookup
Posted by: riteshprakash - Sep-11-2019, 12:43 PM - Forum: General Coding Help - No Replies

I am new to Python.

I have to read some codes (from multiple columns) from one excel tab and do a lookup into another excel tab. After that I have..... More

Print this item

  removing spaces/tabs after used .strip()
Posted by: zarize - Sep-11-2019, 12:41 PM - Forum: General Coding Help - No Replies

hi guys,

how can i removes spaces/tabs in case like this? It supposed to be in 1 line
[Image: bVkcWF1.png]

It comes from 'div'..... More

Print this item

  Please, advise collections for my task
Posted by: AlekseyPython - Sep-11-2019, 12:03 PM - Forum: General Coding Help - Replies (1)

Python 3.7.3

In my task, it is necessary to store in memory a very large quantity of records (~ 10,000,000 elements), each of which is on the order o..... More

Print this item

  Call method from another method within a class
Posted by: anteboy65 - Sep-11-2019, 12:01 PM - Forum: General Coding Help - Replies (3)

Not sure if this is the right thinking but anyway, this is what I'm trying to do:

I have a Class which includes some variables and some methods. Th..... More

Print this item

  Open and read multiple text files and match words
Posted by: kozaizsvemira - Sep-11-2019, 11:15 AM - Forum: General Coding Help - Replies (3)

Hi,

How can I create a script that reads two text files and prints out words that match within text file number 1?
This code below is the furthest..... More

Print this item

  How to split string after delimiter
Posted by: SriRajesh - Sep-11-2019, 10:58 AM - Forum: General Coding Help - Replies (1)

Hi,
I have a string as below, I want to split after each "html" and extract the first string after split.
I use below code, but I can be able to spl..... More

Print this item

  WORDPRESS DISADVANTAGES
Posted by: Anshsachdeva - Sep-11-2019, 10:40 AM - Forum: Bar - Replies (7)

Hello friends,

I'm planning to start a blog on WordPress.
Can anyone elaborate what all disadvantages are there in WordPress?

Print this item

  covertion of argparser to cliff
Posted by: suraj522 - Sep-11-2019, 07:36 AM - Forum: General Coding Help - No Replies

anyone help me to resolve this convert from this line to cliff without using sys module >> def take_action(self, parsed_args):
[python]
import log..... More

Print this item

  CLI module - click
Posted by: suraj522 - Sep-11-2019, 07:01 AM - Forum: General Coding Help - Replies (2)

hello any one please help with my code to get standard input from username and print it
[python]
import click

@click.command()
@click.option('-..... More

Print this item

  Do something with all possible combinations of a list
Posted by: 3Pinter - Sep-11-2019, 06:53 AM - Forum: General Coding Help - Replies (7)

Going to explain in simple language since googling this didn't really help me (unsure how to name this problem).

I have a list which items I want t..... More

Print this item

  error using geoGen package from GITHUB
Posted by: hknarahari - Sep-11-2019, 06:16 AM - Forum: General Coding Help - Replies (4)

Hi,
I am a newbie (a teacher trying to use python package for teaching CFD), I have been trying to us an open domain package "https://github.com/acro..... More

Print this item

  Request.get not working
Posted by: ASHA - Sep-11-2019, 06:00 AM - Forum: General Coding Help - Replies (3)

hi i'm new to python. I have just started learning requestsmodule.
I was able to successfully import requests module. But getting error while using r..... More

Print this item

  from Json Time Serie file to python dictionnary
Posted by: Reims - Sep-11-2019, 04:33 AM - Forum: General Coding Help - Replies (1)

Hi, i have a preoccupation, i know the process to follow but not exactly how to implement it.

so i have a json file which looks like

[python]
j..... More

Print this item

  Functions
Posted by: harold - Sep-11-2019, 03:55 AM - Forum: Homework - Replies (5)

Hi Guys, i have written a simple function coding to call out the functions for both fToC and cToF based if it meets the requirements for the temperatu..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  best way to learn python 24 minutes ago dutch ichsanputr News and Disc...
  My regex function is not ... 5 hours ago Moltar1997 Pedroski55 General Codin...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
Most views
  The best Prog... 579352
  Tutorial Requ... 512298
  Web Scraping ... 442260
  Newbie with P... 386328
  New Users Int... 380140
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday

User Panel Messages

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