djangoproject
154 subscribers
2 videos
8 files
550 links
connect with us:
@XtakjoyX
Download Telegram
http://tutos.readthedocs.io/en/latest/source/ndg.html

due to the lacks of informations about deploying latests version of #django (1.6+) with latest #nginx (1.6+) using #gunicorn (18+) inside virtual environment of #python 3 (3.4+), it was really hard for a beginner like me to deploy a django project.
http://www.datapine.com/blog/technology-buzzwords/

12 IT & Technology Buzzwords You Won’t Be Able To Avoid In 2017

#Virtual_Assistants
#Artificial_Intelligence (#AI)
#Augmented_Reality / #Virtual_Reality
#Deep_Learning / #Advanced_Machine_Learning
#Blockchain
Everything On-Demand (The Uber Effect)
Digital Twin
Smart Factory / Industry 4.0
Actionable Analytics / Self-service analytics
Internet of Things / Device Mash / Ambient UX
React JS / React Native
Quantum Computing
http://django-mongodb-engine.readthedocs.io/en/latest/topics/setup.html

This page explains how to install and configure a #Django/ #MongoDB setup.
itertools.permutations() generates permutations
for an #iterable. Time to brute-force those passwords 😉

»> import itertools
»> for p in itertools.permutations('ABCD'):
... print(p)

('A', 'B', 'C', 'D')
('A', 'B', 'D', 'C')
('A', 'C', 'B', 'D')
('A', 'C', 'D', 'B')
('A', 'D', 'B', 'C')
('A', 'D', 'C', 'B')
('B', 'A', 'C', 'D')
('B', 'A', 'D', 'C')
('B', 'C', 'A', 'D')
('B', 'C', 'D', 'A')
('B', 'D', 'A', 'C')
('B', 'D', 'C', 'A')
('C', 'A', 'B', 'D')
('C', 'A', 'D', 'B')
('C', 'B', 'A', 'D')
('C', 'B', 'D', 'A')
('C', 'D', 'A', 'B')
('C', 'D', 'B', 'A')
('D', 'A', 'B', 'C')
('D', 'A', 'C', 'B')
('D', 'B', 'A', 'C')
('D', 'B', 'C', 'A')
('D', 'C', 'A', 'B')
('D', 'C', 'B', 'A')

https://www.getdrip.com/deliveries/3izmtpupcsdbvy3ueneo?__s=kb7h1rpicdzyeaisgjyn
http://django-angular.readthedocs.io/en/latest/angular-model-form.html

When deriving from #Django’s #forms.Form class in an #AngularJS environment, it can be useful to enrich the rendered form output with an AngularJS #HTML tag...
https://stackoverflow.com/questions/30288351/how-to-setup-django-1-8-to-use-jinja2

The #Jinja template folder for app dirs defaults to #jinja2 not the standard templates folder.

So try the following directory structure and #Django will locate your Jinja #templates:

mysite
mysite
myapp
jinja2
myapp
index.html
manage.py

And instead of: return render(request, 'myapp/index.html') you should write: return render(request, 'index.html')
https://www.djangoproject.com/m/foundation/ccla.pdf

#Django Software Foundation Corporate Contributor License Agreement
Adapted from http://www.apache.org/licenses/ © Apache Software Foundation.

#CLA
http://mongoengine.readthedocs.io/en/latest/index.html

#MongoEngine is an Object-Document Mapper, written in #Python for working with #MongoDB. To install it, simply run

#Django
https://pycon-au.org/

#Pycon Australia 2017 Melbourne(August 3-8, 2017, Melbourne Convention Centre):

♦️Bayesian inference & machine learning
♦️Practical testing with pytest
♦️Django & JavaScript: A long and complicated friendship
♦️Python to the (Little) People: teaching 300,000 students Python through the DT Curriculum
♦️Tuning In with SDR & Python
♦️Building the next-generation Conversational AI with Python and Deep Learning
♦️Using Python in a Data Hackathon
♦️Reflections on the Use of Python and Pygame in Senior IT
♦️Loop better: a deeper look at iteration in Python
♦️Using MicroPython in the wild
♦️Teaching Object-Oriented Programming with Python
♦️Program all the things - How to develop IoT devices using MicroPython
♦️Oh, I Found a Security Issue
♦️Learn You a PyTorch!
♦️Offline Django with Service Workers
♦️Python in Primary School
♦️Software for the Murchison Widefield Array radio telescope
♦️MicroPython for ESP32
♦️Finding Currajong - Fuzzy string searches in Python
♦️Teaching MicroPython with the BBC micro:bit at NCSS
♦️hunter2: A Symphony of Password Horror
The Messaging of Things
♦️Rapid GUI development for IOT systems
♦️Let's Run Python on a Supercomputer!
♦️Teaching Python: Adapting to Diversity
♦️Multitenant applications: how and why
♦️Horrors of Distributed Systems
♦️MicroPython Energy Monitoring
♦️Tracking Land Conversion with the Eye in the Sky
♦️iPad App Development with Python
♦️Visualising data in Python
♦️Red User, Blue User, MyUser, auth.User
♦️Programming, Python, and Student-Directed Projects
♦️Using Python For Creating Hardware To Record FOSS Conferences
♦️DNA sequencing and analysis in a remote environment; Nanopore sequencing and FPGA boards.
♦️Teaching Python Online to Primary Students
♦️Word Embeddings everywhere, Which one to choose!
♦️Bowerbirds of Technology: Architecture and Operations at Less-Than-Facebook Scale
♦️Learn by Doing: Getting Students into FOSS
♦️From PyPI to Production: Shipping Software Responsibly.
♦️Improving PySpark Performance: Spark performance beyond the JVM
♦️How Django helped us make a better conference website
♦️PEP 498: The Monologue
♦️Comprehensible Comprehensions
♦️A Really Gentle Introduction to Asyncio
♦️Concurrency and Parallelism From The Ground Up
♦️Python: Ludicrous mode (with Django)
♦️Syntax Hijacking: Genius or Evil?
♦️Fighting the controls: madness and tragedy for programmers
♦️One Data Pipeline to Rule Them All
♦️Introduction to profiling python performance with SystemTap
♦️Harnessing the APIs you didn't know existed
♦️Analysing a TwitterBot using TextBlob, NLTK and Python
♦️Call a C API from Python becomes more enjoyable with CFFI
♦️Scaling Down: Running Large Sites Locally
♦️The Importance of Design: maybe the users aren't wrong?
♦️Mocking: virtual reality for your Python tests
♦️Organizing conferences for learners: How we made it work in Namibia
♦️Wordsmiths - Operational Transformation in Python
♦️Identity 2.0: the what, why and how of social and federated login
♦️Stereo Vision
♦️The Business of Community
♦️Front-end integration testing for back-end developers
♦️Automated Python Powered Turret
♦️GraphQL: how to make clients enjoy using your API
♦️We're no strangers to VoIP: Building the National Rick Astley Hotline
♦️How to write a container daemon in Python
♦️Why'd it have to be snakes: Porting Swift to Jupyter
♦️Gradual Typing in Python
♦️Don't Look Back in Anger: Wildman Whitehouse and the Great Failure of 1858
♦️Hot reloading Python web-servers at scale Python 3 for People Who Haven't Been Paying Attention
♦️State Machines
♦️The four kinds of documentation, and why you need to understand what they are
♦️Lessons from building serverless services in bleeding edge python
https://pycon-au.org/

