Implementing a Neural Network from scratch in Python
https://victorzhou.com/blog/intro-to-neural-networks/
/r/Python
https://redd.it/axnvut
https://victorzhou.com/blog/intro-to-neural-networks/
/r/Python
https://redd.it/axnvut
Victorzhou
Machine Learning for Beginners: An Introduction to Neural Networks - victorzhou.com
A simple explanation of how they work and how to implement one from scratch in Python.
Web Development in Python with Django. 15 Videos ~ 4hours
https://www.youtube.com/playlist?list=PLhTjy8cBISEpXc-yjjSW90NgNyPYe7c9_
/r/Python
https://redd.it/axn7rv
https://www.youtube.com/playlist?list=PLhTjy8cBISEpXc-yjjSW90NgNyPYe7c9_
/r/Python
https://redd.it/axn7rv
Machine Learning Tutorial Part 1 | Machine Learning For Beginners
https://youtu.be/E3l_aeGjkeI
/r/Python
https://redd.it/axw8i3
https://youtu.be/E3l_aeGjkeI
/r/Python
https://redd.it/axw8i3
YouTube
Machine Learning Tutorial Part 1 | Machine Learning For Beginners
This Machine Learning tutorial will introduce you to the different areas of Machine Learning and Artificial Intelligence. In this part of the course you will learn about the three different learning types (Unsupervised learning, Supervised Learning and Reinforcement…
User login system in MongoDB using Flask?
The Flask Mega Tutorial that uses SQLite, MySQL or PostgreSQL (via Flask-SQLAlchemy) as backend, and Flask-Login as user management system.
I want to mimic this, but with MongoDB as backend, but all I'm finding is a huge rabbit hole with more options than I could ever dream of. I tried a few things here and there, but it's pretty hard to get the basic functionality working. A few questions:
* Does it still make sense to use Flask-login and create classes for User and Post? If yes, what do I inherit from aside from UserMixin?
* I've also looked into JSON Web Tokens combined with jsonschema, but I'm not sure how to translate Flask-login's classes to this. Is there any way to say this is "better" (e.g. more secure, ) than Flask-Login?
* Do Flask-PyMongo and Flask-MongoEngine have the same functionality?
* Just thinking outside the box: is it a good idea to have the login system in an RDBMS and another part of the data in a NoSQL DMS?
/r/flask
https://redd.it/axwypa
The Flask Mega Tutorial that uses SQLite, MySQL or PostgreSQL (via Flask-SQLAlchemy) as backend, and Flask-Login as user management system.
I want to mimic this, but with MongoDB as backend, but all I'm finding is a huge rabbit hole with more options than I could ever dream of. I tried a few things here and there, but it's pretty hard to get the basic functionality working. A few questions:
* Does it still make sense to use Flask-login and create classes for User and Post? If yes, what do I inherit from aside from UserMixin?
* I've also looked into JSON Web Tokens combined with jsonschema, but I'm not sure how to translate Flask-login's classes to this. Is there any way to say this is "better" (e.g. more secure, ) than Flask-Login?
* Do Flask-PyMongo and Flask-MongoEngine have the same functionality?
* Just thinking outside the box: is it a good idea to have the login system in an RDBMS and another part of the data in a NoSQL DMS?
/r/flask
https://redd.it/axwypa
reddit
r/flask - User login system in MongoDB using Flask?
1 vote and 0 comments so far on Reddit
[AF] Using flask_jwt, how can I redirect after successful authentication?
I hope this isn't too silly of a question. So if a user goes to /auth, and they successfully authenticate, I want to redirect them to another resource so I can log their IP address. So I'm thinking I need to redirect after /auth to something else like /ip and log their IP at that resource.
Does anyone have any insight they could offer? Thanks!
/r/flask
https://redd.it/axuuqi
I hope this isn't too silly of a question. So if a user goes to /auth, and they successfully authenticate, I want to redirect them to another resource so I can log their IP address. So I'm thinking I need to redirect after /auth to something else like /ip and log their IP at that resource.
Does anyone have any insight they could offer? Thanks!
/r/flask
https://redd.it/axuuqi
reddit
r/flask - [AF] Using flask_jwt, how can I redirect after successful authentication?
1 vote and 1 comment so far on Reddit
I just published a video on how to discover hidden Web APIs so that you can use them through your python programs. More interesting examples coming soon!
https://youtu.be/twuhocLtGCg
/r/Python
https://redd.it/axxh75
https://youtu.be/twuhocLtGCg
/r/Python
https://redd.it/axxh75
YouTube
Discovering Hidden APIs | Part-1 (GeeksforGeeks Compiler API)
Many a times, websites do not make their APIs public and use them privately on their webpages.
In this video, learn how to discover and explore those web APIs and use them in your Python programs. We take GeeksforGeeks IDE as an example.
Code: https://…
In this video, learn how to discover and explore those web APIs and use them in your Python programs. We take GeeksforGeeks IDE as an example.
Code: https://…
Introducing TraefikProxy, a new JupyterHub proxy based on Traefik
https://blog.jupyter.org/introducing-traefikproxy-a-new-jupyterhub-proxy-based-on-traefik-4839e972faf6
/r/IPython
https://redd.it/ay0cpp
https://blog.jupyter.org/introducing-traefikproxy-a-new-jupyterhub-proxy-based-on-traefik-4839e972faf6
/r/IPython
https://redd.it/ay0cpp
Medium
Introducing TraefikProxy, a new JupyterHub proxy based on Traefik
Removing the single point of failure from your JupyterHub infrastructure with traefik, etcd and Outreachy
Microsoft Releases PySpark Library for Distributed Search Engine Creation and Recommendation
https://github.com/Azure/mmlspark/releases/tag/v0.16
/r/Python
https://redd.it/axzlhv
https://github.com/Azure/mmlspark/releases/tag/v0.16
/r/Python
https://redd.it/axzlhv
GitHub
Azure/mmlspark
Microsoft Machine Learning for Apache Spark. Contribute to Azure/mmlspark development by creating an account on GitHub.
Using PyInstaller to Easily Distribute Python Applications
https://realpython.com/pyinstaller-python/
/r/Python
https://redd.it/ay0574
https://realpython.com/pyinstaller-python/
/r/Python
https://redd.it/ay0574
Realpython
Using PyInstaller to Easily Distribute Python Applications – Real Python
In this step-by-step tutorial, you'll learn how to use PyInstaller to turn your Python application into an executable with no dependencies or installation required. This is great if you want to distribute applications to users who may or may not be Python…
PERL or PYTHON, or something else you can recommend for this ...?
I've got a text file that I need to parse and break up.
​
I'm already familiar with PERL but that has no windows interface I think, just command line. PERL is great at parsing and breaking down lines of text.
Is Python equally as good? I am thinking of Python because I want the user to use windows file explorer to search for a file to parse.
Or can you recommend something else other than Perl or Python for this simple task ?
​
/r/Python
https://redd.it/ay349t
I've got a text file that I need to parse and break up.
​
I'm already familiar with PERL but that has no windows interface I think, just command line. PERL is great at parsing and breaking down lines of text.
Is Python equally as good? I am thinking of Python because I want the user to use windows file explorer to search for a file to parse.
Or can you recommend something else other than Perl or Python for this simple task ?
​
/r/Python
https://redd.it/ay349t
reddit
r/Python - PERL or PYTHON, or something else you can recommend for this ...?
0 votes and 1 comment so far on Reddit
uplevel your python data visualization skills with matplotlib
https://owlskip.com/s/mpl
/r/Python
https://redd.it/ay5m8m
https://owlskip.com/s/mpl
/r/Python
https://redd.it/ay5m8m
Owlskip
Getting Started With Matplotlib
Matplotlib is a Python plotting package providing a high-level API for data visualization through a variety of interactive and hardcopy backends. Uplevel your data science skills with this MPL tutorial!
How to set up your Python project for success with tests, CI, and code coverage
Just published a step-by-step guide to set up your Python package with pytest, TravisCI, Coveralls and PyUp. Hope you find it helpful!
[https://towardsdatascience.com/10-steps-to-set-up-your-python-project-for-success-14ff88b5d13?source=friends\_link&sk=df8634c99b3e5c6d9fa96b51aba1a4cd](https://towardsdatascience.com/10-steps-to-set-up-your-python-project-for-success-14ff88b5d13?source=friends_link&sk=df8634c99b3e5c6d9fa96b51aba1a4cd)
Feedback appreciated :)
​
​
/r/Python
https://redd.it/ay69qr
Just published a step-by-step guide to set up your Python package with pytest, TravisCI, Coveralls and PyUp. Hope you find it helpful!
[https://towardsdatascience.com/10-steps-to-set-up-your-python-project-for-success-14ff88b5d13?source=friends\_link&sk=df8634c99b3e5c6d9fa96b51aba1a4cd](https://towardsdatascience.com/10-steps-to-set-up-your-python-project-for-success-14ff88b5d13?source=friends_link&sk=df8634c99b3e5c6d9fa96b51aba1a4cd)
Feedback appreciated :)
​
​
/r/Python
https://redd.it/ay69qr
Towards Data Science
10 Steps to Set Up Your Python Project for Success
How to add tests, CI, code coverage, and more
Working with Static Files in Django
http://www.codexplore.io/blog/working-static-files-django/
/r/Python
https://redd.it/ay8989
http://www.codexplore.io/blog/working-static-files-django/
/r/Python
https://redd.it/ay8989
Python script to Jupyter notebook
Just published a Python package on PyPI called **p2j**. Run
`pip install p2j`
and
`p2j script.py`
to get a Jupyter notebook script.ipynb. Example shown below:
​
PyPI: [https://pypi.org/project/p2j/](https://pypi.org/project/p2j/)
GitHub: [https://github.com/raibosome/python2jupyter](https://github.com/raibosome/python2jupyter)
​
PRs and feedback are greatly appreciated!
[Converting Python script to Jupyter notebook using a Python package](https://i.redd.it/3nmbjeo2omk21.jpg)
/r/JupyterNotebooks
https://redd.it/ay8rxd
Just published a Python package on PyPI called **p2j**. Run
`pip install p2j`
and
`p2j script.py`
to get a Jupyter notebook script.ipynb. Example shown below:
​
PyPI: [https://pypi.org/project/p2j/](https://pypi.org/project/p2j/)
GitHub: [https://github.com/raibosome/python2jupyter](https://github.com/raibosome/python2jupyter)
​
PRs and feedback are greatly appreciated!
[Converting Python script to Jupyter notebook using a Python package](https://i.redd.it/3nmbjeo2omk21.jpg)
/r/JupyterNotebooks
https://redd.it/ay8rxd
PyPI
p2j
p2j: Convert Python scripts to Jupyter notebook with minimal intervention
VTScan - Python utility to scan a file for malware using the VirusTotal API
https://github.com/prahladyeri/vtscan
/r/Python
https://redd.it/ay9m0i
https://github.com/prahladyeri/vtscan
/r/Python
https://redd.it/ay9m0i
GitHub
GitHub - prahladyeri/vtscan: Command line tool to scan for malicious files using the VirusTotal API
Command line tool to scan for malicious files using the VirusTotal API - prahladyeri/vtscan
Building small python Docker images, How to? – Bytes Mania – Medium
https://medium.com/bytes-mania/building-small-python-docker-images-how-to-8bb539d3e6fc
/r/Python
https://redd.it/ay3tyh
https://medium.com/bytes-mania/building-small-python-docker-images-how-to-8bb539d3e6fc
/r/Python
https://redd.it/ay3tyh
Medium
Building small python Docker images, How to?
Tips & Tricks to build your Python images in the most possible small size to deliver it your consumer or through your deployments.
How to create toggle buttons for input cells in html output?
Using rmarkdown, one can create html output like this [example](https://murray-cecile.github.io/labor-market-trends/). I've seen some hacky ways to do this some months ago with jupyter notebooks. Is there an easy way to do this now?
/r/JupyterNotebooks
https://redd.it/aybj4e
Using rmarkdown, one can create html output like this [example](https://murray-cecile.github.io/labor-market-trends/). I've seen some hacky ways to do this some months ago with jupyter notebooks. Is there an easy way to do this now?
/r/JupyterNotebooks
https://redd.it/aybj4e
murray-cecile.github.io
Visualizing Labor Market Trends