Wordpress and django
I am still trying to wrap my head around pointing my Django app to a Wordpress blog.
People seem to state the easiest is having blog.website.com on another server.
So I want to get this straight. Should my Django app be www.djangoapp.com and my blog be at www.fakeblog.com
Then I somehow have blog.djangoapp.com point to www.fakeblog.com?
If so, is this done through CNAME, redirect, alias?
Thanks for all the help
/r/djangolearning
https://redd.it/5idyt3
I am still trying to wrap my head around pointing my Django app to a Wordpress blog.
People seem to state the easiest is having blog.website.com on another server.
So I want to get this straight. Should my Django app be www.djangoapp.com and my blog be at www.fakeblog.com
Then I somehow have blog.djangoapp.com point to www.fakeblog.com?
If so, is this done through CNAME, redirect, alias?
Thanks for all the help
/r/djangolearning
https://redd.it/5idyt3
reddit
Wordpress and django • /r/djangolearning
I am still trying to wrap my head around pointing my Django app to a Wordpress blog. People seem to state the easiest is having blog.website.com...
Generate an ipython notebook from code
I need to execute long running processes that generate a lot of data. I'd like to have an ipython notebooke linked to the h5 files that my simulations put out to facilitate an interactive analysis.
So: process -> hdf5 file -> ipython notebook with fancy plots.
I can go through the template route but I am wondering if there is a better way.
Ideas?
/r/IPython
https://redd.it/4v0mry
I need to execute long running processes that generate a lot of data. I'd like to have an ipython notebooke linked to the h5 files that my simulations put out to facilitate an interactive analysis.
So: process -> hdf5 file -> ipython notebook with fancy plots.
I can go through the template route but I am wondering if there is a better way.
Ideas?
/r/IPython
https://redd.it/4v0mry
reddit
Generate an ipython notebook from code • /r/IPython
I need to execute long running processes that generate a lot of data. I'd like to have an ipython notebooke linked to the h5 files that my...
Steam trading - Django-based one way trading, user logging in using Steam
TL;DR Is it possible to gift items to Steam-logged-in users using Python?
I'm in the middle of writing a site which purpose isnt really to trade items, rather it would be an additional feature to gift CS:GO items to users who are logged in with Steam as giveaways. Most of the visual stuff is done, but I have zero experience when it comes to handling Steam trading and I was hoping I might bump into someone here who does. I've googled for hours, if not days, I have tens of bookmarks, I've looked through much of /r/SteamBot and /r/SteamBotMarket, but I'm not sure I've found exactly the thing I'm looking for. Most of the stuff I see are (some of them pretty advanced) bots responding to chat queries or to dropping items in the web UI. I only want a bot which, after I log into it manually and buy items on the market myself, gives those items to users, the latter part handled completely by the code and according to input from the website (for example, how many posts or points from other users a user has). I hope I'll make the logging in work using [python-social-auth](https://github.com/python-social-auth), haven't touched that yet, too. My questions are following:
- Do I need to resort to running and interacting with Node.js or C# bots to handle what I want? Or I should just scrap it, learn some Node and rewrite?
- What is the simplest way to just send a chosen item from my steam inventory to a user?
Thanks for your help!
/r/django
https://redd.it/5j42ex
TL;DR Is it possible to gift items to Steam-logged-in users using Python?
I'm in the middle of writing a site which purpose isnt really to trade items, rather it would be an additional feature to gift CS:GO items to users who are logged in with Steam as giveaways. Most of the visual stuff is done, but I have zero experience when it comes to handling Steam trading and I was hoping I might bump into someone here who does. I've googled for hours, if not days, I have tens of bookmarks, I've looked through much of /r/SteamBot and /r/SteamBotMarket, but I'm not sure I've found exactly the thing I'm looking for. Most of the stuff I see are (some of them pretty advanced) bots responding to chat queries or to dropping items in the web UI. I only want a bot which, after I log into it manually and buy items on the market myself, gives those items to users, the latter part handled completely by the code and according to input from the website (for example, how many posts or points from other users a user has). I hope I'll make the logging in work using [python-social-auth](https://github.com/python-social-auth), haven't touched that yet, too. My questions are following:
- Do I need to resort to running and interacting with Node.js or C# bots to handle what I want? Or I should just scrap it, learn some Node and rewrite?
- What is the simplest way to just send a chosen item from my steam inventory to a user?
Thanks for your help!
/r/django
https://redd.it/5j42ex
GitHub
Python Social Auth
Python Social Authentication Made Simple. Python Social Auth has 17 repositories available. Follow their code on GitHub.
Building a Financial Model with Pandas - Version 2
http://pbpython.com/amortization-model-revised.html
/r/Python
https://redd.it/5j6jcg
http://pbpython.com/amortization-model-revised.html
/r/Python
https://redd.it/5j6jcg
reddit
Building a Financial Model with Pandas - Version 2 • /r/Python
196 points and 5 comments so far on reddit
Using model in view/api functions bad practice?
Is using say, the User model like this:
User.query.filter_by(id=0).first()
In the functions which define the endpoints bad practice? Should I make methods in the model to get the things I need?
/r/flask
https://redd.it/5ja1j8
Is using say, the User model like this:
User.query.filter_by(id=0).first()
In the functions which define the endpoints bad practice? Should I make methods in the model to get the things I need?
/r/flask
https://redd.it/5ja1j8
reddit
Using model in view/api functions bad practice? • /r/flask
Is using say, the User model like this: User.query.filter_by(id=0).first() In the functions which define the endpoints bad practice? Should...
Bayesian Survival Analysis in Python with pymc3
http://austinrochford.com/posts/2015-10-05-bayes-survival.html
/r/pystats
https://redd.it/4f6fnp
http://austinrochford.com/posts/2015-10-05-bayes-survival.html
/r/pystats
https://redd.it/4f6fnp
Austin Rochford
Bayesian Survival Analysis in Python with pymc3
.dataframe * {border-color: #c0c0c0 !important;}
.dataframe th{background: #eee;}
.dataframe td{
background: #fff;
text-align: right;
min-width:5em;
}
/* Format summary rows */
.datafram
.dataframe th{background: #eee;}
.dataframe td{
background: #fff;
text-align: right;
min-width:5em;
}
/* Format summary rows */
.datafram
Creating tables of values with python
###edit
id like to use this in ipython notebook if that makes a difference
******
I'm not sure if this is the best place for this question or not but I figured it
might be pandas related or something and someone here would know...
Basically I'm wondering what the best way to generate and display something such
as
t : 1, 2, 3, 4...
-----------------------
x = 2t : 2, 4, 6, 8...
-----------------------
y = 5/t : 5, 5/2, 5/3, 5/4...
Hopefully that's clearly a table of values :)
cheers
/r/pystats
https://redd.it/4f70co
###edit
id like to use this in ipython notebook if that makes a difference
******
I'm not sure if this is the best place for this question or not but I figured it
might be pandas related or something and someone here would know...
Basically I'm wondering what the best way to generate and display something such
as
t : 1, 2, 3, 4...
-----------------------
x = 2t : 2, 4, 6, 8...
-----------------------
y = 5/t : 5, 5/2, 5/3, 5/4...
Hopefully that's clearly a table of values :)
cheers
/r/pystats
https://redd.it/4f70co
reddit
Creating tables of values with python • /r/pystats
###edit id like to use this in ipython notebook if that makes a difference ****** I'm not sure if this is the best place for this question or...
[R] Yes you should understand backprop
https://medium.com/@karpathy/yes-you-should-understand-backprop-e2f06eab496b
/r/MachineLearning
https://redd.it/5ja7nq
https://medium.com/@karpathy/yes-you-should-understand-backprop-e2f06eab496b
/r/MachineLearning
https://redd.it/5ja7nq
Medium
Yes you should understand backprop
When we offered CS231n (Deep Learning class) at Stanford, we intentionally designed the programming assignments to include explicit…
Build Marvin the Depressed Reddit Bot in Python
http://pythonforengineers.com/build-marvin-the-depressed-reddit-bot-in-python/
/r/Python
https://redd.it/5j98z0
http://pythonforengineers.com/build-marvin-the-depressed-reddit-bot-in-python/
/r/Python
https://redd.it/5j98z0
Wagtail CMS on Divio Cloud, complete with live and test servers and Dockerised local development environment
https://www.youtube.com/watch?v=MVnK1xn4H9M
/r/django
https://redd.it/5jcx63
https://www.youtube.com/watch?v=MVnK1xn4H9M
/r/django
https://redd.it/5jcx63
YouTube
Wagtail on Divio Cloud
In just a few minutes, you can launch a new Django Wagtail CMS website on the Divio Cloud, including live and test servers and a Dockerised local development...
No programming experience. Big ideas. How to get started?
I've got some "big data" ideas that I want to begin to explore, but my last programming experience was building HTML-based web-pages in high school. I've fooled around with "R" a little bit as well.
What is the best way to teach myself how to be a iPython ninja?
/r/IPython
https://redd.it/4u8o21
I've got some "big data" ideas that I want to begin to explore, but my last programming experience was building HTML-based web-pages in high school. I've fooled around with "R" a little bit as well.
What is the best way to teach myself how to be a iPython ninja?
/r/IPython
https://redd.it/4u8o21
reddit
No programming experience. Big ideas. How to get started? • /r/IPython
I've got some "big data" ideas that I want to begin to explore, but my last programming experience was building HTML-based web-pages in high...
Does anyone know how to set specific vim-bindings in Ipython 5.0.0?
I have activated vim-like bindings in the profile configuration file, but I would like to set specific keybindings (like 'jk' for escape). Any ideas?
/r/IPython
https://redd.it/4tq7te
I have activated vim-like bindings in the profile configuration file, but I would like to set specific keybindings (like 'jk' for escape). Any ideas?
/r/IPython
https://redd.it/4tq7te
reddit
Does anyone know how to set specific vim-bindings in... • /r/IPython
I have activated vim-like bindings in the profile configuration file, but I would like to set specific keybindings (like 'jk' for escape). Any ideas?
Tutorial: working with missing data in Python
http://nbviewer.jupyter.org/github/ResidentMario/python-missing-data/blob/master/missing-data.ipynb
/r/pystats
https://redd.it/4eh4va
http://nbviewer.jupyter.org/github/ResidentMario/python-missing-data/blob/master/missing-data.ipynb
/r/pystats
https://redd.it/4eh4va
BuzzFeedNews/Detecting Match Fixing in Tennis Matches (Open Data Journalism)
https://github.com/BuzzFeedNews/2016-01-tennis-betting-analysis/blob/master/notebooks/tennis-analysis.ipynb
/r/JupyterNotebooks
https://redd.it/4d2ouo
https://github.com/BuzzFeedNews/2016-01-tennis-betting-analysis/blob/master/notebooks/tennis-analysis.ipynb
/r/JupyterNotebooks
https://redd.it/4d2ouo
GitHub
2016-01-tennis-betting-analysis/tennis-analysis.ipynb at master · BuzzFeedNews/2016-01-tennis-betting-analysis
Methodology and code supporting the BuzzFeed News/BBC article, "The Tennis Racket," published Jan. 17, 2016. - 2016-01-tennis-betting-analysis/tennis-analysis.ipynb at master · Bu...
JupyterLab: the next generation of the Jupyter Notebook
http://blog.jupyter.org/2016/07/14/jupyter-lab-alpha/
/r/IPython
https://redd.it/4szoix
http://blog.jupyter.org/2016/07/14/jupyter-lab-alpha/
/r/IPython
https://redd.it/4szoix
Project Jupyter
JupyterLab: the next generation of the Jupyter Notebook
Learning the lessons of the Jupyter Notebook It's been a long time in the making, but today we want to start engaging our community with an early (pre-alpha) release of the next generation of the Jupyter Notebook application, which we are calling JupyterLab.…
Kalman and Bayesian Filters in Python
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
/r/JupyterNotebooks
https://redd.it/4aw2wh
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
/r/JupyterNotebooks
https://redd.it/4aw2wh
GitHub
GitHub - rlabbe/Kalman-and-Bayesian-Filters-in-Python: Kalman Filter book using Jupyter Notebook. Focuses on building intuition…
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filt...
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/5jdewv
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/5jdewv
reddit
What's everyone working on this week? • /r/Python
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...
[D] What are current relations between (algebraic) topology and deep learning?
I am a graduate student in AI with an undergrad in pure math (algebraic topology, abstract algebra, PDEs). Currently I am working a lot on deep learning - especially manifold learning and nonlinear embeddings. Since finding a mapping on a nonlinear sub manifold and the normally unknown network architecture are closely linked I asked myself, if there is a connection between the topological properties of the map/diffeomorphism generated by a DNN and it's capabilities to learn certain things. I found this introduction on colah's blog and I also started to read on the methodology of Gunnar Carlson's topological data analysis. However, colah's blog gives me the idea where the journey could head to and Carlson's way is not really connected to research on DNN (in terms of learning diffeomorphism of your data) - as far as I see it. But I am stuck finding deeper literature on that. Can you give any recommendation for papers or introductory work on this boundary? Everything bringing together the topology of neural networks, group theory and algebraization (e.g. using functors such as chain complexes or homotopy) would really interest me.
/r/MachineLearning
https://redd.it/5jfaox
I am a graduate student in AI with an undergrad in pure math (algebraic topology, abstract algebra, PDEs). Currently I am working a lot on deep learning - especially manifold learning and nonlinear embeddings. Since finding a mapping on a nonlinear sub manifold and the normally unknown network architecture are closely linked I asked myself, if there is a connection between the topological properties of the map/diffeomorphism generated by a DNN and it's capabilities to learn certain things. I found this introduction on colah's blog and I also started to read on the methodology of Gunnar Carlson's topological data analysis. However, colah's blog gives me the idea where the journey could head to and Carlson's way is not really connected to research on DNN (in terms of learning diffeomorphism of your data) - as far as I see it. But I am stuck finding deeper literature on that. Can you give any recommendation for papers or introductory work on this boundary? Everything bringing together the topology of neural networks, group theory and algebraization (e.g. using functors such as chain complexes or homotopy) would really interest me.
/r/MachineLearning
https://redd.it/5jfaox
reddit
[D] What are current relations between... • /r/MachineLearning
I am a graduate student in AI with an undergrad in pure math (algebraic topology, abstract algebra, PDEs). Currently I am working a lot on deep...
Top 10 Python libraries of 2016
https://tryolabs.com/blog/2016/12/20/top-10-python-libraries-of-2016/
/r/Python
https://redd.it/5jf64k
https://tryolabs.com/blog/2016/12/20/top-10-python-libraries-of-2016/
/r/Python
https://redd.it/5jf64k
Tryolabs
Top 10 Python libraries of 2016
JupyterLab Building Blocks for Interactive Computing | SciPy 2016 | Brian Granger
https://www.youtube.com/watch?v=Ejh0ftSjk6g
/r/IPython
https://redd.it/4t0due
https://www.youtube.com/watch?v=Ejh0ftSjk6g
/r/IPython
https://redd.it/4t0due
YouTube
JupyterLab: Building Blocks for Interactive Computing | SciPy 2016 | Brian Granger
Project Jupyter provides building blocks for interactive and exploratory computing. These building blocks make science and data science reproducible across o...