How is Django 3.1 so far? I'm coming from 1.11 LTS
For those of you using Django 3.1, how is it? Is it worth using over the 2.2 LTS?
My last project was 1.11 LTS and I did enjoy using it.
I would prefer an LTS version so there is less pressure to upgrade. But 3.1 looks pretty shiny.
/r/django
https://redd.it/iqe6dr
For those of you using Django 3.1, how is it? Is it worth using over the 2.2 LTS?
My last project was 1.11 LTS and I did enjoy using it.
I would prefer an LTS version so there is less pressure to upgrade. But 3.1 looks pretty shiny.
/r/django
https://redd.it/iqe6dr
reddit
How is Django 3.1 so far? I'm coming from 1.11 LTS
For those of you using Django 3.1, how is it? Is it worth using over the 2.2 LTS? My last project was 1.11 LTS and I did enjoy using it. I...
[2002.05645] Training Large Neural Networks with Constant Memory using a New Execution Algorithm
https://arxiv.org/abs/2002.05645
/r/MachineLearning
https://redd.it/iqiqhz
https://arxiv.org/abs/2002.05645
/r/MachineLearning
https://redd.it/iqiqhz
reddit
[2002.05645] Training Large Neural Networks with Constant Memory...
Posted in r/MachineLearning by u/chillinewman • 68 points and 16 comments
How to make flaks site https?
Not sure if this is directly ima flask question, but I built a flask site with react front end. I deployed on Ubuntu 18.02 ec2 and I’m using Apache. I set up an elastic up to point my tld and works fine, but I don’t understand how to set up ssl. Any help? I have a let encrypt ssl certifícate.
/r/flask
https://redd.it/iqgj5z
Not sure if this is directly ima flask question, but I built a flask site with react front end. I deployed on Ubuntu 18.02 ec2 and I’m using Apache. I set up an elastic up to point my tld and works fine, but I don’t understand how to set up ssl. Any help? I have a let encrypt ssl certifícate.
/r/flask
https://redd.it/iqgj5z
reddit
How to make flaks site https?
Not sure if this is directly ima flask question, but I built a flask site with react front end. I deployed on Ubuntu 18.02 ec2 and I’m using...
[P] 🤗Datasets: First stable version of our open-access datasets & metrics library
Hi all,
We just released 🤗**Datasets** **v1.0** at HuggingFace. It's a library that gives you access to **150+ datasets** and 10+ metrics.
This v1.0 release brings many interesting features including strong speed improvements, efficient indexing capabilities, multi-modality for image and text datasets as well as many reproducibility and traceability improvements.
You can install it with
pip install datasets
or find it at [https://github.com/huggingface/datasets](https://github.com/huggingface/datasets)
Loading datasets is easy:
from datasets import load_dataset, list_datasets
print(list_datasets())
# ['aeslc', 'ag_news', 'ai2_arc', 'allocine', 'anli', 'arcd', 'art', 'billsum',
# 'biomrc', 'blended_skill_talk', 'blimp', 'blog_authorship_corpus', 'bookcorpus'
# ...
# 'wikipedia', 'wikisql', 'wikitext', 'winogrande', 'wiqa', 'wmt14', 'wmt15',
# 'wmt16', 'wmt17', 'wmt18', 'wmt19', 'wmt_t2t', 'wnut_17', 'x_stance', 'xcopa',
# 'xnli', 'xquad', 'xsum', 'xtreme', 'yelp_polarity']
mnli = load_dataset("glue", "mnli", split="train")
wikipedia = load_dataset("wikipedia", "20200501.en")
my_dataset = load_dataset("text", data_files='./my_book.txt') # or your own file
The library is backed by Apache Arrow for **memory mapping**: it means that loading and using datasets is fast and don't fill your RAM. For example loading the 18GB of
/r/MachineLearning
https://redd.it/iqp9mc
Hi all,
We just released 🤗**Datasets** **v1.0** at HuggingFace. It's a library that gives you access to **150+ datasets** and 10+ metrics.
This v1.0 release brings many interesting features including strong speed improvements, efficient indexing capabilities, multi-modality for image and text datasets as well as many reproducibility and traceability improvements.
You can install it with
pip install datasets
or find it at [https://github.com/huggingface/datasets](https://github.com/huggingface/datasets)
Loading datasets is easy:
from datasets import load_dataset, list_datasets
print(list_datasets())
# ['aeslc', 'ag_news', 'ai2_arc', 'allocine', 'anli', 'arcd', 'art', 'billsum',
# 'biomrc', 'blended_skill_talk', 'blimp', 'blog_authorship_corpus', 'bookcorpus'
# ...
# 'wikipedia', 'wikisql', 'wikitext', 'winogrande', 'wiqa', 'wmt14', 'wmt15',
# 'wmt16', 'wmt17', 'wmt18', 'wmt19', 'wmt_t2t', 'wnut_17', 'x_stance', 'xcopa',
# 'xnli', 'xquad', 'xsum', 'xtreme', 'yelp_polarity']
mnli = load_dataset("glue", "mnli", split="train")
wikipedia = load_dataset("wikipedia", "20200501.en")
my_dataset = load_dataset("text", data_files='./my_book.txt') # or your own file
The library is backed by Apache Arrow for **memory mapping**: it means that loading and using datasets is fast and don't fill your RAM. For example loading the 18GB of
/r/MachineLearning
https://redd.it/iqp9mc
GitHub
GitHub - huggingface/datasets: 🤗 The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data…
🤗 The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools - huggingface/datasets
Saturday megathread: Share your resources!
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic?
Use this thread to chat about and share Python resources!
/r/Python
https://redd.it/ir28yx
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic?
Use this thread to chat about and share Python resources!
/r/Python
https://redd.it/ir28yx
reddit
Saturday megathread: Share your resources!
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic? Use this thread to chat about and...
Anaconda is not free for commercial use (anymore) - alternatives ?
Hey guys,
I recently started a job in the industry and wanted to use my python environment I got comfortable with as a researcher - the Anaconda Python Individual edition. And just to be clear, I love it :)
I thought, Individual edition - no worries - I can use it anyhow I want it even commercially. It seems, I was wrong.
After talking to my boss about it, I contacted Anaconda, and I got the message, that due to explosive growth over the last 6 months they had to update our Terms of Service and can no longer offer commercial use of the Anaconda Repository. Just to be complete on this, they offered an entry of $5k per year which sadly is no option for me.
I thought I had done my homework, after having read the EULA, where nothing is stated, that you cannot use it commercially. [https://docs.anaconda.com/anaconda/eula/](https://docs.anaconda.com/anaconda/eula/)
It says: BSD license ---
So I talked back and asked for the document which said that commercial use is not allowed, which led to the TOS, as the individual edition is (also) using the repository.
The link to the document is this one: [https://know.anaconda.com/TOS.html](https://salesloft.anaconda.com/t/101683/c/c1fb6dfc-2949-4963-9924-7b511547c2d8/NB2HI4DTHIXS623ON53S4YLOMFRW63TEMEXGG33NF5KE6UZONB2G23A=/know-anaconda-com-tos-html)
where it is stated:
>
/r/Python
https://redd.it/iqsk3y
Hey guys,
I recently started a job in the industry and wanted to use my python environment I got comfortable with as a researcher - the Anaconda Python Individual edition. And just to be clear, I love it :)
I thought, Individual edition - no worries - I can use it anyhow I want it even commercially. It seems, I was wrong.
After talking to my boss about it, I contacted Anaconda, and I got the message, that due to explosive growth over the last 6 months they had to update our Terms of Service and can no longer offer commercial use of the Anaconda Repository. Just to be complete on this, they offered an entry of $5k per year which sadly is no option for me.
I thought I had done my homework, after having read the EULA, where nothing is stated, that you cannot use it commercially. [https://docs.anaconda.com/anaconda/eula/](https://docs.anaconda.com/anaconda/eula/)
It says: BSD license ---
So I talked back and asked for the document which said that commercial use is not allowed, which led to the TOS, as the individual edition is (also) using the repository.
The link to the document is this one: [https://know.anaconda.com/TOS.html](https://salesloft.anaconda.com/t/101683/c/c1fb6dfc-2949-4963-9924-7b511547c2d8/NB2HI4DTHIXS623ON53S4YLOMFRW63TEMEXGG33NF5KE6UZONB2G23A=/know-anaconda-com-tos-html)
where it is stated:
>
/r/Python
https://redd.it/iqsk3y
Jupyter notebook is not working through anaconda prompt.
shows this when executing the command on a virtual env:
​
​
(ox) C:\\Users\\dell>jupyter-notebook
Unable to create process using 'C:\\Users\\dell\\Anaconda3\\envs\\ox\\python.exe C:\\Users\\dell\\Anaconda3\\envs\\ox\\Scripts\\[jupyter-notebook-script.py](https://jupyter-notebook-script.py) '
/r/IPython
https://redd.it/iqp55l
shows this when executing the command on a virtual env:
​
​
(ox) C:\\Users\\dell>jupyter-notebook
Unable to create process using 'C:\\Users\\dell\\Anaconda3\\envs\\ox\\python.exe C:\\Users\\dell\\Anaconda3\\envs\\ox\\Scripts\\[jupyter-notebook-script.py](https://jupyter-notebook-script.py) '
/r/IPython
https://redd.it/iqp55l
Is it possible to make PyCharm cloud-based? Like google docs where it saves on all PC's you have and you can open it on any PC and it'll be updated.
I probably phrased that really poorly so I'm sorry about that.
Anyway I have a school laptop and an at home computer and so I was wondering if it would be possible to make it where whenever I make/edit a file in PyCharm it could save the file in the other computer's PyCharm or have it ready for me to download or something. Also for all the changes I make to be automatically updated.
I hope this made sense I'm a newbie to PyCharm.
/r/Python
https://redd.it/ir3zha
I probably phrased that really poorly so I'm sorry about that.
Anyway I have a school laptop and an at home computer and so I was wondering if it would be possible to make it where whenever I make/edit a file in PyCharm it could save the file in the other computer's PyCharm or have it ready for me to download or something. Also for all the changes I make to be automatically updated.
I hope this made sense I'm a newbie to PyCharm.
/r/Python
https://redd.it/ir3zha
reddit
Is it possible to make PyCharm cloud-based? Like google docs where...
I probably phrased that really poorly so I'm sorry about that. Anyway I have a school laptop and an at home computer and so I was wondering if it...
Problem while using matplot lib in jupyter notebook. It does not generate any plot. Any solutions?
/r/JupyterNotebooks
https://redd.it/iqv3s2
/r/JupyterNotebooks
https://redd.it/iqv3s2
Can I make a Desktop app using ky existing Django webapp?
Is it possible to make an electronjs app using existing Django webapp?
Btw electron js is not compulsory. I just need a performant Desktop App made out of my existing Django webapp. It must be as good as desktop apps made with electron Js.
Any suggestions?
/r/django
https://redd.it/ir5onz
Is it possible to make an electronjs app using existing Django webapp?
Btw electron js is not compulsory. I just need a performant Desktop App made out of my existing Django webapp. It must be as good as desktop apps made with electron Js.
Any suggestions?
/r/django
https://redd.it/ir5onz
reddit
Can I make a Desktop app using ky existing Django webapp?
Is it possible to make an electronjs app using existing Django webapp? Btw electron js is not compulsory. I just need a performant Desktop App...
[D] Tip of my tongue - Joke paper about computing SVD from an image of a matrix
I'm trying to find this paper, and my google-fu is failing.
​
What I remember about the paper was that they train a neural network to learn to compute the SVD of a matrix based on a colored image of that matrix. They joke about why would you use an exact algorithm when you can approximately do it with learning, or something like that. Also one of the authors is a dog.
/r/MachineLearning
https://redd.it/iqxgcv
I'm trying to find this paper, and my google-fu is failing.
​
What I remember about the paper was that they train a neural network to learn to compute the SVD of a matrix based on a colored image of that matrix. They joke about why would you use an exact algorithm when you can approximately do it with learning, or something like that. Also one of the authors is a dog.
/r/MachineLearning
https://redd.it/iqxgcv
reddit
[D] Tip of my tongue - Joke paper about computing SVD from an...
I'm trying to find this paper, and my google-fu is failing. What I remember about the paper was that they train a neural network to...
I made bfs visualization using pygame
To see visualization Youtube: [https://youtu.be/LF1h-8bEjP0](https://youtu.be/LF1h-8bEjP0)
Code Github Link: [https://github.com/nas-programmer/path-finding](https://github.com/nas-programmer/path-finding)
/r/Python
https://redd.it/ir6gkn
To see visualization Youtube: [https://youtu.be/LF1h-8bEjP0](https://youtu.be/LF1h-8bEjP0)
Code Github Link: [https://github.com/nas-programmer/path-finding](https://github.com/nas-programmer/path-finding)
/r/Python
https://redd.it/ir6gkn
YouTube
Breadth First Search Algorithm Visualization - Python Pygame Path Finding Visualization
Breadth-First Search Algorithm Visualization using PygameBreadth-First Search is the shortest pathfinding algorithm, it does this by scanning the whole map a...
[R] Massively Parallel and Asynchronous Tsetlin Machine Architecture Supporting Almost Constant-Time Scaling
https://arxiv.org/abs/2009.04861
/r/MachineLearning
https://redd.it/ir87xc
https://arxiv.org/abs/2009.04861
/r/MachineLearning
https://redd.it/ir87xc
reddit
[R] Massively Parallel and Asynchronous Tsetlin Machine...
Posted in r/MachineLearning by u/olegranmo • 41 points and 3 comments
The Most Popular Programming Languages - 1965/2020
https://youtu.be/UNSoPa-XQN0
/r/pystats
https://redd.it/irg3jj
https://youtu.be/UNSoPa-XQN0
/r/pystats
https://redd.it/irg3jj
YouTube
The Most Popular Programming Languages - 1965/2020
In this video the most used programming languages from 1965 to 2020. The data are updated to the second quarter of 2020. In the second quarter of 2020 the most used programming languages are: Python, Javascript and Java. C#, PHP, C++ and others follow.
…
…
Sunday megathread: What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/irnq16
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/irnq16
reddit
Sunday megathread: What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
I'm excited to share my first published book, Introduction to Python Programming for Business and Social Science Applications -- specifically geared towards students not specifically in computer science
/r/Python
https://redd.it/irh8l0
/r/Python
https://redd.it/irh8l0
Created a template tag for template mixins to avoid single-purpose includes.
https://pypi.org/project/django-template-mixins/
/r/django
https://redd.it/iria7f
https://pypi.org/project/django-template-mixins/
/r/django
https://redd.it/iria7f
PyPI
django-template-mixins
A template tag to allow writing mixins instead of defining more files.
Rpy2 cannot find R.dll
I am trying to import the rpy2 library into a Jupyter Notebook but I cannot get past this error.
The PATH 'C:\\Program Files\\R\\R-4.0.2\\bin\\x64' has been added
This is the only version of R installed on my computer. I have completely uninstalled and reinstalled r/Rstudio/Anaconda with no luck.
Here is the full error along with the code that precedes it:
from rpy2.robjects import r, pandas2ri
`OSError: cannot load library 'C:\Program Files\R\R-4.0.2\bin\x64\R.dll': error 0x7e`
/r/JupyterNotebooks
https://redd.it/irkdpz
I am trying to import the rpy2 library into a Jupyter Notebook but I cannot get past this error.
The PATH 'C:\\Program Files\\R\\R-4.0.2\\bin\\x64' has been added
This is the only version of R installed on my computer. I have completely uninstalled and reinstalled r/Rstudio/Anaconda with no luck.
Here is the full error along with the code that precedes it:
from rpy2.robjects import r, pandas2ri
`OSError: cannot load library 'C:\Program Files\R\R-4.0.2\bin\x64\R.dll': error 0x7e`
/r/JupyterNotebooks
https://redd.it/irkdpz
reddit
Rpy2 cannot find R.dll
I am trying to import the rpy2 library into a Jupyter Notebook but I cannot get past this error. The PATH 'C:\\Program...
The Most Popular Programming Languages - 1965/2020
https://youtu.be/UNSoPa-XQN0
/r/Python
https://redd.it/ire2t8
https://youtu.be/UNSoPa-XQN0
/r/Python
https://redd.it/ire2t8
YouTube
The Most Popular Programming Languages - 1965/2020
In this video the most used programming languages from 1965 to 2020. The data are updated to the second quarter of 2020. In the second quarter of 2020 the most used programming languages are: Python, Javascript and Java. C#, PHP, C++ and others follow.
…
…