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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,982
» Latest member: kyleconor797
» Forum threads: 38,733
» Forum posts: 175,569

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 40 Guest(s)
Bing, Applebot, Facebook Dev, AOL, AOL

Latest Threads
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Gribouillis
2 hours ago
» Replies: 4
» Views: 122
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,023
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 432
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,075
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,136
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 806
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,540
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,129
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,586

 
  ADODB.RecordSet Provider=OraOLEDB.Oracle
Posted by: haleem02 - Jan-16-2020, 03:02 AM - Forum: General Coding Help - No Replies

Python version:
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1900 64 bit (AMD64)]
OS: Win 10
db: Oracle 11g

Hi..... More

Print this item

  dictionary merge
Posted by: Skaperen - Jan-16-2020, 02:17 AM - Forum: General Coding Help - Replies (5)

i have 2 or more dictionaries to merge. they always have different keys. is there a way to do this in one expression? the .update() method returns ..... More

Print this item

  printing selected item with Sqlite data
Posted by: whacky7 - Jan-16-2020, 02:06 AM - Forum: General Coding Help - Replies (13)

Hi All,

It has been some time since I have finished writing my program. I have run into a problem where I am trying to print and export data from s..... More

Print this item

  Error in running the Elliott Fitting function
Posted by: shashisourabh - Jan-15-2020, 11:51 PM - Forum: Data Science - Replies (9)

Hi All,
I am new to the python and trying to do some curve fitting for my lab data. I have found an Elliott Fit code from Dr. Valerio D'Innocenzo's d..... More

Print this item

  How to plot this
Posted by: Ness - Jan-15-2020, 09:57 PM - Forum: Data Science - Replies (1)

Hey I've got barely no experience with python whatsoever I enjoy its plotting. However I need to rush through a kind of simple plot that I need to han..... More

Print this item

  Crawl an online store
Posted by: AndriannaTs - Jan-15-2020, 08:57 PM - Forum: Homework - Replies (2)

Hello,

I am a begginner with scrapy framework. I have to scrap an online pharmacy store and to crawl only 3 products from each category. Some of cate..... More

Print this item

  How to pass variable as an argument to be used in a function?
Posted by: t4keheart - Jan-15-2020, 07:50 PM - Forum: General Coding Help - Replies (8)

Hi everyone,
I'm new to python for forgive me if my fundamental idea of this concept is way off.

I have 2 python programs. One of them contains ..... More

Print this item

  no idea for a simulation
Posted by: accoumar - Jan-15-2020, 06:41 PM - Forum: General Coding Help - Replies (7)

Hello

I'd like to code the following simulation :
https://www.youtube.com/watch?v=cAPmX_BdYK0

I have no idea how to do so

More broadly, do ..... More

Print this item

  a weired problem after restructing algorithm
Posted by: homepoeple - Jan-15-2020, 06:25 PM - Forum: General Coding Help - No Replies

Hey guys,Those days I try to restructing algorithm of a Prime module,then I met a weired problem
whem I try to use a function(speedUp_Prime) to repla..... More

Print this item

  Computing correlation in audio files
Posted by: ryanblumenow - Jan-15-2020, 06:11 PM - Forum: General Coding Help - No Replies

Hi all. I am trying to compute a correlation between audio files in terms of waveform. The code breaks in a few different places and I am not sure how..... More

Print this item

  Set Output
Posted by: ghosalsantanuit - Jan-15-2020, 05:12 PM - Forum: General Coding Help - Replies (1)

Hi i am running below code
[python]
color_list_1 = set(["White", "Black", "Red"])
color_list_2 = set(["Red", "Green"])

for i in color_list_1:
..... More

Print this item

  Creating a set with dataclass and dict
Posted by: hobbitdur - Jan-15-2020, 05:06 PM - Forum: General Coding Help - Replies (11)

Hi everyone.
I am trying to play with the new @dataclass and TypedDict from 3.7 and 3.8
But after searching and reading lots of documentation I cann..... More

Print this item

  Manipulating the filename of an output script
Posted by: mckinneycm - Jan-15-2020, 04:05 PM - Forum: General Coding Help - Replies (4)

I'm using this script to pull the Running-Configs from my switches. It creates a filename for each output that includes "IP Address + today's date". W..... More

Print this item

  Write text expander in Python
Posted by: constantin01 - Jan-15-2020, 03:46 PM - Forum: General Coding Help - Replies (5)

Hi

I want to write simple program in Python that replace the certain sequence of letters with some unicode symbol. For example, "delta_low" -> "δ"...... More

Print this item

  How to prevent python from going to new line in for loop?
Posted by: idknuttin - Jan-15-2020, 03:38 PM - Forum: General Coding Help - Replies (3)

For example, let's say I want to go through each character in a string and print it like this

for x in "Python":
    print(x)
..... More

Print this item

  Error with print and return commands
Posted by: TheDark_Knight - Jan-15-2020, 03:30 PM - Forum: General Coding Help - Replies (2)


Hello guys, I'm new to Python, just tried running a simple code but am facing an error. Here's how my code ..... More

Print this item

  How to set majorGridLines in openpyxl?
Posted by: Karsten42 - Jan-15-2020, 02:34 PM - Forum: General Coding Help - No Replies

Dear Experts,

Quite new at Python, so sorry fo stupid question but I have some experiences in C/C++ and Perl and some other languages. Now I need t..... More

Print this item

  Formatting file data written to file.
