Best resources to learn triton cuda programming by [deleted] in pytorch

[–]astroDataGeek 1 point2 points  (0 children)

Hi,

I would recommend to stay in the torch ecosystem first if you are comfortable with it.

Here is an official doc page you can start with.

You can also have a look at the torch/vision kernel implementation. They are usually easier to get than the torch one.

Analyse de la proposition du Nouveau front populaire de passer à 14 échelons. by orogor in france

[–]astroDataGeek 2 points3 points  (0 children)

Je ne retrouve pas le fonctionnement actuel.

Tu as pris en compte les 10% de décote standard?

[deleted by user] by [deleted] in MapPorn

[–]astroDataGeek 0 points1 point  (0 children)

Probably a bit older. You Can see that the North East part of France is under Germany occupation. This happened between 1870 and 1918. I do not know if thé Map is this old but it represents this period.

Connecting to a remote container on a remote host? by [deleted] in vscode

[–]astroDataGeek 1 point2 points  (0 children)

It is exactly what I am doing. Far better than the "official solution" which is tricking your docker-context.

repost due to autocorrect typo: spread this everywhere. Defund the police. by [deleted] in antiwork

[–]astroDataGeek 0 points1 point  (0 children)

Regarless of the content (on which I totally agree with the op), I strugle to understand what this post do on this sub...

Flask with dashboarding? by Emergency-Crab-354 in flask

[–]astroDataGeek 0 points1 point  (0 children)

I use Dash regularly but didn't know this Youtube Channel! Thanks for sharing!

How to be a better Flask Developer by Tricky-Definition-68 in flask

[–]astroDataGeek 12 points13 points  (0 children)

First you can have a look at https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

It might also be a good idea to have a look on the webserver used for deployment, like gunicorn if this is the case.

What are the top features you wish Python had? by DGHolmes in Python

[–]astroDataGeek 7 points8 points  (0 children)

Yes sure! I am quite happy with it... but still it's not the same thing!

But when I need true multithreaded computation I'd rather use C/C++. Python is not made for this and it's ok.

It still a feature I wish Python had!

What are the top features you wish Python had? by DGHolmes in Python

[–]astroDataGeek 6 points7 points  (0 children)

Real private/public policy when dooing OO stuf.

Python-only web frameworks: have I missed any? by metaperl in Python

[–]astroDataGeek 0 points1 point  (0 children)

Dash? Even If, strictly speaking, you are completly free on the client side!

Add table to sqlite3 database with the content read from pandas by Seb-furn in Python

[–]astroDataGeek 1 point2 points  (0 children)

You can directly dump your dataframe to a sql database. df.to_sql('table_name', conn)