#Pycon Australia 2017 Melbourne(August 3-8, 2017, Melbourne Convention Centre):

♦️Unit Testing with Requests
♦️Lightflow - A lightweight, distributed workflow system
♦️Passing the Baton: Succession planning for your project
♦️Time is an illusion
♦️Prototyping Python Microservices in Production
♦️Programming Lego Mindstorms robots with Python
♦️Secrets of a WSGI master.
♦️Code Reviews Using Art Critique Principles
♦️Decoding the Frustrations and Vulnerabilities of Modern Text Processing
♦️An introduction to nodepool
♦️Improving Your Documentation: A talk for developers who want to write stuff good
♦️StarLAB: Developing a hardware based learning platform for students
♦️The Wizardry of Metaprogramming
♦️Video recording conferences and user groups using Python
♦️Messy Sensor Data: A Programmer’s Cleaning Guide
♦️Python vs Punch Out
♦️When Do We Belong?
♦️Covered in Bees! Deploying an app to 6 platforms in 20 minutes
http://2017.djangocon.com.au/

#DjangoCon AU: August 4, 2017
#PyCon AU: August 5 - 6, 2017
Sprints: August 7 - 8, 2017

🔷Django and JavaScript: A long and complicated friendship
🔷Bowerbirds of Technology: Architecture and Operations at Less-Than-Facebook Scale
🔷Loop better: a deeper look at iteration in Python
🔷Oh, I Found a Security Issue
🔷Offline Django with Service Workers
🔷hunter2: A Symphony of Password Horror
🔷Multitenant applications:
how and why
🔷Horrors of Distributed Systems
🔷Red User, Blue User, MyUser, auth.User
https://2017.djangocon.us/
#djangocon
Six days of talks, sprints, and tutorials by the community for the community.
August 13–18
2017

🔸Saved You a Click (Or Three): Supercharging the Django Admin with Actions and Views (Liam Andrew)
🔸Django vs Flask (David “DB” Baumgold)
🔸End-to-End Django on Kubernetes (Josh Berkus)
🔸Going Rogue: How Code.org Created a Curriculum Development Platform without their Engineers (Josh Caldwell)
🔸Overcoming the Challenges of Mentoring (Kim Crayton)
🔸Stumbling Through Django and How Not to (Melanie Crutchfield)
🔸Maybe Not the Programmers They Deserved, but the Programmers They Needed (Jessica Deaton and Megan Will)
🔸GraphQL in the Wild (Arianne Dee)
🔸Accessibility Matters: Creating a Better Web (Lindsey Dragun)
🔸Taking Django Distributed (Andrew Godwin)
🔸The Monster on the Project (Tiberius Hefflin)
🔸Python & Spreadsheets: 2017 Edition (Kojo Idrissa)
🔸Type UWSGI; Press Enter; What Happens? (Philip James)
🔸Serverless Django (Rich Jones)
🔸Live long and refactor :vulcan_salute: (Sana Javed)
🔸Preventing Headaches with Linters and Automated Checks (Flávio Junior)
🔸Autopsy of a Slow Train Wreck: the Life and Death of a Django Startup (Russell Keith-Magee)
🔸The Beauty of ViewSets in Django Rest Framework (Buddy Lindsey, Jr.)
🔸Getting the most out of Django’s User Model (Julia M Looney)
🔸Alexa… (Heather Luna aka Heats)
🔸Write an API for Almost Anything (Or The Amazing Power and Flexibility of Django Rest Framework) (Charlotte Mays)
🔸The Power :zap: and Responsibility :sweat: of Unicode Adoption :sparkles: (Katie McLaughlin)
🔸Practical Unit Testing in Django (Wayne Merry)
🔸Using Django, Docker, and Scikit-Learn to Bootstrap Your Machine Learning Project (Lorena Mesa)
🔸Get a Jumpstart on Collaboration and Code Review in GitHub (Katherine “Kati” Michel)
🔸Why Can’t Everyone Just Do What I Want Them To? Leadership, Management, and Working with People Who Don’t Think like You (Briana Morgan)