Posted by: melblanc - Jan-15-2020, 01:35 PM - Forum: General Coding Help - Replies (2)

I have four columns of data in a file created and written to
by a Python script.

The first column is a line entry number beginning with, '1'
wi..... More

Print this item

  connecting the first point to the last point Matplotlib
Posted by: omar_mohsen - Jan-15-2020, 01:23 PM - Forum: General Coding Help - No Replies

I wanted to plot by using matplotlib library to plot data frames that read from database SQL without using plt.pause so I created a class to plot and ..... More

Print this item

  Skbio with Tree
Posted by: Zach - Jan-15-2020, 12:59 PM - Forum: General Coding Help - Replies (1)

Hi all,

I am new to this forum as well as python, and would be grateful for any help. I am working with a tree for my analyses and it does not seem..... More

Print this item

  Newbie needs help with a simple program
Posted by: feynarun - Jan-15-2020, 12:41 PM - Forum: General Coding Help - Replies (3)

I am trying to follow a python youtube channel by Mosh Hamedani and I tried to write a simple piece of code after seeing his program. My basics are no..... More

Print this item

  Serial port monitor
Posted by: federicomassimi - Jan-15-2020, 11:52 AM - Forum: Networking - Replies (1)

hi, I would like to create a small software that can monitor data from ant to serial port.
In practice I have a hardware device that communicates wit..... More

Print this item

  Help with install kivy
Posted by: PythonHenning - Jan-15-2020, 05:06 AM - Forum: GUI - Replies (4)

Hi, I have problem with install kivy.

I have follow the instruction on the link under:
under the heading "Installing the kivy stable release."

..... More

Print this item

  Homework help
Posted by: khanhcao1 - Jan-15-2020, 05:06 AM - Forum: Homework - Replies (2)

My teacher requirement is to use format() function to display the result of the division to 2 decimal places and inform the user that only 2 decimal p..... More

Print this item

  merge sort
Posted by: rootVIII - Jan-15-2020, 04:22 AM - Forum: Code sharing - Replies (4)

This one always blows my mind

[python]

def merge(left, right):
combined, left_index, right_index = [], 0, 0
while left_index < len(lef..... More

Print this item

  Python to build desktop and mobile apps
Posted by: tneilson08 - Jan-15-2020, 02:37 AM - Forum: News and Discussions - Replies (3)

Hello,
I'm very new to programming. I'm teaching myself through YouTube and some other courses. So one thing I'd like to do is learn how to develop m..... More

Print this item

  Homework help
Posted by: khanhcao1 - Jan-15-2020, 02:07 AM - Forum: Homework - Replies (2)

Look up the basic 2019 federal income tax rates for single filers by going to this
site at nerdwallet.com and expanding the section for Single Filers..... More

Print this item

  How do you set the alpha of a color???
Posted by: xBlackHeartx - Jan-15-2020, 01:11 AM - Forum: Game Development - Replies (7)

When I enter in the alpha value for a color, nothing changes no matter what I set it to. I don't even get an error message. My program just acts like ..... More

Print this item

  expressing an 8-bit ASCII code
Posted by: Skaperen - Jan-15-2020, 12:43 AM - Forum: Bar - Replies (2)

every possible unambiguous way people might want to express one of the 256 possible byte codes, where the first 128 are ASCII codes, i want to be able..... More

Print this item

  Tkinter problem
Posted by: catlessness - Jan-14-2020, 11:38 PM - Forum: GUI - Replies (1)

1.if you just run this, youll have a window to input 'order' and 'Rs'.
2.Enter a number in 'order' and press ok.
3.Change the number in 'order' aga..... More

Print this item

  Python "IndexError:"
Posted by: baidyas - Jan-14-2020, 10:39 PM - Forum: General Coding Help - Replies (3)

Dear experts,

I am not an expert in python. I am using a python code which takes two parameters Kpoints and Energy from a file EIGENVAL file...... More

Print this item

  Help with a banking Program
Posted by: CrazyMakes - Jan-14-2020, 10:20 PM - Forum: General Coding Help - Replies (4)

Hello i am a 13 year old novice programer trying to learn and just mess around with programing. I am making a bank program and have been trying to fix..... More

Print this item

  Unable to verify python versio
Posted by: ThereIsNoSpoom - Jan-14-2020, 10:18 PM - Forum: General Coding Help - Replies (2)

Hello, yesterday I installed 3.8.1 version of python and node.js. When I installed node.js afterwords and clicked install all requirements I saw as it..... More

Print this item

  How to use a returned value?
Posted by: t4keheart - Jan-14-2020, 10:04 PM - Forum: General Coding Help - Replies (12)

Hi everybody,
I'm working on a program that involves querying a database with pyodbc and working with the results. below you will see my program, and..... More

Print this item

  Plotly library with AIX 6.X / 7.X ?
Posted by: HK2432 - Jan-14-2020, 06:03 PM - Forum: General Coding Help - No Replies

Hello,

I've created a CGI in bash for my job but I find that the graphs are pretty bad visually...

I would like to use the Plotly library in ord..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Parse Markdown / get the ... 2 hours ago SpongeB0B Gribouillis General Codin...
  Error: cannot mix str wit... Today, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... Yesterday, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Yesterday, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577449
  Tutorial Requ... 501036
  Web Scraping ... 441079
  Newbie with P... 385147
  New Users Int... 369747
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
kyleconor797 Today
miriamwilliam Today
Davidkiplimo Today
Joliekeva Today
silversimon2 Yesterday

User Panel Messages

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