Codementor: Automated Browser Testing with Opera and Selenium in Python
Link: https://www.codementor.io/himanshuseth/automated-browser-testing-with-opera-and-selenium-in-python-19ure15ies
When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other
Link: https://www.codementor.io/himanshuseth/automated-browser-testing-with-opera-and-selenium-in-python-19ure15ies
When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other
www.codementor.io
Automated Browser Testing with Opera and Selenium in Python | Codementor
When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other
PyBites: How to Deploy Your Open Source Package to PyPI
Link: https://pybit.es/opensource-package-pypi.html
In this post I share some useful things I learned deploying an open source package to PyPI.
The app
I built a small PyBitesTips class to consume our Python tips from the command line. The code (projec
Link: https://pybit.es/opensource-package-pypi.html
In this post I share some useful things I learned deploying an open source package to PyPI.
The app
I built a small PyBitesTips class to consume our Python tips from the command line. The code (projec
"CodersLegacy": PySide vs PyQt | Understanding the difference
Link: https://coderslegacy.com/pyside-vs-pyqt-difference/
Once people get to know about both PySide and PyQt, due to their similarities, people have a hard time picking one over the other. Here in this “PySide vs PyQt” article we’ll examine both libraries fr
Link: https://coderslegacy.com/pyside-vs-pyqt-difference/
Once people get to know about both PySide and PyQt, due to their similarities, people have a hard time picking one over the other. Here in this “PySide vs PyQt” article we’ll examine both libraries fr
CodersLegacy
PySide vs PyQt | Understanding the difference - CodersLegacy
Here in this "PySide vs PyQt" article we'll examine both libraries from multiple angles and attempt to come to a conclusion as to which is...
PSF GSoC students blogs: Final Week Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/final-week-check-in-1/
What did you do this week?
As I wrote in last week's blog post, this week I concluded the PR for the random module by adding multimethods for the Generator class. This PR was the last one of my GSoC p
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/final-week-check-in-1/
What did you do this week?
As I wrote in last week's blog post, this week I concluded the PR for the random module by adding multimethods for the Generator class. This PR was the last one of my GSoC p
blogs.python-gsoc.org
Python GSoC - Final Week Check-in - joaosferreira's Blog
Final Week Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Final Blog Post
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/final-blog-post-1/
This has been a fantastic journey. I got to meet some amazing people in the community. There is still work to be done, and I'll be continuing to contribute after GSoC. You can check out my final repor
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/final-blog-post-1/
This has been a fantastic journey. I got to meet some amazing people in the community. There is still work to be done, and I'll be continuing to contribute after GSoC. You can check out my final repor
blogs.python-gsoc.org
Python GSoC - Final Blog Post - aghinsa's Blog
Final Blog Post - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
Stack Abuse: Remove Element from an Array in Python
Link: https://stackabuse.com/remove-element-from-an-array-in-python/
Introduction
This tutorial will go through some common ways for removing elements from Python arrays. Here's a list of all the techniques and methods we'll cover in this article:
remove()
pop()
del
N
Link: https://stackabuse.com/remove-element-from-an-array-in-python/
Introduction
This tutorial will go through some common ways for removing elements from Python arrays. Here's a list of all the techniques and methods we'll cover in this article:
remove()
pop()
del
N
Stack Abuse
How to Remove Elements from an Array/List in Python
In this tutorial, we'll showcase examples of how to remove an element from an array in Python using remove(), pop(), the del keyword, and Numpy.
Zero to Mastery: Python Monthly 💻🐍 August 2020
Link: https://zerotomastery.io/blog/python-monthly-august-2020/?utm_source=python-rss-feed
9th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Link: https://zerotomastery.io/blog/python-monthly-august-2020/?utm_source=python-rss-feed
9th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Zero To Mastery
Python Monthly 💻🐍 August 2020 | Zero To Mastery
9th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
PSF GSoC students blogs: Weekly Check-in #13
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-13-4/
What did I do this week?
Finalised everything! My last PR on scikit operations tutorial got merged and this marks the completion of GSoC project.
What's next?
I will keep contributing to DFFML and hel
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-13-4/
What did I do this week?
Finalised everything! My last PR on scikit operations tutorial got merged and this marks the completion of GSoC project.
What's next?
I will keep contributing to DFFML and hel
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #13 - 0dust's Blog
Weekly Check-in #13 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Outro
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/outro/
Note: This article's HTML source is exported from reST. Without necessary CSS, some part might look hideous. Please consider viewing on my personal blog.
The Look
At the time of writing, impleme
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/outro/
Note: This article's HTML source is exported from reST. Without necessary CSS, some part might look hideous. Please consider viewing on my personal blog.
The Look
At the time of writing, impleme
blogs.python-gsoc.org
Python GSoC - Outro - McSinyx's Blog
Outro - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
Reuven Lerner: New course: Testing your Python programs with pytest
Link: https://lerner.co.il/2020/08/31/new-course-testing-your-python-programs-with-pytest/
My first job was at a company that wrote software for hospitals. As you can imagine, our work needed to be really reliable — so we had an entire team dedicated to quality assurance (QA). Their job w
Link: https://lerner.co.il/2020/08/31/new-course-testing-your-python-programs-with-pytest/
My first job was at a company that wrote software for hospitals. As you can imagine, our work needed to be really reliable — so we had an entire team dedicated to quality assurance (QA). Their job w
Reuven Lerner
New course: Testing your Python programs with pytest
https://www.youtube.com/watch?v=YPI476bCBHk My first job was at a company that wrote software for hospitals. As you can imagine, our work needed to be really reliable — so we had an entire team dedicated to quality assurance
Real Python: Python 3 Installation & Setup Guide
Link: https://realpython.com/installing-python/
Installing or updating Python on your computer is the first step to becoming a Python programmer. There are a multitude of installation methods: you can download official Python distributions from Pyt
Link: https://realpython.com/installing-python/
Installing or updating Python on your computer is the first step to becoming a Python programmer. There are a multitude of installation methods: you can download official Python distributions from Pyt
Realpython
How to Install Python on Your System: A Guide – Real Python
The first step to getting started with Python is to install it on your machine. In this tutorial, you'll learn how to check which version of Python, if any, you have on your Windows, Mac, or Linux computer and the best way to install the most recent version…
PSF GSoC students blogs: Final Work Report - Last Weekly Check-in
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/final-work-report-last-weekly-check-in/
End of my GSoC journey - 31/08/2020
My GSoC'20 journey end today. This summer was a truly an amazing journey and surely an unforgettable one!
I would like to thank my mentors John Andersen for guiding
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/final-work-report-last-weekly-check-in/
End of my GSoC journey - 31/08/2020
My GSoC'20 journey end today. This summer was a truly an amazing journey and surely an unforgettable one!
I would like to thank my mentors John Andersen for guiding
blogs.python-gsoc.org
Python GSoC - Final Work Report - Last Weekly Check-in - sakshamarora's Blog
Final Work Report - Last Weekly Check-in - 6362ca19-6cbc-4c45-95f8-4bf780b0ce40 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC Weekly Blog #7
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-7/
After 3 months filled with coding, debugging and testing, GSoC'20 has finally come to an end. I spent this last week wrapping up the documentation and finishing up my final submission report for GSoC.
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-7/
After 3 months filled with coding, debugging and testing, GSoC'20 has finally come to an end. I spent this last week wrapping up the documentation and finishing up my final submission report for GSoC.
blogs.python-gsoc.org
Python GSoC - GSoC Weekly Blog #7 - Tanish19's Blog
GSoC Weekly Blog #7 - 59401f95-9c21-45e5-a073-f22d29715235 - Python's Google Summer of Code Blogs Page
Montreal Python User Group: Quadratic Judo Code Sprint
Link: https://montrealpython.org/en/2020/08/mp-79-sprint/
Montréal-Python 79 doesn't end after our presentation night.
For the whole month of September, we code together on free and open source software in Python. Our effort will be centered on two projects:
Link: https://montrealpython.org/en/2020/08/mp-79-sprint/
Montréal-Python 79 doesn't end after our presentation night.
For the whole month of September, we code together on free and open source software in Python. Our effort will be centered on two projects:
PSF GSoC students blogs: From console.log to GSoC 2020
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/from-console-log-to-gsoc-2020/
It is time to share my wonderful journey to Google Summer of Code, tips and tricks to get selected and what all you can do before GSoC to take a step closer to your dream internship or job.
I have wri
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/from-console-log-to-gsoc-2020/
It is time to share my wonderful journey to Google Summer of Code, tips and tricks to get selected and what all you can do before GSoC to take a step closer to your dream internship or job.
I have wri
blogs.python-gsoc.org
Python GSoC - From console.log to GSoC 2020 - sharmaaditya570191's Blog
From console.log to GSoC 2020 - d4413a04-9698-4071-b7bc-a43bd84c7f68 - Python's Google Summer of Code Blogs Page
Davy Wybiral: A Lesson in LoRa Module P2P Standards (or the Lack Thereof)
Link: https://davywybiral.blogspot.com/2020/08/a-lesson-in-lora-module-p2p-standards.html
I got a handful of LoRa modules from Reyax a while back, the RYLR896 model based on Semtech SX1276 chips. Instead of using an SPI interface they operate over UART using a small set of AT commands. Thi
Link: https://davywybiral.blogspot.com/2020/08/a-lesson-in-lora-module-p2p-standards.html
I got a handful of LoRa modules from Reyax a while back, the RYLR896 model based on Semtech SX1276 chips. Instead of using an SPI interface they operate over UART using a small set of AT commands. Thi
Blogspot
A Lesson in LoRa Module P2P Standards (or the Lack Thereof)
I got a handful of LoRa modules from Reyax a while back, the RYLR896 model based on Semtech SX1276 chips. Instead of using an SPI interface...
Podcast.__init__: When, Why, and How To Use Web Scraping In A Nutshell
Link: https://www.pythonpodcast.com/web-scraping-essentials-episode-278/
The internet is a rich source of information, but a majority of it isn't accessible programmatically through APIs or databases. To address that shortcoming there are a variety of web scraping framewor
Link: https://www.pythonpodcast.com/web-scraping-essentials-episode-278/
The internet is a rich source of information, but a majority of it isn't accessible programmatically through APIs or databases. To address that shortcoming there are a variety of web scraping framewor
The Python Podcast.__init__
The Python Podcast.__init__: When, Why, and How To Use Web Scraping In A Nutshell
An interview about what web scraping is, when it is useful, and some of the pitfalls and complexities to know before you get started.
PSF GSoC students blogs: Weekly Blog Post | GSoc | #14
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-14/
Greetings, People of the world!
Here's my last blog post for GSoC'2020. It has been an amazing journey. Full of learning and excitement every day. Here's a bit about the last week.
1. What did I do th
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-14/
Greetings, People of the world!
Here's my last blog post for GSoC'2020. It has been an amazing journey. Full of learning and excitement every day. Here's a bit about the last week.
1. What did I do th
blogs.python-gsoc.org
Python GSoC - Weekly Blog Post | GSoc | #14 - ShashankJarial's Blog
Weekly Blog Post | GSoc | #14 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Final Words
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/final-words/
Link to final report
Link to repository
Link to production
Thank you Python Software Foundation for giving me this incredible opportunity. I got to learn a lot of new things and made several good co
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/final-words/
Link to final report
Link to repository
Link to production
Thank you Python Software Foundation for giving me this incredible opportunity. I got to learn a lot of new things and made several good co
blogs.python-gsoc.org
Python GSoC - Final Words - dvijaywargiya's Blog
Final Words - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Final Check-in
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/final-check-in-1/
Hey,
What did I do this week?
Cluster analysis template got merged. Mostly worked on the cluster status info. Also added support for the python script download support.
What's next?
Complete the curre
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/final-check-in-1/
Hey,
What did I do this week?
Cluster analysis template got merged. Mostly worked on the cluster status info. Also added support for the python script download support.
What's next?
Complete the curre
blogs.python-gsoc.org
Python GSoC - Final Check-in - abijithbahuleyan's Blog
Final Check-in - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page