Daniel Roy Greenfeld: August 2020 Courses
Link:
Live, Interactive, Online Courses
For years Audrey and I have travelled giving in-person training sessions. With current events being what they are, I've switched to giving live, online, interactive t
Link:
Live, Interactive, Online Courses
For years Audrey and I have travelled giving in-person training sessions. With current events being what they are, I've switched to giving live, online, interactive t
Stack Abuse: Deep Learning in Keras - Building a Deep Learning Model
Link: https://stackabuse.com/untitled/
Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
Link: https://stackabuse.com/untitled/
Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
Stack Abuse
Deep Learning in Keras - Building a Deep Learning Model
Introduction
Deep learning is one of the most interesting and promising areas of artificial
intelligence (AI) and machine learning currently. With great advances in
technology and algorithms in recent years, deep learning has opened the door to
a new era…
Deep learning is one of the most interesting and promising areas of artificial
intelligence (AI) and machine learning currently. With great advances in
technology and algorithms in recent years, deep learning has opened the door to
a new era…
Dataquest: How to Learn Python for Data Science In 5 Steps
Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/
Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one
Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/
Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one
Dataquest
How to Learn Python (Step-By-Step) in 2024
Learn Python the right way. Avoid the pitfalls that make people quit, maximize the time spent on fun projects, and accelerate learning.
Real Python: Python Community Interview With Bruno Oliveira
Link: https://realpython.com/interview-bruno-oliveira/
Today I’m joined by Bruno Oliveira, who is perhaps most well known for being a pytest core developer. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with
Link: https://realpython.com/interview-bruno-oliveira/
Today I’m joined by Bruno Oliveira, who is perhaps most well known for being a pytest core developer. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with
Realpython
Python Community Interview With Bruno Oliveira – Real Python
Bruno Oliveira is a core developer for pytest, the Python testing library. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with pytest, and his love of Dark Souls.
Doug Hellmann: sphinxcontrib-spelling 5.2.1
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Koi2W8bsyF4/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. Bug Fixes Updated to only create .spelling output files for
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Koi2W8bsyF4/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. Bug Fixes Updated to only create .spelling output files for
PSF GSoC students blogs: Week 9
Link: https://blogs.python-gsoc.org/en/ars-blog/week-9-2/
Fixed #392 and submitted PR. Moving on to #363 and #392
Link: https://blogs.python-gsoc.org/en/ars-blog/week-9-2/
Fixed #392 and submitted PR. Moving on to #363 and #392
blogs.python-gsoc.org
Python GSoC - Week 9 - AR's Blog
Week 9 - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
PyPy Development: A new chapter for PyPy
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/UIHq5-4gYPo/a-new-chapter-for-pypy.html
PyPy winds down its membership in the Software Freedom Conservancy
Conservancy and PyPy's great work together
PyPy joined Conservancy in
the second half of 2010, shortly after the release of
PyPy 1.2,
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/UIHq5-4gYPo/a-new-chapter-for-pypy.html
PyPy winds down its membership in the Software Freedom Conservancy
Conservancy and PyPy's great work together
PyPy joined Conservancy in
the second half of 2010, shortly after the release of
PyPy 1.2,
Blogspot
A new chapter for PyPy
PyPy winds down its membership in the Software Freedom Conservancy Conservancy and PyPy's great work together PyPy joined Conservancy ...
PSF GSoC students blogs: Weekly Check In - 10
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-10-7/
What did I do till now?
I started implementing the CONNECT method for Tunneling via HTTP/2. After a lot of testing, I realized the approach I was taking was not really feasible, hence next I plan to w
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-10-7/
What did I do till now?
I started implementing the CONNECT method for Tunneling via HTTP/2. After a lot of testing, I realized the approach I was taking was not really feasible, hence next I plan to w
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 10 - adityaa30's Blog
Weekly Check In - 10 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 11 Check in!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-11-check-in/
Hi everyone
Now we are into the second last week of the Official Coding period for GSoC'20 ! The previous week was basically me involved in completing the sample code for navigation.
We selected a new
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-11-check-in/
Hi everyone
Now we are into the second last week of the Official Coding period for GSoC'20 ! The previous week was basically me involved in completing the sample code for navigation.
We selected a new
blogs.python-gsoc.org
Python GSoC - Week 11 Check in! - imaj_ashwini's Blog
Week 11 Check in! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
Python Circle: How to create management commands in Django
Link: https://www.pythoncircle.com/post/48/how-to-create-management-commands-in-django/
creating custom management commands in Django application, Background tasks in Django App, Scheduled tasks in Django, How to schedule a task in Django application, How to create and schedule a cron in
Link: https://www.pythoncircle.com/post/48/how-to-create-management-commands-in-django/
creating custom management commands in Django application, Background tasks in Django App, Scheduled tasks in Django, How to schedule a task in Django application, How to create and schedule a cron in
Python Circle
How to create management commands in Django
creating custom management commands in Django application, Background tasks in Django App, Scheduled tasks in Django, How to schedule a task in Django application, How to create and schedule a cron in Django
Python Circle: How to use AJAX with Django
Link: https://www.pythoncircle.com/post/130/how-to-use-ajax-with-django/
How to use AJAX in Django projects?, Checking username availability without submitting form, Making AJAX calls from Django code, loading data without refreshig page in django templates, AJAX and Djang
Link: https://www.pythoncircle.com/post/130/how-to-use-ajax-with-django/
How to use AJAX in Django projects?, Checking username availability without submitting form, Making AJAX calls from Django code, loading data without refreshig page in django templates, AJAX and Djang
Justin Mayer: Python Development Environment on macOS Mojave & High Sierra
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS Mojave & High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS Mojave & High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
EuroPython: EuroPython 2020: Live Stream Recordings available
Link: https://blog.europython.eu/post/626322517228961792
We’re happy to announce the public availability of the live stream recordings from EuroPython 2020. They were already available to all conference attendees since the sprint days.EuroPython YouTube Cha
Link: https://blog.europython.eu/post/626322517228961792
We’re happy to announce the public availability of the live stream recordings from EuroPython 2020. They were already available to all conference attendees since the sprint days.EuroPython YouTube Cha
blog.europython.eu
EuroPython Blog
EuroPython 2020: Live Stream Recordings available We’re happy to announce the public availability of the live stream recordings from EuroPython 2020. They were already available to all conference...
TestDriven.io: Deploying Django to AWS ECS with Terraform
Link: https://testdriven.io/blog/deploying-django-to-ecs-with-terraform/
In this tutorial, we'll look at how to deploy a Django app to AWS ECS with Terraform.
Link: https://testdriven.io/blog/deploying-django-to-ecs-with-terraform/
In this tutorial, we'll look at how to deploy a Django app to AWS ECS with Terraform.
testdriven.io
Deploying Django to AWS ECS with Terraform
In this tutorial, we'll look at how to deploy a Django app to AWS ECS with Terraform.
Matt Layman: Rendering Calendars - Building SaaS #68
Link: https://www.mattlayman.com/building-saas/rendering-calendars/
In this episode, I worked on rendering a calendar of important events in a school year. We built out the appropriate data structures, and I wrote some new model methods and added tests.
On the last st
Link: https://www.mattlayman.com/building-saas/rendering-calendars/
In this episode, I worked on rendering a calendar of important events in a school year. We built out the appropriate data structures, and I wrote some new model methods and added tests.
On the last st
Matt Layman
Rendering Calendars - Building SaaS #68
In this episode, I worked on rendering a calendar of important events in a school year. We built out the appropriate data structures, and I wrote some new model methods and added tests.
Codementor: Learn Any Programming Language with This Learning Plan
Link: https://www.codementor.io/johnselawsky/learn-any-programming-language-with-this-learning-plan-19aswdu9cn
In the next couple of minutes, I will be showing you how to create the perfect learning plan that will help you learn just about any programming language you need to acquire skills in. I know this may
Link: https://www.codementor.io/johnselawsky/learn-any-programming-language-with-this-learning-plan-19aswdu9cn
In the next couple of minutes, I will be showing you how to create the perfect learning plan that will help you learn just about any programming language you need to acquire skills in. I know this may
www.codementor.io
Learn Any Programming Language with This Learning Plan | Codementor
In the next couple of minutes, I will be showing you how to create the perfect learning plan that will help you learn just about any programming language you need to acquire skills in. I know this may sound too simplistic, but it has been tried and tested…
PSF GSoC students blogs: Week 6 Blog Post
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-6-blog-post/
What I have done this week
1. Modified the PR on split multistage dockerfile. The function works fine so far.
2. Filed a draft PR on building and analyzing the multistage dockerfile. This PR is used t
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-6-blog-post/
What I have done this week
1. Modified the PR on split multistage dockerfile. The function works fine so far.
2. Filed a draft PR on building and analyzing the multistage dockerfile. This PR is used t
blogs.python-gsoc.org
Python GSoC - Week 6 Blog Post - WangJL's Blog
Week 6 Blog Post - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
Davy Wybiral: DIY Solar Powered LoRa Repeater (with Arduino)
Link: https://davywybiral.blogspot.com/2020/08/diy-solar-powered-lora-repeater-with.html
In today's video I be built a solar powered LoRa signal repeater to extend the range of my LoRa network. This can easily be used as the basis for a LoRa mesh network with a bit of extra code and addit
Link: https://davywybiral.blogspot.com/2020/08/diy-solar-powered-lora-repeater-with.html
In today's video I be built a solar powered LoRa signal repeater to extend the range of my LoRa network. This can easily be used as the basis for a LoRa mesh network with a bit of extra code and addit
Blogspot
DIY Solar Powered LoRa Repeater (with Arduino)
In today's video I be built a solar powered LoRa signal repeater to extend the range of my LoRa network. This can easily be used as the basi...
Python Engineering at Microsoft: Python in Visual Studio Code – August 2020 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2020-release/
We are pleased to announce that the August release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2020-release/
We are pleased to announce that the August release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly
Python
Python in Visual Studio Code – August 2020 Release | Python
We are pleased to announce that the August release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.
Django Weblog: DjangoCon Australia 2020: Schedule live and tickets on sale 🎟️
Link: https://www.djangoproject.com/weblog/2020/aug/14/djangocon-australia-2020-schedule-live-and-tickets/
The 8th DjangoCon AU was scheduled to be run in Adelaide, South Australia this year. It's been moved to an online event and will take place on September 4th.
DjangoCon AU is organized as a specialist
Link: https://www.djangoproject.com/weblog/2020/aug/14/djangocon-australia-2020-schedule-live-and-tickets/
The 8th DjangoCon AU was scheduled to be run in Adelaide, South Australia this year. It's been moved to an online event and will take place on September 4th.
DjangoCon AU is organized as a specialist