Weekly Python StackOverflow Report: (clv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/clv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-08 16:54:21 GMTPandas Merging 101 - [28/1]Finding highest value
Link: http://python-weekly.blogspot.com/2018/12/clv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-08 16:54:21 GMTPandas Merging 101 - [28/1]Finding highest value
Blogspot
(clv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Techiediaries - Django: Python Django JWT — djangorestframework-jwt Example
Link: https://www.techiediaries.com/django-rest-framework-jwt-tutorial/
Adding JWT authentication in Python and Django is quite easy thanks to some mature libraries and packages like Django REST framework, djangorestframework-jwt and django-rest-framework-simplejwt.
JWT s
Link: https://www.techiediaries.com/django-rest-framework-jwt-tutorial/
Adding JWT authentication in Python and Django is quite easy thanks to some mature libraries and packages like Django REST framework, djangorestframework-jwt and django-rest-framework-simplejwt.
JWT s
Techiediaries
Python Django JWT — djangorestframework-jwt Example | Techiediaries
In this tutorial we'll see how to add JWT based authentication to Python apps built with Django and Django REST Framework
codingdirectional: Compare and delete files with the same content with python
Link: http://codingdirectional.info/2018/12/09/compare-and-delete-files-with-the-same-content-with-python/
Welcome back to this new chapter of the delete duplicate application project, in the previous chapter this python program has successfully deleted the duplicate files inside the nested folders, howeve
Link: http://codingdirectional.info/2018/12/09/compare-and-delete-files-with-the-same-content-with-python/
Welcome back to this new chapter of the delete duplicate application project, in the previous chapter this python program has successfully deleted the duplicate files inside the nested folders, howeve
gamingdirectional: Lets put the game instruction online instead
Link: http://gamingdirectional.com/blog/2018/12/09/lets-put-the-game-instruction-online-instead/
In the previous article we have successfully created an about page which contains both game instruction as well as game credit, however it is better to put the game instruction into it’s own page to m
Link: http://gamingdirectional.com/blog/2018/12/09/lets-put-the-game-instruction-online-instead/
In the previous article we have successfully created an about page which contains both game instruction as well as game credit, however it is better to put the game instruction into it’s own page to m
Gaming Directional
Lets put the game instruction online instead
Create an online manual page for pygame project
Moshe Zadka: Office Hours
Link: https://orbifold.xyz/office-hours.html
If you want to speak to me,
1-on-1,
about anything,
I want to be able to help.
I am a busy person.
I have commitments.
But I will make the time to talk to you.
Why?
I want to help.
I think I'll enjo
Link: https://orbifold.xyz/office-hours.html
If you want to speak to me,
1-on-1,
about anything,
I want to be able to help.
I am a busy person.
I have commitments.
But I will make the time to talk to you.
Why?
I want to help.
I think I'll enjo
orbifold.xyz
Orbifolds and Other Games - Office Hours
Bhishan Bhandari: Python and Excel
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/67Q5FInXPX4/
I intend to host a set of examples on using python to interact and work with excel files. This article in particular will use openpyxl module in python throughout the examples. Installing openpyxl I a
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/67Q5FInXPX4/
I intend to host a set of examples on using python to interact and work with excel files. This article in particular will use openpyxl module in python throughout the examples. Installing openpyxl I a
The Tara Nights
Python and Excel
I intend to host a set of examples on using python to interact and work with excel files. This article in particular will use openpyxl module in python throughout the examples. Installing openpyxl I am using python3 throughout the examples, however it should…
PyBites: PyBites Twitter Digest - Issue 38, 2018
Link: https://pybit.es/twitter_digest_201838.html
25 Tips for New Developers
"All programmers are self-taught to some degree, whether that's fully self-taught or that they have a masters in co… https://t.co/SKSkUQXFmy— DEV Community 👩💻👨💻 (@ThePract
Link: https://pybit.es/twitter_digest_201838.html
25 Tips for New Developers
"All programmers are self-taught to some degree, whether that's fully self-taught or that they have a masters in co… https://t.co/SKSkUQXFmy— DEV Community 👩💻👨💻 (@ThePract
PyBites
PyBites Twitter Digest - Issue 38, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Semaphore Community: Dockerizing a Python Django Web Application
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Codementor: Create PDF files from templates with Python and Google Scripts
Link: https://www.codementor.io/garethdwyer/create-pdf-files-from-templates-with-python-and-google-scripts-p63kal1vb
This tutorial shows you how to build your own free template generator that combines the flexibility of Google Docs and the power of Python. Spend half an hour to build your own PDF templates and popul
Link: https://www.codementor.io/garethdwyer/create-pdf-files-from-templates-with-python-and-google-scripts-p63kal1vb
This tutorial shows you how to build your own free template generator that combines the flexibility of Google Docs and the power of Python. Spend half an hour to build your own PDF templates and popul
www.codementor.io
Create PDF files from templates with Python and Google Scripts | Codementor
This tutorial shows you how to build your own free template generator that combines the flexibility of Google Docs and the power of Python. Spend half an hour to build your own PDF templates and populate them with whatever data you need.
Techiediaries - Django: Django Authentication — Login, Logout and Password Change/Reset
Link: https://www.techiediaries.com/django-authentication/
In this tutorial, you'll learn how to easily add a complete authentication system to your Django application with login, logout and password change and reset functionalities.
We'll also be using djang
Link: https://www.techiediaries.com/django-authentication/
In this tutorial, you'll learn how to easily add a complete authentication system to your Django application with login, logout and password change and reset functionalities.
We'll also be using djang
codingdirectional: Create multiple threads to delete multiple files with python
Link: http://codingdirectional.info/2018/12/10/create-multiple-threads-to-delete-multiple-files-with-python/
In this article we are going to continue with the previous remove duplicate project and this time the program will create multiple threads to remove multiple duplicate files in the hard drive of the w
Link: http://codingdirectional.info/2018/12/10/create-multiple-threads-to-delete-multiple-files-with-python/
In this article we are going to continue with the previous remove duplicate project and this time the program will create multiple threads to remove multiple duplicate files in the hard drive of the w
Podcast.__init__: Gnocchi: A Scalable Time Series Database For Your Metrics with Julien Danjou
Link: https://www.podcastinit.com/gnocchi-with-julien-danjou-episode-189/
Do you know what your servers are doing? If you have a metrics system in place then the answer should be "yes". One critical aspect of that platform is the timeseries database that allows you to store
Link: https://www.podcastinit.com/gnocchi-with-julien-danjou-episode-189/
Do you know what your servers are doing? If you have a metrics system in place then the answer should be "yes". One critical aspect of that platform is the timeseries database that allows you to store
Podcast.__init__('The Python Podcast')
Gnocchi: A Scalable Time Series Database For Your Metrics with Julien Danjou - Episode 189
Do you know what your servers are doing? If you have a metrics system in place then the answer should be "yes". One critical aspect of that platform is the timeseries database that allows you to store, aggregate, analyze, and query the various signals generated…
gamingdirectional: Create the pause scene for the game
Link: http://gamingdirectional.com/blog/2018/12/10/create-the-pause-scene-for-the-game/
In this article we will create a pause scene for our ongoing pygame project. When a user presses the p key on his keyboard during the game, the game will pause and the pause scene will appear. When he
Link: http://gamingdirectional.com/blog/2018/12/10/create-the-pause-scene-for-the-game/
In this article we will create a pause scene for our ongoing pygame project. When a user presses the p key on his keyboard during the game, the game will pause and the pause scene will appear. When he
Mike Driscoll: PyDev of the Week: Steve Dower
Link: http://www.blog.pythonlibrary.org/2018/12/10/pydev-of-the-week-steve-dower/
This week we welcome Steve Dower (@zooba) as our PyDev of the Week! Steve is a core developer of the Python language itself where he produces the Windows builds and installers. He also works for Micro
Link: http://www.blog.pythonlibrary.org/2018/12/10/pydev-of-the-week-steve-dower/
This week we welcome Steve Dower (@zooba) as our PyDev of the Week! Steve is a core developer of the Python language itself where he produces the Windows builds and installers. He also works for Micro
Kushal Das: Flatkpak application shortcuts on Qubes OS
Link: https://kushaldas.in/posts/flatkpak-application-shortcuts-on-qubes-os.html
In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,
Link: https://kushaldas.in/posts/flatkpak-application-shortcuts-on-qubes-os.html
In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,
Kushal Das: Flatpak application shortcuts on Qubes OS
Link: https://kushaldas.in/posts/flatpak-application-shortcuts-on-qubes-os.html
In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,
Link: https://kushaldas.in/posts/flatpak-application-shortcuts-on-qubes-os.html
In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,
Caktus Consulting Group: How to Fix your Python Code's Style
Link: http://www.caktusgroup.com/blog/2018/12/10/how-to-fix-python-code-style/
Sometimes we inherit code that doesn't follow the style guidelines
we prefer when we're writing new code. We could just run
flake8 on
the whole codebase and fix everything before we continue, but tha
Link: http://www.caktusgroup.com/blog/2018/12/10/how-to-fix-python-code-style/
Sometimes we inherit code that doesn't follow the style guidelines
we prefer when we're writing new code. We could just run
flake8 on
the whole codebase and fix everything before we continue, but tha
Caktusgroup
How to Fix your Python Code's Style | Caktus Group
Sometimes we inherit Python code that doesn't follow the style guidelines that we prefer when we're writing new code. Learn how to fix the code style in this blog post from the Caktus Group.
Real Python: Python Community Interview With Brian Peterson
Link: https://realpython.com/interview-brian-peterson/
To date, I’ve interviewed people you’ve likely heard of before from the Python community. But this column isn’t just about interviewing the rock stars and core devs. It’s also a means to shine light o
Link: https://realpython.com/interview-brian-peterson/
To date, I’ve interviewed people you’ve likely heard of before from the Python community. But this column isn’t just about interviewing the rock stars and core devs. It’s also a means to shine light o
Realpython
Python Community Interview With Brian Peterson – Real Python
Brian is a project manager by day, and by night he's one of the moderators of the Pythonista Café. In our interview, we talk about how Python helps him in his role as a project manager, and how moderating a large forum for Python enthusiasts has impacted…
Django Weblog: DSF 2019 Board Election Results
Link: https://www.djangoproject.com/weblog/2018/dec/10/dsf-2019-board-election-results/
I'm pleased to announce the winners of our 2019 DSF Board of Directors election. In order of ranking, they are:
Frank Wiles
Katie McLaughlin
Anna Makarudze
James Bennett
Jessica 'Deatz' Deaton
Ola T
Link: https://www.djangoproject.com/weblog/2018/dec/10/dsf-2019-board-election-results/
I'm pleased to announce the winners of our 2019 DSF Board of Directors election. In order of ranking, they are:
Frank Wiles
Katie McLaughlin
Anna Makarudze
James Bennett
Jessica 'Deatz' Deaton
Ola T
Stack Abuse: Building a GraphQL API with Django
Link: https://stackabuse.com/building-a-graphql-api-with-django/
Introduction
Web APIs are the engines that power most of our applications today. For many years REST has been the dominant architecture for APIs, but in this article we will explore GraphQL.
With REST
Link: https://stackabuse.com/building-a-graphql-api-with-django/
Introduction
Web APIs are the engines that power most of our applications today. For many years REST has been the dominant architecture for APIs, but in this article we will explore GraphQL.
With REST
Stack Abuse
Building a GraphQL API with Django
Web APIs are the engines that power most of our applications today. For many years REST has been the dominant architecture for APIs, but in this article we wil...