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,283
» Latest member: alexferrina
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 36 Guest(s)
Bing, Google, Facebook, Mojeek, AOL, lovedeep

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
8 hours ago
» Replies: 5
» Views: 108
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 47
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,482
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 139
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 61
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,065
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,297
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 363
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 204
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 263

 
  Time SQL Statement & Display Total
Posted by: anelliaf - Feb-28-2020, 05:55 PM - Forum: General Coding Help - No Replies

Hello,

I'm experimenting with panda and sqlalchemy for the first time where I'm importing a CSV file into a SQL Server database.

[python]
from ..... More

Print this item

  Second Window can't open due to iExit function
Posted by: Jionni - Feb-28-2020, 05:17 PM - Forum: GUI - Replies (4)

Hi,
as soon as I log in and press the Registration-button, the second Window can't open because of the iExit-button.

The Error is:

File "E:..... More

Print this item

  How to highlight dataframe columns
Posted by: SriRajesh - Feb-28-2020, 03:22 PM - Forum: Data Science - Replies (1)

Hi,
I have below dataframe, I want to highlight P with green, F with red.
df:

  c1 c2 c3
A P  na P  
B F  F  P
C P  P  na
and ..... More

Print this item

  Change code from using UDP socket to TCP
Posted by: leemao - Feb-28-2020, 02:29 PM - Forum: Networking - No Replies

Hello

I want to change this code (https://github.com/c-paras/DistanceVectorProtocol) from UDP to TCP, I start with [python]socket.SOCK_STREAM[/pyth..... More

Print this item

  convert from csv row to 16 bit bytes
Posted by: adetheheat - Feb-28-2020, 02:16 PM - Forum: General Coding Help - Replies (1)

I have a csv row like this:

1,5,14343,3456,6123,34002,4 
etc
I need to create a stream of bytes from it of size 16 bit -
So I wan..... More

Print this item

  Restarting code from scratch
Posted by: palladium - Feb-28-2020, 01:56 PM - Forum: General Coding Help - Replies (1)

I've got a program/script that I want it to restart from scratch if an error occurs. The script to restart the code looks like this:

[python]
impo..... More


Attached Files

Thumbnail(s)
   
Print this item

  curl and jq on python
Posted by: enigma619 - Feb-28-2020, 12:56 PM - Forum: General Coding Help - Replies (3)

Hi

I've a question about a request I need to do on a python script.
In fact I use icinga and my request on bash is:
[code]
curl -k -s -u admin:..... More

Print this item

  Flask - IIS Get Windows User Name
Posted by: beachdogvet - Feb-28-2020, 12:31 PM - Forum: Web Scraping & Web Development - No Replies

I have a Flask application (Python version 3.7) running on IIS ( version 10).  I'm trying to get the Windows username value of the User that is browsi..... More

Print this item

  GUI progress bar for iterable objects
Posted by: KodenejmBerni - Feb-28-2020, 12:27 PM - Forum: Code Review - No Replies

Hi, I recently started to work on python package named prgb-pkg which contains 'wrapper' class for iterable objects, like in tqdm. It pr..... More

Print this item

  Selenium TypeError
Posted by: charset - Feb-28-2020, 11:37 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,my code give TypeError.Can you help me?
[python]from selenium import webdriver
import random
import time
browser= webdriver.Firefox()

url="h..... More

Print this item

  Stand Alone Python App
Posted by: PadmaDavid - Feb-28-2020, 08:57 AM - Forum: General Coding Help - Replies (2)

Hi,

I am new to Python. I've been exploring to write a code for the following.

I use Django. I want a web page to be displayed with few empty ..... More

Print this item

  [split] Python Question
Posted by: osreddy - Feb-28-2020, 07:06 AM - Forum: General Coding Help - Replies (10)

how do I convert df.info() and df.describe() in to PDF in Python

Print this item

  team pair issue
Posted by: jk91 - Feb-28-2020, 07:03 AM - Forum: General Coding Help - Replies (29)

Hi,

How can we write program for below probelm to accept input and output accordingly:-

We have a list of pair{i,j} of teams where i and j are t..... More

Print this item

  Traceback error in PyCharm but not in other IDEs?
Posted by: devansing - Feb-28-2020, 05:58 AM - Forum: General Coding Help - Replies (7)

I'm wanting to switch to PyCharm but I'm getting a Traceback error with the following code that I haven't gotten before in other IDEs. I'm running v3...... More

Print this item

  anyone do both Python and Node.js together?
Posted by: Skaperen - Feb-28-2020, 02:10 AM - Forum: Bar - Replies (2)

does anyone around here do both Python and Node.js together?

Print this item

  mini coding request
Posted by: randy - Feb-28-2020, 12:58 AM - Forum: General Coding Help - Replies (1)

Hello,

I need someone to help me. I'm studying for an exam but all the sample tests have choice C as the answers so I can't practice with them. Co..... More

Print this item

  Check Array for numbers
Posted by: GloryHoleLover - Feb-28-2020, 12:10 AM - Forum: General Coding Help - Replies (7)

Hi, I want to do these steps.
1) Spit a string into an array by spaces
2) Check if each array element is a number

The isinstance(variable, int) f..... More

Print this item

  IndentationError: unexpected indent
Posted by: jk91 - Feb-27-2020, 08:54 PM - Forum: General Coding Help - Replies (1)

Hi,

