This media is not supported in your browser
VIEW IN TELEGRAM
Just want to share with you some recent updates on spolarfy.com, my personal project that helps me find similar songs on Spotify. Enjoy your Saturday!
/r/flask
https://redd.it/ivpu4n
/r/flask
https://redd.it/ivpu4n
Create a simple face detection application using Intel Openvino in under 10 lines of code.
https://youtu.be/mOG-6VfB2cI
/r/Python
https://redd.it/ivmsnk
https://youtu.be/mOG-6VfB2cI
/r/Python
https://redd.it/ivmsnk
YouTube
Simplified Face Detection Implementation using OpenVINO
#IntelOpenVINO #OpenVINO #FaceDetection #OpenCV #ComputerVision #Docker #Python #AI #DeepLearning #NeuralNetwork #MachineLearning #MobileNet
This unscripted tutorial walks you through a simple implementation of a Face Detection application which uses a…
This unscripted tutorial walks you through a simple implementation of a Face Detection application which uses a…
My first django site
Happy to finally create my first project after picking up programming earlier this year. It's nothing special, but I'm glad to have made it here. There's a lot more to learn, so do give me some feedback and suggestions! I used django for the backend, and some basic JS, HTML and CSS for the front end. It's basically a student council management site so there's not much to it, but I'd love to hear some criticism and ways to improve it!
[xmumsc.herokuapp.com](https://xmumsc.herokuapp.com)
/r/django
https://redd.it/ivrpbz
Happy to finally create my first project after picking up programming earlier this year. It's nothing special, but I'm glad to have made it here. There's a lot more to learn, so do give me some feedback and suggestions! I used django for the backend, and some basic JS, HTML and CSS for the front end. It's basically a student council management site so there's not much to it, but I'd love to hear some criticism and ways to improve it!
[xmumsc.herokuapp.com](https://xmumsc.herokuapp.com)
/r/django
https://redd.it/ivrpbz
Herokuapp
Xiamen University Malaysia Student Council
Xiamen University Malaysia Student Council page for all things related to
XMUM's student council.
XMUM's student council.
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/iw3hs1
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/iw3hs1
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...
Typing speed test right in your terminal
I started this project as a beginner 6 months back. But now both the project and me have grown up to an intermediate level!
​
https://preview.redd.it/rg0s472ao4o51.png?width=518&format=png&auto=webp&s=95dafdd2078f2ffa8c32f2624d6bebae390e63c2
Check it out on github [here](https://github.com/Mithil467/mitype) or you can also run the online [repl](https://mitype.mithil467.repl.run/) but the latency is very high on web
/r/Python
https://redd.it/ivvamv
I started this project as a beginner 6 months back. But now both the project and me have grown up to an intermediate level!
​
https://preview.redd.it/rg0s472ao4o51.png?width=518&format=png&auto=webp&s=95dafdd2078f2ffa8c32f2624d6bebae390e63c2
Check it out on github [here](https://github.com/Mithil467/mitype) or you can also run the online [repl](https://mitype.mithil467.repl.run/) but the latency is very high on web
/r/Python
https://redd.it/ivvamv
This media is not supported in your browser
VIEW IN TELEGRAM
Made this Twitter like website using Django. My second Django project.
/r/django
https://redd.it/ivykki
/r/django
https://redd.it/ivykki
I built a Minesweeper game that let's you add custom tile backgrounds
[https://github.com/israel-dryer/Minesweeper-PSG](https://github.com/israel-dryer/Minesweeper-PSG)
https://preview.redd.it/8rhjvlvhd7o51.png?width=792&format=png&auto=webp&s=8909356ae79d664c0aa1b2424db63319f091cf46
/r/Python
https://redd.it/iw4jg3
[https://github.com/israel-dryer/Minesweeper-PSG](https://github.com/israel-dryer/Minesweeper-PSG)
https://preview.redd.it/8rhjvlvhd7o51.png?width=792&format=png&auto=webp&s=8909356ae79d664c0aa1b2424db63319f091cf46
/r/Python
https://redd.it/iw4jg3
GitHub
israel-dryer/Minesweeper-PSG
A minesweeper game built using PySimpleGUI that allows you to theme with custom backgrounds - israel-dryer/Minesweeper-PSG
[D] Which mobile apps are based on On-Device AI
There are many On-Device AI framworks/libraries such as Tensorflow Lite and Pytorch Mobile, but I wonder about what are the apps which have on-device AI functionality/ which have ML models inside the app
/r/MachineLearning
https://redd.it/iw96bn
There are many On-Device AI framworks/libraries such as Tensorflow Lite and Pytorch Mobile, but I wonder about what are the apps which have on-device AI functionality/ which have ML models inside the app
/r/MachineLearning
https://redd.it/iw96bn
reddit
[D] Which mobile apps are based on On-Device AI
There are many On-Device AI framworks/libraries such as Tensorflow Lite and Pytorch Mobile, but I wonder about what are the apps which have...
In ipyparallel, how does one reset the namespace of the engines without restarting them?
If I'm not mistaken, each engine in ipyparallel has its own persistent namespace. As a result, if I import some module **M** in **engine\_i**, kill the main process (client code), and finally modify **M,** simply restarting the main process (client code) will not be sufficient for the changes in **M** to be reloaded in **engine\_i**.
The most reliable way to solve that problem so far has been to kill/reset all engines, but it is really tedious as I have to make a lot of frequent modifications to modules that are imported to engines.
I've tried reloading/deep\_reloading modules in engines, using the magics %reset etc, but to no avail. Is there a trivial way to reset engine namespaces? I can't believe that all developpers working with ipyparallel constantly kill/restart clusters.
Thanks for your help.
PS: if farming reputation on stackoverflow is your thing, I've made a more detailed post [here](https://stackoverflow.com/questions/63968732/ipyparallel-what-is-the-most-reliable-way-to-clear-reset-engine-namespaces-with).
/r/IPython
https://redd.it/iwaqrz
If I'm not mistaken, each engine in ipyparallel has its own persistent namespace. As a result, if I import some module **M** in **engine\_i**, kill the main process (client code), and finally modify **M,** simply restarting the main process (client code) will not be sufficient for the changes in **M** to be reloaded in **engine\_i**.
The most reliable way to solve that problem so far has been to kill/reset all engines, but it is really tedious as I have to make a lot of frequent modifications to modules that are imported to engines.
I've tried reloading/deep\_reloading modules in engines, using the magics %reset etc, but to no avail. Is there a trivial way to reset engine namespaces? I can't believe that all developpers working with ipyparallel constantly kill/restart clusters.
Thanks for your help.
PS: if farming reputation on stackoverflow is your thing, I've made a more detailed post [here](https://stackoverflow.com/questions/63968732/ipyparallel-what-is-the-most-reliable-way-to-clear-reset-engine-namespaces-with).
/r/IPython
https://redd.it/iwaqrz
Stack Overflow
ipyparallel: what is the most reliable way to clear/reset engine namespaces without restarting the cluster?
As far as I understand, an ipython cluster manages a set of persistent namespaces (one per engine). As a result, if a module that is imported by an engine engine_i is modified, killing the main
Python decorators
Hi, decorator are useful and quite simple to use, at the beginning they may seem a little complex, but once you get the way they work they can save you tons of time keeping the code in order, making it more readable, mantainable and flexible. Have a look at the code into this repo [GH repository](https://github.com/formazione/python_cheatsheet) and take a look at the video in this post [https://youtu.be/C62Nu4yFFsM](https://youtu.be/C62Nu4yFFsM)
​
https://preview.redd.it/nxgaiwg839o51.png?width=800&format=png&auto=webp&s=3775c3192774f3598a3443a5c8e6ca136ba723c5
/r/Python
https://redd.it/iw8ytp
Hi, decorator are useful and quite simple to use, at the beginning they may seem a little complex, but once you get the way they work they can save you tons of time keeping the code in order, making it more readable, mantainable and flexible. Have a look at the code into this repo [GH repository](https://github.com/formazione/python_cheatsheet) and take a look at the video in this post [https://youtu.be/C62Nu4yFFsM](https://youtu.be/C62Nu4yFFsM)
​
https://preview.redd.it/nxgaiwg839o51.png?width=800&format=png&auto=webp&s=3775c3192774f3598a3443a5c8e6ca136ba723c5
/r/Python
https://redd.it/iw8ytp
GitHub
formazione/python_cheatsheet
Code examples ready to be used in python. Contribute to formazione/python_cheatsheet development by creating an account on GitHub.
Why have I not been using f-strings...
I have been using format() for a few years now and just realized how amazing f strings are.
/r/Python
https://redd.it/iwdzzx
I have been using format() for a few years now and just realized how amazing f strings are.
/r/Python
https://redd.it/iwdzzx
reddit
Why have I not been using f-strings...
I have been using format() for a few years now and just realized how amazing f strings are.
Need to make a web app that shares info (through dashboards) and handles basic automation, but should be incredibly secure - is Flask the right tool for the job.
I figured I would make a Flask portal where clients could log in and access visualizations (tool I will use is Dash) of various sorts we need them to see.
Depending on the person logged in, this flask app would also allow some degree of automation to be done - I.e. the user just clicks stuff on the site and some code runs on the backend and executes the necessary results.
Given that I've always been itching to get into web development, the first thing that came to mind was Flask. But I'm not sure about the security aspect of things.
1. I will be hosting the flask app on an EC2 instance and fetching data from our prod DB essentially via an SQL connection - is this something that is generally completely safe, given the environment variables will probably be access keys to our DB
2. Is it possible to implement industry standard MFA mechanisms into the login process, say through OTPs or Google Authenticator
3. Some of the automation I have in mind will involve interfacing with AWS APIs, which again means the environment variables will need to be access and secret keys. Is this generally safe?
/r/flask
https://redd.it/iwbkpz
I figured I would make a Flask portal where clients could log in and access visualizations (tool I will use is Dash) of various sorts we need them to see.
Depending on the person logged in, this flask app would also allow some degree of automation to be done - I.e. the user just clicks stuff on the site and some code runs on the backend and executes the necessary results.
Given that I've always been itching to get into web development, the first thing that came to mind was Flask. But I'm not sure about the security aspect of things.
1. I will be hosting the flask app on an EC2 instance and fetching data from our prod DB essentially via an SQL connection - is this something that is generally completely safe, given the environment variables will probably be access keys to our DB
2. Is it possible to implement industry standard MFA mechanisms into the login process, say through OTPs or Google Authenticator
3. Some of the automation I have in mind will involve interfacing with AWS APIs, which again means the environment variables will need to be access and secret keys. Is this generally safe?
/r/flask
https://redd.it/iwbkpz
reddit
Need to make a web app that shares info (through dashboards) and...
I figured I would make a Flask portal where clients could log in and access visualizations (tool I will use is Dash) of various sorts we need them...
Becoming more productive at using the command line for Python with Oh My Zsh!
https://pythonautomationtutorial.com/python-oh-my-zsh
/r/Python
https://redd.it/iwffo4
https://pythonautomationtutorial.com/python-oh-my-zsh
/r/Python
https://redd.it/iwffo4
Python Automation Tutorial
Python Oh My Zsh for Fun and Productivity | Python Automation Tutorial
Increase your productivity on the terminal with Python Oh My Zsh plugin and powerlevel10k.
Monday megathread: Project ideas!
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code!
/r/Python
https://redd.it/iwpexy
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code!
/r/Python
https://redd.it/iwpexy
reddit
Monday megathread: Project ideas!
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with...
This media is not supported in your browser
VIEW IN TELEGRAM
[R] Photorealistic Rendering and 3D Scene Reconstruction - Double free zoom lecture by the author of both papers
/r/MachineLearning
https://redd.it/iwl0b9
/r/MachineLearning
https://redd.it/iwl0b9
How to handle forever-incremental Models and setup Meta-Models?
Been trying to properly get started with Django on-off, but there are just some things I cannot work out. Been using Flask for smaller projects now with SQLAlchemy & Celery because it's way more straight forward. But now that I want to start building something bigger and focus on it, I wanted to get some – probably basic – questions out of the way.
Let's assume we're a bank. And we're making a model for `client`, `account` and `transactions`.
1. Because we're a bank, we do not want to rely on simply updating an `account balance` value, but evaluate the account's balance by evaluating every transaction that was ever made on said account to see how much the current value is. **Q:** after a while this gets quite big and takes long to compute; how do you *squash* to say "hey, this is the current value – calculated on Sept 1st – you only have to re-evaluate new transactions for said account starting Sept 1? Like how do we handle that on a database/model level and how do we run the task?
2. We have multiple `account` types a `client` can have, with various conditions (like monthly cost, max
/r/django
https://redd.it/iwhbv7
Been trying to properly get started with Django on-off, but there are just some things I cannot work out. Been using Flask for smaller projects now with SQLAlchemy & Celery because it's way more straight forward. But now that I want to start building something bigger and focus on it, I wanted to get some – probably basic – questions out of the way.
Let's assume we're a bank. And we're making a model for `client`, `account` and `transactions`.
1. Because we're a bank, we do not want to rely on simply updating an `account balance` value, but evaluate the account's balance by evaluating every transaction that was ever made on said account to see how much the current value is. **Q:** after a while this gets quite big and takes long to compute; how do you *squash* to say "hey, this is the current value – calculated on Sept 1st – you only have to re-evaluate new transactions for said account starting Sept 1? Like how do we handle that on a database/model level and how do we run the task?
2. We have multiple `account` types a `client` can have, with various conditions (like monthly cost, max
/r/django
https://redd.it/iwhbv7
reddit
How to handle forever-incremental Models and setup Meta-Models?
Been trying to properly get started with Django on-off, but there are just some things I cannot work out. Been using Flask for smaller projects...
Help
Hello Everyone,
I need help with my Django project, which is about rating the professors of my college. Part I'm Struck with is, I want to give an option for the user to give an anonymous rating if they wish to.
/r/django
https://redd.it/iwu2zb
Hello Everyone,
I need help with my Django project, which is about rating the professors of my college. Part I'm Struck with is, I want to give an option for the user to give an anonymous rating if they wish to.
/r/django
https://redd.it/iwu2zb
reddit
Help
Hello Everyone, I need help with my Django project, which is about rating the professors of my college. Part I'm Struck with is, I want to give...
IPython in VSCode? Help please
I'm new to programming and VSCode, so please forgive my ignorance or lack of understanding!
I am following a Computer Science college course which might be a tad out-dated. Anyways, in the course it is recommended that the students use VSCode as their text editor and the Anaconda distribution of Python. I am using the regular version of Python, not the Anaconda distribution.
Since IPython is not installed by default, I went to the VSCode marketplace and downloaded the extension "IPython for VSCode". However, IPython still appears not to work (I am trying to use the IPython REPL in the terminal).
Does anyone know how to use IPython in VSCode? I don't even know if this is still a thing.... I'm confused re: the relationship between IPython and Jupyter. But what I'm trying to do is to use the IPython REPL in the VSCode terminal, so that I can follow along with my college course.
​
Thanks for your help!
/r/IPython
https://redd.it/iwpkvx
I'm new to programming and VSCode, so please forgive my ignorance or lack of understanding!
I am following a Computer Science college course which might be a tad out-dated. Anyways, in the course it is recommended that the students use VSCode as their text editor and the Anaconda distribution of Python. I am using the regular version of Python, not the Anaconda distribution.
Since IPython is not installed by default, I went to the VSCode marketplace and downloaded the extension "IPython for VSCode". However, IPython still appears not to work (I am trying to use the IPython REPL in the terminal).
Does anyone know how to use IPython in VSCode? I don't even know if this is still a thing.... I'm confused re: the relationship between IPython and Jupyter. But what I'm trying to do is to use the IPython REPL in the VSCode terminal, so that I can follow along with my college course.
​
Thanks for your help!
/r/IPython
https://redd.it/iwpkvx
reddit
IPython in VSCode? Help please
I'm new to programming and VSCode, so please forgive my ignorance or lack of understanding! I am following a Computer Science college course...