PSF GSoC students blogs: [Week 11] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-11-check-in-1/
1. What did you do this week?
Add more diff funtions and test cases.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Add jvp.
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-11-check-in-1/
1. What did you do this week?
Add more diff funtions and test cases.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Add jvp.
blogs.python-gsoc.org
Python GSoC - [Week 11] Check-in - sangyx's Blog
[Week 11] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #12
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-12/
Wrecking Ball Simulation, Scrollbars Update, Physics Tutorials.
Hello and welcome to my 12th weekly check-in. In this blog I will be discussing my progress with the wrecking ball simulation and my scr
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-12/
Wrecking Ball Simulation, Scrollbars Update, Physics Tutorials.
Hello and welcome to my 12th weekly check-in. In this blog I will be discussing my progress with the wrecking ball simulation and my scr
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #12 - Nibba2018's Blog
Weekly Check-in #12 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #12
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-12-1/
Hey!
What did you do this week?
I have almost finished the cluster analysis template. Also working on cluster status. This display the number of CPU and GPU in the worker nodes.
What is coming up next
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-12-1/
Hey!
What did you do this week?
I have almost finished the cluster analysis template. Also working on cluster status. This display the number of CPU and GPU in the worker nodes.
What is coming up next
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #12 - abijithbahuleyan's Blog
Weekly Check-in #12 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
Brett Cannon: Unravelling binary arithmetic operations in Python
Link: https://snarky.ca/unravelling-binary-arithmetic-operations-in-python/
The reaction to my blog post on unravelling attribute access was positive enough that I'm inspired to do another post on how much of Python's syntax is actually just syntactic sugar. In this post I wa
Link: https://snarky.ca/unravelling-binary-arithmetic-operations-in-python/
The reaction to my blog post on unravelling attribute access was positive enough that I'm inspired to do another post on how much of Python's syntax is actually just syntactic sugar. In this post I wa
Tall, Snarky Canadian
Unravelling binary arithmetic operations in Python
[This post has been updated multiple times since it's initial posting; see the Corrections section at the end for what was changed.] The reaction to my blog post on unravelling attribute access was positive enough that I'm inspired to do another post on how…
Test and Code: 126: Data Science and Software Engineering Practices ( and Fizz Buzz ) - Joel Grus
Link: https://testandcode.com/126
Researches and others using data science and software need to follow solid software engineering practices. This is a message that Joel Grus has been promoting for some time.
Joel joins the show this w
Link: https://testandcode.com/126
Researches and others using data science and software need to follow solid software engineering practices. This is a message that Joel Grus has been promoting for some time.
Joel joins the show this w
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 126: Data Science and Software Engineering Practices ( and Fizz Buzz ) …
Researches and others using data science and software need to follow solid software engineering practices. This is a message that Joel Grus has been promoting for some time.
Joel joins the show this week to talk about data science, software engineering…
Joel joins the show this week to talk about data science, software engineering…
PSF GSoC students blogs: GSoC: Week #12
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-12/
Hello!
What did you do this week?
I improved the coordinates generation code according to the feedback I got from my mentors. Now it performs better and is more efficient as only the UDFs which need t
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-12/
Hello!
What did you do this week?
I improved the coordinates generation code according to the feedback I got from my mentors. Now it performs better and is more efficient as only the UDFs which need t
blogs.python-gsoc.org
Python GSoC - GSoC: Week #12 - anandbaburajan's Blog
GSoC: Week #12 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Jason R. Coombs
Link: https://www.blog.pythonlibrary.org/2020/08/17/pydev-of-the-week-jason-r-coombs/
This week we welcome Jason Coombs (@jaraco) as our PyDev of the Week! Jason is the maintainer of twine, SetupTools, CherryPy and 140+ other Python packages. You can see what he’s currently working on
Link: https://www.blog.pythonlibrary.org/2020/08/17/pydev-of-the-week-jason-r-coombs/
This week we welcome Jason Coombs (@jaraco) as our PyDev of the Week! Jason is the maintainer of twine, SetupTools, CherryPy and 140+ other Python packages. You can see what he’s currently working on
The Mouse Vs. The Python
PyDev of the Week: Jason R. Coombs - The Mouse Vs. The Python
This week we welcome Jason Coombs (@jaraco) as our PyDev of the Week! Jason is the maintainer of twine, SetupTools, CherryPy and 140+ other Python packages. You can see what he’s currently working on by checking out Github. Let’s take a few moments to get…
The Digital Cat: Delegation: composition and inheritance in object-oriented programming
Link: https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/
Introduction¶
Object-oriented programming (OOP) is a methodology that was introduced in the 60s, though as for many other concepts related to programming languages it is difficult to give a proper dat
Link: https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/
Introduction¶
Object-oriented programming (OOP) is a methodology that was introduced in the 60s, though as for many other concepts related to programming languages it is difficult to give a proper dat
Thedigitalcatonline
Delegation: composition and inheritance in object-oriented programming
Introduction¶Object-oriented programming (OOP) is a methodology that was introduced in the 60s, though as for many other concepts related to programming languages it is difficult to give a proper date. While recent years have witnessed a second youth of functional…
Codementor: Which is better, Java or Python? And how?
Link: https://www.codementor.io/narendranareshit/which-is-better-java-or-python-and-how-19exyfz95n
Blogs over the internet that are showcasing the comparison between Python and Java. But no one is giving a solid reason for “is python or java easier.” We all know that nowadays Python is competing wi
Link: https://www.codementor.io/narendranareshit/which-is-better-java-or-python-and-how-19exyfz95n
Blogs over the internet that are showcasing the comparison between Python and Java. But no one is giving a solid reason for “is python or java easier.” We all know that nowadays Python is competing wi
PSF GSoC students blogs: Week 11 : Wrapping up!
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-11-wrapping-up/
Hello there! We are almost there, 7 days to go! I am pretty excited and proud of the work I have been able to do, plus the things that I have learnt :))
What did you do this week?
This week, I worked
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-11-wrapping-up/
Hello there! We are almost there, 7 days to go! I am pretty excited and proud of the work I have been able to do, plus the things that I have learnt :))
What did you do this week?
This week, I worked
blogs.python-gsoc.org
Python GSoC - Week 11 : Wrapping up! - ARYAN_GUPTA's Blog
Week 11 : Wrapping up! - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Blog #6 (9th Aug - 16th Aug)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-6-9th-aug-16th-aug/
Hi, all we have nearly reached the end. This week was mostly involved in creating and finalizing the auto-language detect feature.
Earlier we needed to put a language parameter with the input string t
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-6-9th-aug-16th-aug/
Hi, all we have nearly reached the end. This week was mostly involved in creating and finalizing the auto-language detect feature.
Earlier we needed to put a language parameter with the input string t
blogs.python-gsoc.org
Python GSoC - Weekly Blog #6 (9th Aug - 16th Aug) - arnav_k's Blog
Weekly Blog #6 (9th Aug - 16th Aug) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week 12: Scanning docker
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-12-scanning-docker/
What did I do this week?
I was working on documentation this week. I have added how-to guide for scanning a docker image which was requested by our user. I have listed 2 different ways to scan a docke
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-12-scanning-docker/
What did I do this week?
I was working on documentation this week. I have added how-to guide for scanning a docker image which was requested by our user. I have listed 2 different ways to scan a docke
blogs.python-gsoc.org
Python GSoC - GSoC: Week 12: Scanning docker - Niraj-Kamdar's Blog
GSoC: Week 12: Scanning docker - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
Chris Moffitt: Taking Another Look at Plotly
Link: https://pbpython.com/plotly-look.html
Introduction
I’ve written quite a bit about visualization in python - partially because the landscape
is always evolving. Plotly stands out as one of the tools that has undergone a significant
amount
Link: https://pbpython.com/plotly-look.html
Introduction
I’ve written quite a bit about visualization in python - partially because the landscape
is always evolving. Plotly stands out as one of the tools that has undergone a significant
amount
Pbpython
Taking Another Look at Plotly
Plotly continues to evolve as a python visualization library. This article covers some of the recent improvements and why you might want to consider Ploty for your visualization needs.
PyBites: How to Run External Python Libraries in AWS Cloud
Link: https://pybit.es/aws-lambda-external-libraries.html
AWS Lambda is awesome, but sometimes it can be hard to get external libraries working in this serverless environment.
No worries, we learned a lesson or two which I will share in this article.
Ready t
Link: https://pybit.es/aws-lambda-external-libraries.html
AWS Lambda is awesome, but sometimes it can be hard to get external libraries working in this serverless environment.
No worries, we learned a lesson or two which I will share in this article.
Ready t
pybit.es
How to Run External Python Libraries in AWS Cloud - PyBites
AWS Lambda is awesome, but sometimes it can be hard to get external libraries working in this serverless environment. No worries, we learned a lesson or two which I will share in this article....
TestDriven.io: Async Views in Django 3.1
Link: https://testdriven.io/blog/django-async-views/
This post looks at how to get started with Django's new asynchronous views.
Link: https://testdriven.io/blog/django-async-views/
This post looks at how to get started with Django's new asynchronous views.
testdriven.io
Async Views in Django
This tutorial looks at how to get started with Django's asynchronous views.
PSF GSoC students blogs: Weekly Check-In: Week 12
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-12/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week , Picking Outline
What did I do this week
We needed a Outline feature in FURY to indicate which model we
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-12/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week , Picking Outline
What did I do this week
We needed a Outline feature in FURY to indicate which model we
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 12 - lenixlobo's Blog
Weekly Check-In: Week 12 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Parallelizing Wheel Downloads
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/parallelizing-wheel-downloads/
And now it's clear as this promise
That we're making
Two progress bars into one
Hello there! It has been raining a lot lately and my wisdom tooth has
decided to start growing t
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/parallelizing-wheel-downloads/
And now it's clear as this promise
That we're making
Two progress bars into one
Hello there! It has been raining a lot lately and my wisdom tooth has
decided to start growing t
blogs.python-gsoc.org
Python GSoC - Parallelizing Wheel Downloads - McSinyx's Blog
Parallelizing Wheel Downloads - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
Real Python: A Practical Introduction to Web Scraping in Python
Link: https://realpython.com/python-web-scraping-practical-introduction/
Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet hosts perhaps the greatest
Link: https://realpython.com/python-web-scraping-practical-introduction/
Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet hosts perhaps the greatest
Realpython
A Practical Introduction to Web Scraping in Python – Real Python
In this tutorial, you'll learn all about web scraping in Python. You'll see how to parse data from websites and interact with HTML forms using tools such as Beautiful Soup and MechanicalSoup.
PSF GSoC students blogs: Weekly Check-in #12
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-12-2/
<meta name="uuid" content="uuidOydLs1lRETA4"><meta charset="utf-8">
What did I do this week?
After discussing with my mentor, I decided to add more tests for the node connection stage before implement
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-12-2/
<meta name="uuid" content="uuidOydLs1lRETA4"><meta charset="utf-8">
What did I do this week?
After discussing with my mentor, I decided to add more tests for the node connection stage before implement
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #12 - aghinsa's Blog
Weekly Check-in #12 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
Karim Elghamrawy: [Video] How Long Does it Take to Learn Python?
Link: https://www.afternerd.com/blog/how-long-to-learn-python/
The post [Video] How Long Does it Take to Learn Python? appeared first on Afternerd.
Link: https://www.afternerd.com/blog/how-long-to-learn-python/
The post [Video] How Long Does it Take to Learn Python? appeared first on Afternerd.
Afternerd
How Long does it Take to Learn Python? (And Get a Job) - Afternerd