PSF GSoC students blogs: Week 5 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-5-check-in-2/
What did you do this week?
I continued the PR started in the previous week by adding more multimethods for array manipulation. The following multimethods were added:
Tiling arrays
tile
repeat
Adding
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-5-check-in-2/
What did you do this week?
I continued the PR started in the previous week by adding more multimethods for array manipulation. The following multimethods were added:
Tiling arrays
tile
repeat
Adding
blogs.python-gsoc.org
Python GSoC - Week 5 Check-in - joaosferreira's Blog
Week 5 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #6
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-6-10/
<meta charset="utf-8">
What did I do this week?
Completed the chatbot example and added documentation for the same.
<meta charset="utf-8">
What's next?
I'll start working on the second phase of the
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-6-10/
<meta charset="utf-8">
What did I do this week?
Completed the chatbot example and added documentation for the same.
<meta charset="utf-8">
What's next?
I'll start working on the second phase of the
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #6 - aghinsa's Blog
Weekly Check-in #6 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
Matt Layman: Django Testing Toolbox
Link: https://www.mattlayman.com/blog/2020/django-testing-toolbox/
What are the tools that I use to test a Django app? Let’s find out!
You might say I’m test obsessed. I like having very high automated test coverage. This is especially true when I’m working on solo a
Link: https://www.mattlayman.com/blog/2020/django-testing-toolbox/
What are the tools that I use to test a Django app? Let’s find out!
You might say I’m test obsessed. I like having very high automated test coverage. This is especially true when I’m working on solo a
Matt Layman
Django Testing Toolbox
In this article, I cover the tools that I reach for to do automated testing when building a Django application. You will also see some common techniques that I apply to every project.
PSF GSoC students blogs: Week 6 Blog
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-6-blog/
Hello everyone!
So its the beginning of the sixth week. The first evaluation results are out and fortunately, I made it till here. :D
This week I implemented the query functions present in DetourNavMe
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-6-blog/
Hello everyone!
So its the beginning of the sixth week. The first evaluation results are out and fortunately, I made it till here. :D
This week I implemented the query functions present in DetourNavMe
blogs.python-gsoc.org
Python GSoC - Week 6 Blog - imaj_ashwini's Blog
Week 6 Blog - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
PyCoder’s Weekly: Issue #428 (July 7, 2020)
Link: https://pycoders.com/issues/428
#428 – JULY 7, 2020 View in Browser » Announcing Pylance: Fast, Feature-Rich Language Support for Python in Visual Studio Code Pylance is a new Python language server for VS Code based on Micros
Link: https://pycoders.com/issues/428
#428 – JULY 7, 2020 View in Browser » Announcing Pylance: Fast, Feature-Rich Language Support for Python in Visual Studio Code Pylance is a new Python language server for VS Code based on Micros
Pycoders
PyCoder’s Weekly | Issue #428
Issue #428 of the PyCoder’s Weekly newsletter, published July 7, 2020.
Quansight Labs Blog: Writing docs is not just writing docs
Link: https://labs.quansight.org/blog/2020/07/writing-docs-is-not-just-writing-docs/
I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs. Six months ago I started a project with CAM Gerlach and Carlos Cordoba to improve Spyder’s doc
Link: https://labs.quansight.org/blog/2020/07/writing-docs-is-not-just-writing-docs/
I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs. Six months ago I started a project with CAM Gerlach and Carlos Cordoba to improve Spyder’s doc
Quansight Labs
Writing docs is not just writing docs
I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs. Six months ago I started a project with CAM Gerlach and Carlos Cordoba to improve Spyder’s doc
Janusworx: A Hundred Days of Code, Day 000 - Begin Again
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-000-begin-again/
How do I begin this post?
By simply beginning :) Again!
This probably is the fourth (or is it fifth) time, I’ll be attempting to learn how to program.
And probably the same number of attempts at
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-000-begin-again/
How do I begin this post?
By simply beginning :) Again!
This probably is the fourth (or is it fifth) time, I’ll be attempting to learn how to program.
And probably the same number of attempts at
Janusworx
A Hundred Days of Code, Day 000 - Begin Again
How do I begin this post?
By simply beginning :) Again!
This probably is the fourth (or is it fifth) time, I’ll be attempting to learn how to program.
And probably the same number of attempts at
By simply beginning :) Again!
This probably is the fourth (or is it fifth) time, I’ll be attempting to learn how to program.
And probably the same number of attempts at
Spyder IDE: Writing docs is not just writing docs
Link: https://www.spyder-ide.org/blog/tutorial-docs/
This blogpost was originally published on the Quansight Labs website.
I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs.
Six months ago I starte
Link: https://www.spyder-ide.org/blog/tutorial-docs/
This blogpost was originally published on the Quansight Labs website.
I joined the Spyder team almost two years ago, and I never thought I was going to end up working on docs.
Six months ago I starte
Codementor: Object Oriented Programming in Python: Complete Tutorial
Link: https://www.codementor.io/samwatt/object-oriented-programming-in-python-complete-tutorial-185uiy6vpn
Object Oriented Programming (OOP) plays a fundamental role in structuring the program in Python development. Here’s an introduction to OOP principles in Python programming.
Link: https://www.codementor.io/samwatt/object-oriented-programming-in-python-complete-tutorial-185uiy6vpn
Object Oriented Programming (OOP) plays a fundamental role in structuring the program in Python development. Here’s an introduction to OOP principles in Python programming.
www.codementor.io
Object Oriented Programming in Python: Complete Tutorial | Codementor
Object Oriented Programming (OOP) plays a fundamental role in structuring the program in Python development. Here’s an introduction to OOP principles in Python programming.
Janusworx: A Hundred Days of Code, Day 001 - Beginning With Classes
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-001-beginning-with-classes/
Notes I’ve taken from the videos I watched, today.
This is my attempt at Feynman-ing (below), what I learnt so far.
Classes and Object Oriented Programming started to come together for me, when I s
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-001-beginning-with-classes/
Notes I’ve taken from the videos I watched, today.
This is my attempt at Feynman-ing (below), what I learnt so far.
Classes and Object Oriented Programming started to come together for me, when I s
Janusworx
A Hundred Days of Code, Day 001 - Beginning With Classes
Notes I’ve taken from the videos I watched, today.
This is my attempt at Feynman-ing (below), what I learnt so far.
Classes and Object Oriented Programming started to come together for me, when I s
This is my attempt at Feynman-ing (below), what I learnt so far.
Classes and Object Oriented Programming started to come together for me, when I s
Real Python: Python import: Advanced Techniques and Tips
Link: https://realpython.com/python-import/
In Python, you use the import keyword to make code in one module available in another. Imports in Python are important for structuring your code effectively. Using imports properly will make you more
Link: https://realpython.com/python-import/
In Python, you use the import keyword to make code in one module available in another. Imports in Python are important for structuring your code effectively. Using imports properly will make you more
Realpython
Python import: Advanced Techniques and Tips – Real Python
The Python import system is as powerful as it is useful. In this in-depth tutorial, you'll learn how to harness this power to improve the structure and maintainability of your code.
Mike Driscoll: Python 101 – Learning about Dictionaries (Video)
Link: https://www.blog.pythonlibrary.org/2020/07/08/python-101-learning-about-dictionaries-video/
In this video tutorial, you will learn about the following:
Create dictionaries
Access dictionaries
Dictionary methods
Modifying dictionaries
Deleting from your dictionary
If you prefer to read y
Link: https://www.blog.pythonlibrary.org/2020/07/08/python-101-learning-about-dictionaries-video/
In this video tutorial, you will learn about the following:
Create dictionaries
Access dictionaries
Dictionary methods
Modifying dictionaries
Deleting from your dictionary
If you prefer to read y
The Mouse Vs. The Python
Python 101 - Learning about Dictionaries (Video) - The Mouse Vs. The Python
In this video tutorial, you will learn about the following: Create dictionaries Access dictionaries Dictionary methods Modifying dictionaries Deleting from your dictionary If you prefer to read your tutorials, then you can check out this one: Python 101…
PSF GSoC students blogs: Weekly Check-In #6
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-6-11/
What I did this week?
This week I added checkers for irssi and memcached libraries.
What will I be doing this week?
I will be working on adding checkers for some other libraries to the tool.
Did I get
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-6-11/
What I did this week?
This week I added checkers for irssi and memcached libraries.
What will I be doing this week?
I will be working on adding checkers for some other libraries to the tool.
Did I get
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #6 - SaurabhK122's Blog
Weekly Check-In #6 - 5d0be411-5fb6-418b-8715-fc45c31bfef2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 3 Blog Post
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-3-blog-post/
Sorry for the late post.
What i have done this week
During the test for the parse command function, i find that there are long whitespaces that will be parse as package name. So i use shlex to remove
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-3-blog-post/
Sorry for the late post.
What i have done this week
During the test for the parse command function, i find that there are long whitespaces that will be parse as package name. So i use shlex to remove
blogs.python-gsoc.org
Python GSoC - Week 3 Blog Post - WangJL's Blog
Week 3 Blog Post - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
Python Engineering at Microsoft: Enhance your Azure Machine Learning experience with the VS Code extension
Link: https://devblogs.microsoft.com/python/enhance-your-azure-machine-learning-experience-with-the-vs-code-extension/
Hey Python community! It’s been a while since we’ve last posted about this, but we’re excited to present new capabilities we’ve added to the VS Code Azure Machine Learning (AML) extension. From versio
Link: https://devblogs.microsoft.com/python/enhance-your-azure-machine-learning-experience-with-the-vs-code-extension/
Hey Python community! It’s been a while since we’ve last posted about this, but we’re excited to present new capabilities we’ve added to the VS Code Azure Machine Learning (AML) extension. From versio
Python
Enhance your Azure Machine Learning experience with the VS Code extension | Python
The VS Code team is excited to announce releases of the Azure Machine Learning extension which aims to help you manage your core machine learning assets from directly within your favourite editor!
pythonwise: Using module __dir__ and __getattr__ for configuration
Link: http://pythonwise.blogspot.com/2020/07/using-module-dir-and-getattr-for.html
PEP 562 added support for module level __dir__ and __getitem__. __dir__ is called when the built-in dir function is called on the module__getattr__ is called when an attribute is not found via the reg
Link: http://pythonwise.blogspot.com/2020/07/using-module-dir-and-getattr-for.html
PEP 562 added support for module level __dir__ and __getitem__. __dir__ is called when the built-in dir function is called on the module__getattr__ is called when an attribute is not found via the reg
Blogspot
Using module __dir__ and __getattr__ for configuration
PEP 562 added support for module level __dir__ and __getitem__ . __dir__ is called when the built-in dir function is called on the modu...
PSF GSoC students blogs: GSoC Week 6: Begin the Phase 2
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-6-begin-the-phase-2/
What I did this week?
As mentioned I worked on refactoring output_engine due to its increasing size. It will now be easy to maintain although I have not sumbitted a PR because I need the latest PR by
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-6-begin-the-phase-2/
What I did this week?
As mentioned I worked on refactoring output_engine due to its increasing size. It will now be easy to maintain although I have not sumbitted a PR because I need the latest PR by
blogs.python-gsoc.org
Python GSoC - GSoC Week 6: Begin the Phase 2 - SinghHrmn's Blog
GSoC Week 6: Begin the Phase 2 - 10ca228b-9007-42f3-ad5f-a8f47c202f56 - Python's Google Summer of Code Blogs Page
PyCharm: Release: PyCharm 2020.1.3
Link: http://feedproxy.google.com/~r/Pycharm/~3/_g5-RtHnEcI/
PyCharm 2020.1.3 is out with some important bug fixes. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the new version from our website.
Highlight
Link: http://feedproxy.google.com/~r/Pycharm/~3/_g5-RtHnEcI/
PyCharm 2020.1.3 is out with some important bug fixes. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the new version from our website.
Highlight
JetBrains Blog
Release: PyCharm 2020.1.3
Codementor: Big Data: 70 Increíbles Fuentes de Datos Gratuitas que Debes Conocer para 2020
Link: https://www.codementor.io/octoparsehola/big-data-70-increibles-fuentes-de-datos-gratuitas-que-debes-conocer-para-2020-186ye3ma78
ay miles de conjuntos de datos gratuitos disponibles en línea website, listos para ser analizados y visualizados por cualquier persona. Aquí hemos reunido 70 fuentes de datos gratuitas para 2020 sobre
Link: https://www.codementor.io/octoparsehola/big-data-70-increibles-fuentes-de-datos-gratuitas-que-debes-conocer-para-2020-186ye3ma78
ay miles de conjuntos de datos gratuitos disponibles en línea website, listos para ser analizados y visualizados por cualquier persona. Aquí hemos reunido 70 fuentes de datos gratuitas para 2020 sobre
Python Anywhere: Outage report 7 July 2020
Link: https://blog.pythonanywhere.com/189/
tl; dr
We had an unplanned outage the day before yesterday; it was our first big one since July 2017. It was caused by an extremely unlikely storage system failure, but despite that it should not hav
Link: https://blog.pythonanywhere.com/189/
tl; dr
We had an unplanned outage the day before yesterday; it was our first big one since July 2017. It was caused by an extremely unlikely storage system failure, but despite that it should not hav
Matt Layman: Enrolling Students - Building SaaS #64
Link: https://www.mattlayman.com/building-saas/enrolling-students/
In this episode, we worked on a view to enroll students into a grade level for the school year. I added all the context data and used Tailwind to design the form layout to pick from a list of availabl
Link: https://www.mattlayman.com/building-saas/enrolling-students/
In this episode, we worked on a view to enroll students into a grade level for the school year. I added all the context data and used Tailwind to design the form layout to pick from a list of availabl
Matt Layman
Enrolling Students - Building SaaS #64
In this episode, we worked on a view to enroll students into a grade level for the school year. I added all the context data and used Tailwind to design the form layout to pick from a list of available grade levels. We added a variety of unit tests to prove…