When trying to run this program
Print ('Hi')I am getting attached error any idea how to resolve it?

Thanks


Attached Files

Thumbnail(s)
   
Print this item

  Questions re: my first python app (GUI, cross-platform, admin/root-level commands)?
Posted by: DonnyBahama - Feb-27-2020, 08:14 PM - Forum: General Coding Help - No Replies

I'm brand new to python and for my first app ("StaySafe"), I want to pop up a randomly chosen message whenever the user launches their web browser. (D..... More

Print this item

  Python Question
Posted by: Lighaldr - Feb-27-2020, 07:51 PM - Forum: General Coding Help - Replies (2)

First of all, I am new here so I am sorry if I am posting in the wrong place, and I would appreciate a link to the write place so I can perform correc..... More

Print this item

  Result Set Count and Timing
Posted by: anelliaf - Feb-27-2020, 07:33 PM - Forum: Data Science - No Replies

Hello,

I'm experimenting with panda and sqlalchemy for the first time where I'm importing a CSV file into a SQL Server database.

[python]
fro..... More

Print this item

  Trying to extract Only the capitol letters from a string of text
Posted by: Jaethan - Feb-27-2020, 07:24 PM - Forum: Homework - Replies (2)

Hello. I'm a bit of a newbie with Python, but I'm familiar enough with C++ and JavaScript that I can read code and have a good idea what it's supposed..... More

Print this item

  overlapping images
Posted by: Skaperen - Feb-27-2020, 07:13 PM - Forum: News and Discussions - No Replies

i have two images that overlap. they are different crops of one larger flat image, not a rotation of a single perspective. some rectangular portion..... More

Print this item

  Different results of code with local account and technical account
Posted by: dreyz64 - Feb-27-2020, 05:49 PM - Forum: General Coding Help - Replies (7)

Hi everyone,

I am running a forecasting code and am having a very weird issue.
My code is stored on a server and we have created a service account..... More

Print this item

  How to concatenate multiple dataframes
Posted by: rajeshE - Feb-27-2020, 03:12 PM - Forum: General Coding Help - Replies (1)

Hi,
I have three data frames, I want to connate them horizontally. However. third df is Date column. when I concatenate, its values showing nana.

..... More

Print this item

  multiplying elements in a list
Posted by: Olavv - Feb-27-2020, 12:50 PM - Forum: General Coding Help - Replies (3)

How do I multiply elements in a list with each other?

ex:
If I have to lists
[4, 0.8, 23]
[0.3, 2, 3]
How do I make these lists become a new li..... More

Print this item

  Help with Recursive solution,list items
Posted by: gianniskampanakis - Feb-27-2020, 09:26 AM - Forum: Homework - Replies (8)

Hi. This exercise was at the first exam of my university but I cant solve it. It needs to make a function using recursion. We have for example a list ..... More

Print this item

  How to print the docstring(documentation string) of the input function ?
Posted by: Kishore_Bill - Feb-27-2020, 09:17 AM - Forum: Homework - Replies (1)

Write a python script to print the docstring(documentation string) of the input function in Python 3? I’m new to Python and unable to find the answers..... More

Print this item

  Help on Time Series problem
Posted by: Kishore_Bill - Feb-27-2020, 08:58 AM - Forum: Homework - Replies (1)

I need guidance on the time series problem below. I tried to do on my own as mentioned below but it is not working. I want to know how can I update th..... More

Print this item

  convert 'A B C' to numpy float matrix
Posted by: rezabma - Feb-27-2020, 08:41 AM - Forum: Data Science - Replies (4)

Hi,
I want to use numpy command to read a matrix which is string format of positions of some atoms, for example, as follows:

['2.8320639688889e+00..... More

Print this item

  Create an isolated section in bash?
Posted by: yxk - Feb-27-2020, 08:08 AM - Forum: General Coding Help - Replies (1)

Like in gdb, typing fs will create an independent section at the top of commandline shell which produce a psudo gui to debug.

pdb does not have it ..... More

Print this item

  Music starts too early in state machine
Posted by: michael1789 - Feb-27-2020, 03:57 AM - Forum: Game Development - Replies (2)

Hello,

Been working on a game using the template in the state machine tutorial, but I've run into a little problem with loading and running music...... More

Print this item

  How to do the same as python -m requests.certs inside script?
Posted by: geekgeek - Feb-27-2020, 03:48 AM - Forum: General Coding Help - Replies (2)

This might be a dumb question -

in the command line, python -m requests.cert gives result:
/etc/pki/tls/certs/ca-bundle.crt

How is the righ..... More

Print this item

  Problem with tkinter when creating .exe file
Posted by: Jan_97 - Feb-26-2020, 07:24 PM - Forum: GUI - Replies (2)

I'm currently attempting to take one of my projects and turn it into a .exe file with cxfreeze. Unfortunately I've run into a problem I just cant seem..... More

Print this item

  Step in option is gryed out
Posted by: jassi123 - Feb-26-2020, 03:32 PM - Forum: GUI - Replies (1)

Hi Team,

My step in option is gyred out in pycharm IDE of Python. Here is the screenshot:-

Can you please look into this issue.


Regards,
(..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 8 hours ago drakhsin snippsat Web Scraping ...
  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...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579253
  Tutorial Requ... 512091
  Web Scraping ... 442184
  Newbie with P... 386294
  New Users Int... 379569
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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