Simple is Better Than Complex: How to Use Bootstrap 4 Forms With Django
Link: https://simpleisbetterthancomplex.com/tutorial/2018/08/13/how-to-use-bootstrap-4-forms-with-django.html
This is a quick tutorial to get you start with django-crispy-forms
and never look back.
Crispy-forms is a great application that gives you control over how you render Django forms, without breaking th
Link: https://simpleisbetterthancomplex.com/tutorial/2018/08/13/how-to-use-bootstrap-4-forms-with-django.html
This is a quick tutorial to get you start with django-crispy-forms
and never look back.
Crispy-forms is a great application that gives you control over how you render Django forms, without breaking th
Simple is Better Than Complex
How to Use Bootstrap 4 Forms With Django
This is a quick tutorial to get you start with django-crispy-formsand never look back. Crispy-forms is a great application that gives you control over how you render Django forms,without breaking t...
Fabio Zadrozny: Profiling pytest startup
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/BPj1i-ACYXI/profiling-pytest-startup.html
I'm a fan of pytest (http://www.pytest.org), yet, it seems that the startup time for running tests locally in the app I'm working on is slowly ramping up, so, I decided to do a profile to see if there
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/BPj1i-ACYXI/profiling-pytest-startup.html
I'm a fan of pytest (http://www.pytest.org), yet, it seems that the startup time for running tests locally in the app I'm working on is slowly ramping up, so, I decided to do a profile to see if there
Blogspot
Profiling pytest startup
I'm a fan of pytest ( http://www.pytest.org ), yet, it seems that the startup time for running tests locally in the app I'm working on is s...
Spyder IDE: Spyder featured on Episode 1 of Open Source Directions web show
Link: https://www.spyder-ide.org/blog/webcast-quansight-ep1/
Quansight, the company recently founded by NumPy, SciPy and Anaconda creator Travis Oliphant to help connect companies with open source communities built around data science and machine learning, just
Link: https://www.spyder-ide.org/blog/webcast-quansight-ep1/
Quansight, the company recently founded by NumPy, SciPy and Anaconda creator Travis Oliphant to help connect companies with open source communities built around data science and machine learning, just
Codementor: How to Build a Data Science Portfolio
Link: https://www.codementor.io/mgalarny/how-to-build-a-data-science-portfolio-mcnz7sxlt
How do you get a job in data science? Knowing enough statistics, machine learning, programming, etc to be able to get a job is difficult. One thing I have found lately is quite a few people may have t
Link: https://www.codementor.io/mgalarny/how-to-build-a-data-science-portfolio-mcnz7sxlt
How do you get a job in data science? Knowing enough statistics, machine learning, programming, etc to be able to get a job is difficult. One thing I have found lately is quite a few people may have t
www.codementor.io
How to Build a Data Science Portfolio | Codementor
How do you get a job in data science? Knowing enough statistics, machine learning, programming, etc to be able to get a job is difficult. One thing I have found lately is quite a few people may have the required skills to get a job, but no portfolio. While…
Mike Driscoll: Python 101: Episode #20 – The sys module
Link: http://www.blog.pythonlibrary.org/2018/08/14/python-101-episode-20-the-sys-module/
In this screencast, you will learn the basics of Python’s sys module from the standard library. You can also read the chapter this screencast is based on here or on Leanpub
Check out the entire Pytho
Link: http://www.blog.pythonlibrary.org/2018/08/14/python-101-episode-20-the-sys-module/
In this screencast, you will learn the basics of Python’s sys module from the standard library. You can also read the chapter this screencast is based on here or on Leanpub
Check out the entire Pytho
Semaphore Community: Getting Started with Mocking in Python
Link: https://semaphoreci.com/community/tutorials/getting-started-with-mocking-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Mocking is simply the act of replacing the part of the application
you are testing with a dummy version of that part called a mock.
Inst
Link: https://semaphoreci.com/community/tutorials/getting-started-with-mocking-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Mocking is simply the act of replacing the part of the application
you are testing with a dummy version of that part called a mock.
Inst
Semaphore
Getting Started with Mocking in Python - Semaphore
An introduction to using Python's unittest.mock for replacing parts of your system under test and improving the efficiency of your unit tests.
Peter Bengtsson: Django lock decorator with django-redis
Link: https://www.peterbe.com/plog/django-lock-decorator-with-django-redis
Here's the code. It's quick-n-dirty but it works wonderfully:
import functools
import hashlib
from django.core.cache import cache
from django.utils.encoding import force_bytes
def lock_decorator
Link: https://www.peterbe.com/plog/django-lock-decorator-with-django-redis
Here's the code. It's quick-n-dirty but it works wonderfully:
import functools
import hashlib
from django.core.cache import cache
from django.utils.encoding import force_bytes
def lock_decorator
Peterbe
Django lock decorator with django-redis - Peterbe.com
Djangostars: How to build your own blockchain for a financial product
Link: https://djangostars.com/blog/how-to-build-your-own-blockchain-for-a-financial-product/
Technologies are changing fast; people are not. – Jakob Nielsen
Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever sphere
Link: https://djangostars.com/blog/how-to-build-your-own-blockchain-for-a-financial-product/
Technologies are changing fast; people are not. – Jakob Nielsen
Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever sphere
Software Development Blog & IT Tech Insights | Django Stars
How to Build Your Own Blockchain For a Financial Product
Read on to learn why fintech can already utilize the blockchain technology, and see what it takes to build a simple yet functional blockchain of your own.
Ned Batchelder: SQLite data storage for coverage.py
Link: https://nedbatchelder.com//blog/201808/sqlite_data_storage_for_coveragepy.html
I’m starting to make some progress on Who Tests What.
The first task is to change how coverage.py records the data it collects
during execution. Currently, all of the data is held in memory,
Link: https://nedbatchelder.com//blog/201808/sqlite_data_storage_for_coveragepy.html
I’m starting to make some progress on Who Tests What.
The first task is to change how coverage.py records the data it collects
during execution. Currently, all of the data is held in memory,
Python Engineering at Microsoft: Python in Visual Studio 2017 version 15.8
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/08/14/python-in-visual-studio-2017-version-15-8/
We have released the 15.8 update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com.
In this post
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/08/14/python-in-visual-studio-2017-version-15-8/
We have released the 15.8 update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com.
In this post
Python
Python in Visual Studio 2017 version 15.8 | Python
We have released the 15.8 update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com. In this post,
Spyder IDE: Spyder 3.3.0 and 3.3.1 released!
Link: https://www.spyder-ide.org/blog/release-spyder-330/
We're pleased to release the next significant update in the stable Spyder 3 line, 3.3.0, along with its follow-on bugfix point release, 3.3.1, which is now live on PyPI and conda.
As always, you can u
Link: https://www.spyder-ide.org/blog/release-spyder-330/
We're pleased to release the next significant update in the stable Spyder 3 line, 3.3.0, along with its follow-on bugfix point release, 3.3.1, which is now live on PyPI and conda.
As always, you can u
www.spyder-ide.org
Blog | Spyder 3.3.0 and 3.3.1 released! — Spyder IDE
Website for Spyder, the Scientific Python Development Environment
Mike Driscoll: Book Contest: ReportLab: PDF Processing with Python
Link: http://www.blog.pythonlibrary.org/2018/08/14/book-contest-reportlab-pdf-processing-with-python/
I recently released a new book entitled ReportLab: PDF Processing with Python. In celebration of a successful launch, I have decided to do a little contest.
Rules
Post a comment telling me why you w
Link: http://www.blog.pythonlibrary.org/2018/08/14/book-contest-reportlab-pdf-processing-with-python/
I recently released a new book entitled ReportLab: PDF Processing with Python. In celebration of a successful launch, I have decided to do a little contest.
Rules
Post a comment telling me why you w
Vasudev Ram: pyperclip, a cool Python clipboard module
Link: http://jugad2.blogspot.com/2018/08/pyperclip-cool-python-clipboard-module.html
By Vasudev RamI recently came across this neat Python library, pyperclip, while browsing the net. It provides programmatic copy-and-paste functionality. It's by Al Sweigart.pyperclip is very easy to u
Link: http://jugad2.blogspot.com/2018/08/pyperclip-cool-python-clipboard-module.html
By Vasudev RamI recently came across this neat Python library, pyperclip, while browsing the net. It provides programmatic copy-and-paste functionality. It's by Al Sweigart.pyperclip is very easy to u
Blogspot
pyperclip, a cool Python clipboard module
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Mike Driscoll: Face Detection Using Python and OpenCV
Link: http://www.blog.pythonlibrary.org/2018/08/15/face-detection-using-python-and-opencv/
Machine Learning, artificial intelligence and face recognition are big topics right now. So I thought it would be fun to see how easy it is to use Python to detect faces in photos. This article will f
Link: http://www.blog.pythonlibrary.org/2018/08/15/face-detection-using-python-and-opencv/
Machine Learning, artificial intelligence and face recognition are big topics right now. So I thought it would be fun to see how easy it is to use Python to detect faces in photos. This article will f
Mouse Vs Python
Face Detection Using Python and OpenCV - Mouse Vs Python
In this tutorial you will learn how to detect faces and eyes using computer vision. There are Python bindings around OpenCV that you can use
PyBites: How Promotions work in Large Corporations
Link: https://pybit.es/guest-promotions-large-corporations.html
We are stoked to have Cristian Medina (tryexceptpass.org) deliver our first soft skills article. He will go into depth on the topic of promotions and how to better position yourself as a developer. He
Link: https://pybit.es/guest-promotions-large-corporations.html
We are stoked to have Cristian Medina (tryexceptpass.org) deliver our first soft skills article. He will go into depth on the topic of promotions and how to better position yourself as a developer. He
PyBites
How Promotions work in Large Corporations
We are stoked to have Cristian Medina (tryexceptpass.org) deliver our first soft skills article. He will go into depth on the topic of promotions and how to better position yourself as a developer. He will discuss performance reviews, the role your manager…
Codementor: Taming Snakes inside a Container
Link: https://www.codementor.io/apcelent/taming-snakes-inside-a-container-mfadetk24
In this post, let's talk about taming snakes inside a container. The article is a summary of lessons learned while dockerizing python microservices. In case you want to see a detailed...
Link: https://www.codementor.io/apcelent/taming-snakes-inside-a-container-mfadetk24
In this post, let's talk about taming snakes inside a container. The article is a summary of lessons learned while dockerizing python microservices. In case you want to see a detailed...
www.codementor.io
Taming Snakes inside a Container | Codementor
In this post, let's talk about taming snakes inside a container. The article is a summary of lessons learned while dockerizing python microservices. In case you want to see a detailed...
Import Python: ImportPython - Issue 182
Link: http://importpython.com/blog/post/importpython-issue-182
Worthy
Read
Continuous Delivery of Microservices - Parts 1 to 5
Link: http://importpython.com/blog/post/importpython-issue-182
Worthy
Read
Continuous Delivery of Microservices - Parts 1 to 5
ImportPython
ImportPython - Issue 182 - ImportPython Weekly Blog
All Things Python.
Real Python: The Ultimate Guide to Django Redirects
Link: https://realpython.com/django-redirects/
When you build a Python web application with the Django framework, you’ll at some point have to redirect the user from one URL to another.
In this guide, you’ll learn everything you need to know about
Link: https://realpython.com/django-redirects/
When you build a Python web application with the Django framework, you’ll at some point have to redirect the user from one URL to another.
In this guide, you’ll learn everything you need to know about
Realpython
The Ultimate Guide to Django Redirects – Real Python
In this detailed guide, you'll learn everything you need to know about HTTP redirects in Django. All the way from the low-level details of the HTTP protocol to the high-level way of dealing with them in Django.
Python Bytes: #91 Will there be a PyBlazor?
Link: https://pythonbytes.fm/episodes/show/91/will-there-be-a-pyblazor
Link: https://pythonbytes.fm/episodes/show/91/will-there-be-a-pyblazor
pythonbytes.fm
Will there be a PyBlazor?
News and announcements from the Python community for the week of Aug 15th, 2018
Continuum Analytics Blog: Introducing Skein: Deploy Python on Apache YARN the Easy Way
Link: https://www.anaconda.com/blog/developer-blog/introducing-skein-deploy-python-on-apache-yarn-the-easy-way/
By Jim Crist *This post is reprinted with permission from Jim Crist’s blog. The original post can be found here.In this post, I introduce Skein, a new tool and library for deploying applications on Ap
Link: https://www.anaconda.com/blog/developer-blog/introducing-skein-deploy-python-on-apache-yarn-the-easy-way/
By Jim Crist *This post is reprinted with permission from Jim Crist’s blog. The original post can be found here.In this post, I introduce Skein, a new tool and library for deploying applications on Ap
Anaconda
Introducing Skein: Deploy Python on Apache YARN the Easy Way - Anaconda
Skein is a new tool and library for deploying applications on Apache YARN.
Peter Bengtsson: django-pipeline and Zopfli
Link: https://www.peterbe.com/plog/ZopfliPipelineCachedStorage
tl;dr; I wrote my own extension to django-pipeline that uses Zopfli to create .gz files from static assets collected in Django. Here's the code.
Nginx and Gzip
What I wanted was to continue to use dja
Link: https://www.peterbe.com/plog/ZopfliPipelineCachedStorage
tl;dr; I wrote my own extension to django-pipeline that uses Zopfli to create .gz files from static assets collected in Django. Here's the code.
Nginx and Gzip
What I wanted was to continue to use dja