| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,305
» Latest member: oliverjohn
» Forum threads: 38,799
» Forum posts: 175,899
Full Statistics
|
| Online Users |
There are currently 347 online users. » 0 Member(s) | 342 Guest(s) Google, Bing, Applebot, AOL
|
|
|
| Data Visualization |
|
Posted by: baehs89 - Apr-19-2019, 08:32 PM - Forum: Data Science
- Replies (2)
|
 |
Hi,
I'm wondering if there is any framework or useful libraries for creating data visualization videos like below..
[video=youtube]https://www...... More
|
|
|
| Final df to csv |
|
Posted by: HierroDuc1 - Apr-19-2019, 08:27 PM - Forum: Data Science
- Replies (1)
|
 |
I'm having trouble saving the data-frame as a CSV.
[python]
>>> print(len(df))
221
>>> final_df = df.sort_values('popularity', ascending=False)..... More
|
|
|
| Newton Fractal |
|
Posted by: sarasantos - Apr-19-2019, 08:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
hi there, I need an algorithm for x^3-1 with Newton's method and tha end have show a fractal. Can someone help me?
|
|
|
| fasterconvergence |
|
Posted by: mcgrim - Apr-19-2019, 07:24 PM - Forum: Data Science
- Replies (15)
|
 |
I am trying to achieve a faster convergence of the arithmetic-geometric mean.
The first part of the code (general convergence) works fine but the seco..... More
|
|
|
| Library for graphic Gantt chart |
|
Posted by: Aregmax - Apr-19-2019, 06:01 PM - Forum: GUI
- Replies (1)
|
 |
Hello
Which library should I learn/check first to create graphical app looking like gantt chart? It schould have drag and drop functionalities Someth..... More
|
|
|
| vpython arrows |
|
Posted by: rose - Apr-19-2019, 06:07 AM - Forum: Homework
- Replies (1)
|
 |
I want to define the endpoint of one arrow in vpython so that I position another arrow there (creating two linkages). How can I do that? Do I need to ..... More
|
|
|
| Unicode identifiers |
|
Posted by: Skaperen - Apr-19-2019, 03:31 AM - Forum: Bar
- Replies (2)
|
 |
i found a total of 112333 Unicode characters, counting ASCII, that are valid for identifiers, according to str.isidentifier().
only..... More
|
|
|
| Indentation |
|
Posted by: Truman - Apr-19-2019, 12:01 AM - Forum: General Coding Help
- Replies (16)
|
 |
I avoid opening a new thread for indentation problem but I just don't get what is wrong here.
[python]
import random
random.seed()
def rollDie():
..... More
|
|
|
| read write |
|
Posted by: nuncio - Apr-18-2019, 09:10 PM - Forum: General Coding Help
- Replies (2)
|
 |
[python]
def some_condition(line):
return "ddd" in line
with open('testin.csv') as infile:
for line in infile:
if some_conditio..... More
|
|
|
| virtual env |
|
Posted by: jeuvrey - Apr-18-2019, 12:50 PM - Forum: General Coding Help
- Replies (8)
|
 |
Hello,
I want to use virtualenv with python.
I work with Windows 7 and python 3.7, i developped with the idle editor.
i create with virtualenv a ..... More
|
|
|
|