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,888

Full Statistics

Online Users
There are currently 46 online users.
» 0 Member(s) | 44 Guest(s)
Bing, Google

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: bowlofred
21 minutes ago
» Replies: 2
» Views: 71
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
57 minutes ago
» Replies: 6
» Views: 3,170
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 61
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: 171
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

 
  Manipulation a file for translation
Posted by: apsyrtos - Sep-09-2019, 05:21 PM - Forum: General Coding Help - Replies (1)

[size=medium]Hello Everyone!
I want to translate game files, but first i need to separate stuff than needs translation from the rest of the code.
He..... More

Print this item

  How to call function
Posted by: SriRajesh - Sep-09-2019, 04:28 PM - Forum: General Coding Help - Replies (1)

Hi,
I defined two function in a forloop, and on each iteration both function should trigger. I use below code, and I am not getting any output.

[p..... More

Print this item

  Solving Equations with Python
Posted by: japrap - Sep-09-2019, 04:22 PM - Forum: General Coding Help - Replies (8)

Hello Everyone,

I am new to python and I was wondering if we can solve the following equation with python using numpy/scipy libraries:

[python]x = n..... More

Print this item

  Limitation in inserting DF
Posted by: Johnse - Sep-09-2019, 04:21 PM - Forum: Data Science - Replies (3)

Hello,

There is a limitation in inserting to a data frame.

For example, I have data frame as:

[python]ndf = pd.DataFrame(columns=[‘A’, ‘B’])..... More

Print this item

  Too big CSV file management
Posted by: CaptainCsaba - Sep-09-2019, 02:30 PM - Forum: General Coding Help - Replies (3)

Hey!

I am pretty new to "pandas" in python and I would like to ask for some help. I don't think it's complicated, I just can't figure it out. I hav..... More

Print this item

  Excel issues please help!
Posted by: Patriot1017 - Sep-09-2019, 02:24 PM - Forum: General Coding Help - No Replies

It has come time where I need some guidance on a use case I have. I have 3 different .xlsx workbooks and what I am trying to do is add a column and co..... More

Print this item

  insert into python DF by position
Posted by: Johnse - Sep-09-2019, 02:24 PM - Forum: Data Science - Replies (1)

Hello,

Can someone show me example on how to insert values store in variable into python data frame by position ?

Thank you

Print this item

  Display a tree
Posted by: binhxp - Sep-09-2019, 01:17 PM - Forum: Data Science - No Replies

Hi everyone,

I am writing a small app using Python and PyQt5 and have a input data that shows a tree as below:

Level 0
--Level 1
--Level 1
--..... More

Print this item

  Visual Studio Code does not print desired output but only prints "..."
Posted by: vincentolivers - Sep-09-2019, 09:52 AM - Forum: General Coding Help - Replies (11)

Hi all,

I'm a Python rookie (doing an online Python for Beginners course via edX) and I'm struggling with the following.
When I want to execute th..... More

Print this item

  returns index of list if contains a word
Posted by: zarize - Sep-09-2019, 09:29 AM - Forum: General Coding Help - No Replies

Hi,

how can i return index from the list if it contains special character + values?

example:

line1: [word1], [word2], [$300]

line2: [$4000..... More

Print this item

  Multiple Replacement
Posted by: millpond - Sep-09-2019, 05:10 AM - Forum: Homework - Replies (5)

I would like to be able to do in Python what is so simple in Perl:

[python]
$name = $filename_in_loop_input
$name =~ s/ epub//ig;
$name =~ s/ pd..... More

Print this item

  Google API OAuth v2 Python
Posted by: oneclick - Sep-09-2019, 05:02 AM - Forum: General Coding Help - No Replies

I have been trying to find a way to automate blogger Post, i was able to access normal data of my blog with a API Key, For Posting I need to have a OA..... More

Print this item

  [split] calling external exe with subprocess (maybe)
Posted by: himbehl - Sep-09-2019, 04:12 AM - Forum: General Coding Help - Replies (2)

[python]
import subprocess

# runExe takes two parameters and runs CrackMe.exe. It will return the result of CrackMe.exe as a string
username=str..... More

Print this item

Sad [Learning] Calendar without modules or list
Posted by: KoFu - Sep-09-2019, 03:55 AM - Forum: Homework - Replies (5)

EXERCISE:
The following function allows you to find out the day of the week for a specific date.
The date is supplied in the form of t..... More

Print this item

  Read csv file from Yahoo Finance
Posted by: ian - Sep-09-2019, 02:30 AM - Forum: Data Science - Replies (3)

I am trying use of url as below with error. But I tried url manually ok. Please advise. Thanks

[python]
import pandas as pd
import numpy as np
u..... More

Print this item

  Python-selenium script for automated web-login does not work
Posted by: hectorKJ - Sep-09-2019, 12:39 AM - Forum: Web Scraping & Web Development - Replies (2)

Objective is to login into a website, pass some search parameters and open top 3 results.
However, I am stuck at the first step. Using Python 3.7 on ..... More

Print this item

  Trying to query e-mail server
Posted by: b4iknew - Sep-08-2019, 11:55 PM - Forum: Networking - Replies (3)

Hello,
I'm fairly new to python and still learning. I wrote what I thought was a simple script trying to query my email server for NEW eamil. My p..... More

Print this item

  Trying to save array results to a csv
Posted by: jos88 - Sep-08-2019, 08:01 PM - Forum: General Coding Help - No Replies

Hi,

Basically I'm trying to use the following scraper to scrape data, then save to csv however the examples given are for prints and I can't figure..... More

Print this item

  Django for beginners
Posted by: Riccardo - Sep-08-2019, 07:28 PM - Forum: News and Discussions - Replies (1)

Hi, lately im interested in web framework. I red that the most popular are Django and Flask, and that Flask is more easy but has less functionality th..... More

Print this item

  spliting quoted and/or escaped tokens in a string
Posted by: Skaperen - Sep-08-2019, 06:07 PM - Forum: News and Discussions - Replies (1)

i think i asked this a while back because i remember a "can't find anything" answer. so i wonder if any answers have popped up. i want to do a gener..... More

Print this item

  psutil network speed stuck
Posted by: mikla90 - Sep-08-2019, 06:00 PM - Forum: Networking - No Replies

Hi everyone. For a test bench, I'm trying to write a simple piece of code that monitors the network speed on a specific adapter. I'm running on Window..... More

Print this item

  Question about YAMLLoadWarning (PyYAML error / deprecated)
Posted by: UniKlixX - Sep-08-2019, 02:39 PM - Forum: General Coding Help - Replies (4)

Hello everyone..

I have to be honest with you: I am totally new to Python and programming in general.

The other day my teacher at university told us..... More

Print this item

  How to continue code after .show() in matplotlib?
Posted by: jasper100125 - Sep-08-2019, 02:26 PM - Forum: General Coding Help - Replies (1)

How can i continue my code thats written after .show() in the matplotlib library?
There needs to come an input from the user after the plot shown bas..... More

Print this item

  inputs and if statements
Posted by: Vqlk - Sep-08-2019, 01:01 PM - Forum: General Coding Help - Replies (3)

[python]print("Welcome to project Apollo!")
time.sleep(0.5)
RegQ = True
while RegQ:
RegLR = input("Do you want to login or register: ")
i..... More

Print this item

  SQL error when using tkinter
Posted by: Orsa - Sep-08-2019, 12:59 PM - Forum: General Coding Help - Replies (2)

Hi,

I am trying to update a MSSQL Datebase from gui that i make but no what ever i do i get an error.
this is how the code looks like:

[python]..... More

Print this item

  Using flask to add data to sqlite3 table with PRIMARY KEY
Posted by: catafest - Sep-08-2019, 12:30 PM - Forum: Web Scraping & Web Development - Replies (1)

I need some help with this issue.
T..... More

Print this item

  int() function with bytearray()
Posted by: Jona66 - Sep-08-2019, 11:58 AM - Forum: General Coding Help - Replies (1)

Hello,

I´m quite a noob and here is my problem with filling up a bytearray with integers (hex):

1. created an empty bytearray

[python]>>> com..... More

Print this item

  calculate circle sector
Posted by: Bloody_geek - Sep-08-2019, 11:18 AM - Forum: General Coding Help - Replies (2)

Hey there Smile

I'm developing a little application in windows, where you can calculate the properties of a circle with two given values.
Possi..... More

Print this item

  python input
Posted by: maciek123 - Sep-08-2019, 09:48 AM - Forum: General Coding Help - Replies (5)

Hi guys i try to add elif where input is not a number to print 'please put number.' but for some reason its not working. Anyone know how to fix this?..... More

Print this item

  Python input not working
Posted by: Vqlk - Sep-08-2019, 09:00 AM - Forum: General Coding Help - Replies (2)

[python]print("Welcome to project Apollo!")
time.sleep(0.5)
RegQ = True
while RegQ:
RegLR = input("Do you want to login or register: ")
i..... More

Print this item

  Passing print output into another print statement
Posted by: Pleiades - Sep-08-2019, 08:55 AM - Forum: General Coding Help - Replies (6)

[size=medium]Hi, I'm trying to pass the output of a print(result) statement into a ( for i in anagrams("")) to another print statement and then run th..... More

Print this item

  Urls in a file to be executed
Posted by: pyseeker - Sep-08-2019, 06:25 AM - Forum: General Coding Help - Replies (2)

I have a lot of urls in a file and all the urls in that file have to be executed in a browser one by one. Can anyone suggest the best method to solve ..... More

Print this item

  Homework help please
Posted by: EdensVoid - Sep-08-2019, 05:50 AM - Forum: Homework - Replies (2)

[python]

# Input from the command line
import sys
A = sys.argv[1]
B = sys.argv[2]
C = sys.argv[3]

# Your code goes here
num = A * (B + C/3..... More

Print this item

  how does "is" work ?
Posted by: luoheng - Sep-08-2019, 03:31 AM - Forum: General Coding Help - Replies (5)

I met a strange problem when using is. Here is the code:
[python]
>> i = "12"
>> j = "12"
>> i is j
True
>> i = "1 2"
>> j = "1 2"
>> i is j..... More

Print this item

  Preferred Medium For Learning: Audio-Video Vs Static
Posted by: adt - Sep-08-2019, 02:45 AM - Forum: News and Discussions - No Replies

There is a school of thought that, active medium like audio-video tends to drive the user towards relatively passive state, while well designed static..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 21 minutes ago Moltar1997 bowlofred General Codin...
  best way to learn python 57 minutes ago dutch ichsanputr News and Disc...
  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... 579353
  Tutorial Requ... 512299
  Web Scraping ... 442264
  Newbie with P... 386329
  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