Android Malware Analysis YARA with JupyterLab
アマヤラ (Android Malware Analysis YARA) Lab is a project that provides a
ready-to-use Jupyter Lab environment to help out with Android malware
analysis using YARA rules. Give a look at the GitHub repo!
/r/JupyterNotebooks
https://redd.it/uaaps4
アマヤラ (Android Malware Analysis YARA) Lab is a project that provides a
ready-to-use Jupyter Lab environment to help out with Android malware
analysis using YARA rules. Give a look at the GitHub repo!
/r/JupyterNotebooks
https://redd.it/uaaps4
GitHub
GitHub - tsumarios/AMAYARA-Lab: The アマヤラ Lab project provides a ready-to-use Jupyter Lab environment to help out with Android malware…
The アマヤラ Lab project provides a ready-to-use Jupyter Lab environment to help out with Android malware analysis using YARA rules. - tsumarios/AMAYARA-Lab
Monday Daily Thread: 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! If you're looking for project ideas, you might be interested in checking out Al Sweigart's, "The Big Book of Small Python Projects" which provides a list of projects and the code to make them work.
/r/Python
https://redd.it/ub7ugb
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! If you're looking for project ideas, you might be interested in checking out Al Sweigart's, "The Big Book of Small Python Projects" which provides a list of projects and the code to make them work.
/r/Python
https://redd.it/ub7ugb
reddit
Monday Daily Thread: 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...
Django Freelancers
Hey guys, can you share with us your Freelance experience as a Django/Rest developer? How it started and on what Platform?
/r/django
https://redd.it/uby19a
Hey guys, can you share with us your Freelance experience as a Django/Rest developer? How it started and on what Platform?
/r/django
https://redd.it/uby19a
reddit
Django Freelancers
Hey guys, can you share with us your Freelance experience as a Django/Rest developer? How it started and on what Platform?
I have a Django app running that allows users to make comments, users can delete comment objects, but how can i have an audit of everything? I want to allow everyone to be able to retrieve all deleted comments, so in other words, it would be a "fake deletion"
/r/django
https://redd.it/ubgz4l
/r/django
https://redd.it/ubgz4l
reddit
I have a Django app running that allows users to make comments,...
Posted in r/django by u/doing20thingsatatime • 24 points and 27 comments
SPA + Django Rest Framework API authentication for Microsoft Azure AD
Hi, I'm developing an Angular SPA + Django Rest Framework API and need to implement the sign-in flow for Microsoft Azure AD. The existing authentication is based on JWT tokens and it works fine. But now I don't know how to incorporate the new sign-in functionality - should I implement the sign-in and redirect directly on the Angular client-side and then pass the Azure AD token to DRF API to validate it somehow with Azure AD? Or is there some better practice for this?
/r/django
https://redd.it/uc1cf2
Hi, I'm developing an Angular SPA + Django Rest Framework API and need to implement the sign-in flow for Microsoft Azure AD. The existing authentication is based on JWT tokens and it works fine. But now I don't know how to incorporate the new sign-in functionality - should I implement the sign-in and redirect directly on the Angular client-side and then pass the Azure AD token to DRF API to validate it somehow with Azure AD? Or is there some better practice for this?
/r/django
https://redd.it/uc1cf2
reddit
SPA + Django Rest Framework API authentication for Microsoft Azure AD
Hi, I'm developing an Angular SPA + Django Rest Framework API and need to implement the sign-in flow for Microsoft Azure AD. The existing...
Tuesday Daily Thread: Advanced questions
Have some burning questions on advanced Python topics? Use this thread to ask more advanced questions related to Python.
If your question is a beginner question we hold a beginner Daily Thread tomorrow (Wednesday) where you can ask any question! We may remove questions here and ask you to resubmit tomorrow.
This thread may be fairly low volume in replies, if you don't receive a response we recommend looking at r/LearnPython or joining the Python Discord server at https://discord.gg/python where you stand a better chance of receiving a response.
/r/Python
https://redd.it/ubz9be
Have some burning questions on advanced Python topics? Use this thread to ask more advanced questions related to Python.
If your question is a beginner question we hold a beginner Daily Thread tomorrow (Wednesday) where you can ask any question! We may remove questions here and ask you to resubmit tomorrow.
This thread may be fairly low volume in replies, if you don't receive a response we recommend looking at r/LearnPython or joining the Python Discord server at https://discord.gg/python where you stand a better chance of receiving a response.
/r/Python
https://redd.it/ubz9be
Discord
Join the Python Discord Server!
We're a large community focused around the Python programming language. We believe that anyone can learn to code. | 412982 members
Robyn - A Python web framework with a Rust runtime - crossed 200k installs on PyPi
Hi Everyone! 👋
I wrote this blog to celebrate 200k install of Robyn. This blog documents the journey of Robyn so far and sheds some light on the future plans of Robyn.
I hope you all enjoy the read and share any feedback with me.
Blog Link: https://www.sanskar.me/hello\_robyn.html
/r/Python
https://redd.it/ucazjl
Hi Everyone! 👋
I wrote this blog to celebrate 200k install of Robyn. This blog documents the journey of Robyn so far and sheds some light on the future plans of Robyn.
I hope you all enjoy the read and share any feedback with me.
Blog Link: https://www.sanskar.me/hello\_robyn.html
/r/Python
https://redd.it/ucazjl
www.sanskar.me
Hello, Robyn!
Robyn's 100k
Reloadium - Hot Reloading aka Edit and Continue for Python
​
https://i.redd.it/fyscm8r8fvv81.gif
More details here: https://github.com/reloadware/reloadium
Using is very simple. Just edit your file and hit save (Ctrl-S).
If you guys use PyCharm then you can try out the plugin:
https://plugins.jetbrains.com/plugin/18509-reloadium
It enables hot reloading capabilities in Python like changing code during debugging, fixing errors after exceptions occur, restarting current functions etc.
/r/Python
https://redd.it/ucbzry
​
https://i.redd.it/fyscm8r8fvv81.gif
More details here: https://github.com/reloadware/reloadium
Using is very simple. Just edit your file and hit save (Ctrl-S).
If you guys use PyCharm then you can try out the plugin:
https://plugins.jetbrains.com/plugin/18509-reloadium
It enables hot reloading capabilities in Python like changing code during debugging, fixing errors after exceptions occur, restarting current functions etc.
/r/Python
https://redd.it/ucbzry
A free tool to seed your dev database with real data
A bunch of developers and myself have created RepliByte - an open-source tool to seed a development database from a production database.
Features:
- Support data backup and restore for PostgreSQL, MySQL, and MongoDB
- Replace sensitive data with fake data
- Works on large database (> 10GB) (read Design)
- Database Subsetting: Scale down a production database to a more reasonable size
- Start a local database with the prod data in a single command
- On-the-fly data (de)compression (Zlib)
- On-the-fly data de/encryption (AES-256)
- Fully stateless (no server, no daemon) and lightweight binary
- Use custom transformers
My motivation:
As a developer, creating a fake dataset for running tests is tedious. Plus, it does not reflect real-world data and is painful to keep updated. If you prefer to run your app tests with production data. Then RepliByte is for you as well.
Available for MacOSX, Linux and Windows.
https://github.com/Qovery/replibyte
/r/django
https://redd.it/uc8rc5
A bunch of developers and myself have created RepliByte - an open-source tool to seed a development database from a production database.
Features:
- Support data backup and restore for PostgreSQL, MySQL, and MongoDB
- Replace sensitive data with fake data
- Works on large database (> 10GB) (read Design)
- Database Subsetting: Scale down a production database to a more reasonable size
- Start a local database with the prod data in a single command
- On-the-fly data (de)compression (Zlib)
- On-the-fly data de/encryption (AES-256)
- Fully stateless (no server, no daemon) and lightweight binary
- Use custom transformers
My motivation:
As a developer, creating a fake dataset for running tests is tedious. Plus, it does not reflect real-world data and is painful to keep updated. If you prefer to run your app tests with production data. Then RepliByte is for you as well.
Available for MacOSX, Linux and Windows.
https://github.com/Qovery/replibyte
/r/django
https://redd.it/uc8rc5
GitHub
GitHub - Qovery/Replibyte: Seed your development database with real data ⚡️
Seed your development database with real data ⚡️. Contribute to Qovery/Replibyte development by creating an account on GitHub.
Creating a web application that processes data
Will Django allow me to take my (already functional) python program and convert it to a web application that I can access locally for execution?
My program takes some user input(selecting things), processes some data in the background, organizes it in excel, then sends it to my printer. I've been working through some Django tutorials and I'm struggling to see where the Model/View/Template system will allow me to incorporate that functionality into the app?
/r/django
https://redd.it/ucjsrb
Will Django allow me to take my (already functional) python program and convert it to a web application that I can access locally for execution?
My program takes some user input(selecting things), processes some data in the background, organizes it in excel, then sends it to my printer. I've been working through some Django tutorials and I'm struggling to see where the Model/View/Template system will allow me to incorporate that functionality into the app?
/r/django
https://redd.it/ucjsrb
reddit
Creating a web application that processes data
Will Django allow me to take my (already functional) python program and convert it to a web application that I can access locally for...
New Jupyter Notebook competition
Are you passionate about coding, data science or Earth observation?
https://preview.redd.it/41ijb6p04vv81.png?width=1920&format=png&auto=webp&s=bb0ae5e70d7d1c427e0409abd224a2eda7ddc954
We're looking for bright-minded people from around the world to showcase their skills and develop new Jupyter Notebooks using Copernicus data!
Sound interesting? Find out more here: https://www.eumetsat.int/science-blog/new-jupyter-notebook-competition
/r/JupyterNotebooks
https://redd.it/ucasxr
Are you passionate about coding, data science or Earth observation?
https://preview.redd.it/41ijb6p04vv81.png?width=1920&format=png&auto=webp&s=bb0ae5e70d7d1c427e0409abd224a2eda7ddc954
We're looking for bright-minded people from around the world to showcase their skills and develop new Jupyter Notebooks using Copernicus data!
Sound interesting? Find out more here: https://www.eumetsat.int/science-blog/new-jupyter-notebook-competition
/r/JupyterNotebooks
https://redd.it/ucasxr
Django 4.1 adds async-compatible interface to QuerySet
https://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
/r/django
https://redd.it/uczhsq
https://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
/r/django
https://redd.it/uczhsq
Djangocentral
Django 4.1 adds async-compatible interface to QuerySet
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django. The Django core team h
How to Version Control your Django Project
Hey All,
I wrote a small guide for how I Version Control my Django Projects. If you are interested I would love to get your feedback. https://builtwithdjango.com/blog/django-version-control
It is aimed at the people who are just starting out.
TL;DR of the post is to use a good .gitignore 😃
/r/djangolearning
https://redd.it/ud4pkg
Hey All,
I wrote a small guide for how I Version Control my Django Projects. If you are interested I would love to get your feedback. https://builtwithdjango.com/blog/django-version-control
It is aimed at the people who are just starting out.
TL;DR of the post is to use a good .gitignore 😃
/r/djangolearning
https://redd.it/ud4pkg
Builtwithdjango
How to Version Control your Django project
In this post, we will be talking about version control and the best practices when it comes to Django projects.
Django horizontal scaling with Kubernetes and Docker on AWS
Hello guys,
I'd like to horizontally scale my Django ecommerce app with Kubernetes and Docker on AWS.
What's the best tutorial available for that? is there any video tutorial that shows you how to scale it properly? I'll be using Redis cache as well.
/r/django
https://redd.it/udd91p
Hello guys,
I'd like to horizontally scale my Django ecommerce app with Kubernetes and Docker on AWS.
What's the best tutorial available for that? is there any video tutorial that shows you how to scale it properly? I'll be using Redis cache as well.
/r/django
https://redd.it/udd91p
reddit
Django horizontal scaling with Kubernetes and Docker on AWS
Hello guys, I'd like to horizontally scale my Django ecommerce app with Kubernetes and Docker on AWS. What's the best tutorial available for...
Jupyter Community Workshops: Call for Proposals
https://blog.jupyter.org/jupyter-community-workshops-c7491a3cca00
/r/IPython
https://redd.it/ucoc1h
https://blog.jupyter.org/jupyter-community-workshops-c7491a3cca00
/r/IPython
https://redd.it/ucoc1h
Medium
Jupyter Community Workshops: Call for Proposals
Call for Proposals for July 2022 — April 2023
DRF - options for adding/deleting from ManyToMany field
I have a Django/drf backend and wanted opinions on how to handle updating ManyToMany relationships/fields.
For ex let’s say Users are able to favorite many homes on an Airbnb type app. From a single home/listing page would you request all the favorites and then if the user favorited/unfavorited that listing send back the full list of new favorites in the req? Deleting all the current favorites and replacing with this new favorites data? Or some other way? I guess wondering what the different options are and if there’s a way that’s easiest with Django/drf
/r/django
https://redd.it/udmham
I have a Django/drf backend and wanted opinions on how to handle updating ManyToMany relationships/fields.
For ex let’s say Users are able to favorite many homes on an Airbnb type app. From a single home/listing page would you request all the favorites and then if the user favorited/unfavorited that listing send back the full list of new favorites in the req? Deleting all the current favorites and replacing with this new favorites data? Or some other way? I guess wondering what the different options are and if there’s a way that’s easiest with Django/drf
/r/django
https://redd.it/udmham
reddit
DRF - options for adding/deleting from ManyToMany field
I have a Django/drf backend and wanted opinions on how to handle updating ManyToMany relationships/fields. For ex let’s say Users are able to...
Django Chat: Appliku - Kostja Palović
https://djangochat.com/episodes/appliku
/r/django
https://redd.it/udv4v8
https://djangochat.com/episodes/appliku
/r/django
https://redd.it/udv4v8
Django Chat
Kostja Palović is the founder of Appliku, a deployment platform for Django. We chat about his past running an agency, creating Appliku, and the current state of Django deployments.
Friday Daily Thread: Free chat Friday! Daily Thread
Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted!
/r/Python
https://redd.it/ue8us0
Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted!
/r/Python
https://redd.it/ue8us0
reddit
Friday Daily Thread: Free chat Friday! Daily Thread
Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted!
What would your Reddit Upvoting Model look like?
I think it is easy to see that Users <-> Posts would be a many-to-many with Comments in between, but how would you deal with keeping track of Upvotes whilst retaining User information?
Was just browsing when the thought came to my mind and I can't come up with a good scalable solution...
/r/django
https://redd.it/uebgfj
I think it is easy to see that Users <-> Posts would be a many-to-many with Comments in between, but how would you deal with keeping track of Upvotes whilst retaining User information?
Was just browsing when the thought came to my mind and I can't come up with a good scalable solution...
/r/django
https://redd.it/uebgfj
reddit
What would your Reddit Upvoting Model look like?
I think it is easy to see that Users <-> Posts would be a many-to-many with Comments in between, but how would you deal with keeping track of...