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.
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
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
RIB Software
Read The Best Construction Blogs With Trends, Tips & Tools
RIB software blogs provide insights into the latest trends in the construction industry, as well as tips and best practices from experts. Start reading now!
https://impact.apartmentocean.com/20-buzzwords-know-artificial-intelligence/
20 Buzzwords you have to know in #Artificial_Intelligence
1. #AI (Artificial Intelligence)
2. #Cloud_Computing
3. #Big_Data
4. Algorithm
5. #Python
6. #Data_Warehouse
7. #Machine_Learning
8. #Deep_Learning
9. #Artificial_Neural_Network
10. #Chatbot
11. #Data_Mining
12. Predictive Analytics
13. #OCR (#Optical_Character_Reader)
14. #AlphaGo and #Deepmind
15. #AWS (#Amazon_Web_Services)
16. #IBM_Watson
17. #Yottabyte
18. #NLP (#Natural_Language_Processing)
19. #IOT (#Internet_of_Things)
20. #Smart_City
20 Buzzwords you have to know in #Artificial_Intelligence
1. #AI (Artificial Intelligence)
2. #Cloud_Computing
3. #Big_Data
4. Algorithm
5. #Python
6. #Data_Warehouse
7. #Machine_Learning
8. #Deep_Learning
9. #Artificial_Neural_Network
10. #Chatbot
11. #Data_Mining
12. Predictive Analytics
13. #OCR (#Optical_Character_Reader)
14. #AlphaGo and #Deepmind
15. #AWS (#Amazon_Web_Services)
16. #IBM_Watson
17. #Yottabyte
18. #NLP (#Natural_Language_Processing)
19. #IOT (#Internet_of_Things)
20. #Smart_City
Apartmentocean
20 Buzzwords you have to know in Artificial Intelligence | Apartment Ocean Impact
Buzzwords you have to know in artificial intelligence -- In the world of technology, buzzwords become more than buzzwords. They become necessary for
https://stxnext.com/blog/2017/04/12/most-popular-python-scientific-libraries/
The most popular Python scientific libraries:
#Astropy
#Biopython
#Cubes
#DEAP
#SCOOP
#PsychoPy
#Pandas
#Mlpy
#matplotlib
#NumPy
#NetworkX
#TomoPy
#Theano
#SymPy
#SciPy
#scikit_learn
#scikit_image
#ScientificPython
#SageMath
#Veusz
#graph_tool
#SunPy
#Bokeh
The most popular Python scientific libraries:
#Astropy
#Biopython
#Cubes
#DEAP
#SCOOP
#PsychoPy
#Pandas
#Mlpy
#matplotlib
#NumPy
#NetworkX
#TomoPy
#Theano
#SymPy
#SciPy
#scikit_learn
#scikit_image
#ScientificPython
#SageMath
#Veusz
#graph_tool
#SunPy
#Bokeh
Stxnext
40 Most Popular Python Scientific Libraries
Python has been widely adopted by the scientific community. Here’s our list of 40 most popular Python scientific libraries and tools.
http://django-mongodb-engine.readthedocs.io/en/latest/topics/setup.html
This page explains how to install and configure a #Django/ #MongoDB setup.
This page explains how to install and configure a #Django/ #MongoDB setup.
http://www.django-rest-framework.org/
#Django_REST_Framework REST framework is a powerful and flexible toolkit for building Web APIs.
#Django_REST_Framework REST framework is a powerful and flexible toolkit for building Web APIs.
www.django-rest-framework.org
Django REST framework
Django REST framework - Web APIs for Django
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
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
https://github.com/django-json-api/django-rest-framework-json-api
#JSON #API support for #Django_REST_Framework
#JSON #API support for #Django_REST_Framework
GitHub
GitHub - django-json-api/django-rest-framework-json-api: JSON:API support for Django REST framework
JSON:API support for Django REST framework. Contribute to django-json-api/django-rest-framework-json-api development by creating an account on GitHub.
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...
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://thinkster.io/django-angularjs-tutorial
Building #Web_Applications with #Django and #AngularJS
Building #Web_Applications with #Django and #AngularJS
http://django-bootstrap3.readthedocs.io/en/latest/
you can use #django-#bootstrap3 in your #templates.
you can use #django-#bootstrap3 in your #templates.
https://github.com/andrewgodwin/channels-examples
This is a repository of simple, well-commented #examples of how to implement a few different #site features in #Django Channels.
This is a repository of simple, well-commented #examples of how to implement a few different #site features in #Django Channels.
GitHub
GitHub - andrewgodwin/channels-examples: Example projects using Django Channels
Example projects using Django Channels. Contribute to andrewgodwin/channels-examples development by creating an account on GitHub.
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')
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')
Stackoverflow
How to setup django 1.8 to use jinja2?
So, now that django officially supports Jinja 2 as a templating engine, I hoped enabling it would be as simple as switching a line in config. But when I do that, jinja fails to find my templates.
...
...
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
#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
#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
#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
#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
#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
2017.djangocon.com.au
DjangoCon AU 2017
DjangoCon AU 2017, August 3, Melbourne Convention and Exhibition Centre. A part of PyCon AU.
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)
#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)
DjangoCon US
DjangoCon US 2017 • August 13-18, 2017 • Spokane, WA United States
Six days of talks, sprints, and tutorials by the community for the community.