Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Generate matplot animation on a link
Post: Generate matplot animation on a link

Hello friends In below program , trying to achieve a graph which will have live updates 1.prepared the data 2.saved into db 3.retrieved the last entry 4.plotted live graph using Animate function i...
ambush General Coding Help 0 2,132 Apr-01-2019, 10:23 AM
    Thread: Backtrading
Post: Backtrading

Hi Friends Recently, I am working with backtrader module.Right now I am getting started with it and have a task of building a custom indicator with RSI(relative strength index ).Can anybody give me ...
ambush General Coding Help 1 1,975 Feb-02-2019, 01:47 PM
    Thread: SHARE PYTHON FILE
Post: SHARE PYTHON FILE

I have a python file and it consists of modules such as pandas,numpy,matplotlib and quandl. However, I need to share the file so the user can directly see the results after running the file # -*- cod...
ambush General Coding Help 1 2,831 Jan-27-2019, 11:47 PM
    Thread: PERMISSION DENIDED ERRNO 13
Post: PERMISSION DENIDED ERRNO 13

HI I am trying to install flake8 on virtualenv but i was unable to do so due to following error Exception: Error:Traceback (most recent call last): File "/home/sai/calculator/lib/python3.6/site-pa...
ambush General Coding Help 2 4,859 Jan-17-2019, 05:56 PM
    Thread: Float formatting
Post: Float formatting

import pandas as pd import numpy as np df3 = pd.DataFrame({ 'T': [11.0,22.0,11.23,20.03], 'v2': [11.0,13.0,55.1,33.0], 'v3' : [112.1,2.0,2.1,366.0], 'v4': [np.nan, "blue", 1.0, 2.0] }) df3['T'] = np...
ambush Data Science 1 2,299 Dec-13-2018, 12:30 PM
    Thread: Scheduled lift
Post: Scheduled lift

hi **smile** how to get started to design a program for a lift and visualize it. for example no. of floors is 4 no. of users is 26 functionality includes scheduling lift at a floor by the user.T...
ambush Homework 1 1,921 Nov-25-2018, 02:17 PM
    Thread: Counting the number of files related to particular format
Post: Counting the number of files related to particular...

In a folder there are different file formats such as jpeg,jpg,pdf and psd. Following program can count the files in a particular format.If the folder gets a new file format then a new function needs...
ambush General Coding Help 3 2,877 Nov-05-2018, 03:10 AM
    Thread: auto increment
Post: auto increment

hi num=1000 def inc(): increment = num + 1 return inc print(inc())in inc function the number 1000 is incremented by one and it is giving 1001 .when function is called again it is giving th...
ambush General Coding Help 7 14,267 Nov-01-2018, 11:39 PM

User Panel Messages

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