PSF GSoC students blogs: Week 7 Chek-in
Link: http://blogs.python-gsoc.org/en/blogs/kruzaevas-blog/week-7-chek-in/
What did you do this week?
Creating a GUI for Standard Deviation (SD) of frames and SD of frames over ROI. ROI now can have rectangular shape.
Building of the first working prototype for Clustering ba
Link: http://blogs.python-gsoc.org/en/blogs/kruzaevas-blog/week-7-chek-in/
What did you do this week?
Creating a GUI for Standard Deviation (SD) of frames and SD of frames over ROI. ROI now can have rectangular shape.
Building of the first working prototype for Clustering ba
blogs.python-gsoc.org
Python-GSOC - Week 7 Chek-in - kruzaeva's Blog
Python's Google Summer of Code Page
Dataquest: Tutorial: Advanced For Loops in Python
Link: https://www.dataquest.io/blog/tutorial-advanced-for-loops-python-pandas/
If you've already mastered the basics of iterating through Python lists, take it to the next level and learn to use for loops in pandas, numpy, and more!
The post Tutorial: Advanced For Loops in Pytho
Link: https://www.dataquest.io/blog/tutorial-advanced-for-loops-python-pandas/
If you've already mastered the basics of iterating through Python lists, take it to the next level and learn to use for loops in pandas, numpy, and more!
The post Tutorial: Advanced For Loops in Pytho
Dataquest
Tutorial: Advanced Python for Loops – Dataquest
If you've already got the basics of iterating through lists, learn to use advanced Python for loops in pandas, numpy, and more!
IslandT: Return the number which is larger than the sum of the remaining numbers in a list with Python
Link: https://kibiwebgeek.com/2019/07/16/return-the-number-which-is-larger-than-the-sum-of-the-remaining-numbers-in-a-list-with-python/
Given a list of numbers, return a new list consists of the number which is larger than the sum of the remaining numbers in a list or larger than absolute zero. For example, this list [2, 5, 2, 1] will
Link: https://kibiwebgeek.com/2019/07/16/return-the-number-which-is-larger-than-the-sum-of-the-remaining-numbers-in-a-list-with-python/
Given a list of numbers, return a new list consists of the number which is larger than the sum of the remaining numbers in a list or larger than absolute zero. For example, this list [2, 5, 2, 1] will
Stack Abuse: Python for NLP: Developing an Automatic Text Filler using N-Grams
Link: https://stackabuse.com/python-for-nlp-developing-an-automatic-text-filler-using-n-grams/
This is the 15th article in my series of articles on Python for NLP. In my previous article, I explained how to implement TF-IDF approach from scratch in Python. Before that we studied, how to impleme
Link: https://stackabuse.com/python-for-nlp-developing-an-automatic-text-filler-using-n-grams/
This is the 15th article in my series of articles on Python for NLP. In my previous article, I explained how to implement TF-IDF approach from scratch in Python. Before that we studied, how to impleme
Stack Abuse
Python for NLP: Developing an Automatic Text Filler using N-Grams
This is the 15th article in my series of articles on Python for NLP. In my previous article, I explained how to implement TF-IDF approach from scratch in Python...
Catalin George Festila: Python 3.7.3 : Using the werkzeug.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-werkzeug.html
From the official webpage, you can see all the features of this python module:
Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI a
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-werkzeug.html
From the official webpage, you can see all the features of this python module:
Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI a
Blogspot
Python 3.7.3 : Using the werkzeug.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Real Python: How to Write Pythonic Loops
Link: https://realpython.com/courses/how-to-write-pythonic-loops/
One of the easiest ways to spot a developer who has a background in C-style languages and only recently picked up Python is to look at how they loop through a list. In this course, you’ll learn how to
Link: https://realpython.com/courses/how-to-write-pythonic-loops/
One of the easiest ways to spot a developer who has a background in C-style languages and only recently picked up Python is to look at how they loop through a list. In this course, you’ll learn how to
Realpython
How to Write Pythonic Loops – Real Python
In this course, you'll see how you can make your loops more Pythonic if you're coming to Python from a C-style language. You'll learn how you can get the most out of using range(), xrange(), and enumerate(). You'll also see how you can avoid having to keep…
PSF GSoC students blogs: The week that has been @ 2048
Link: http://blogs.python-gsoc.org/en/blogs/vipulgupta2048s-blog/the-week-that-has-been-2048-1/
Week #8 10/07 to 16/07
I just realised that there aren’t many weeks left. Good times like these should never end.
What did you do this week?
Good news, my PR for the validator has finally been m
Link: http://blogs.python-gsoc.org/en/blogs/vipulgupta2048s-blog/the-week-that-has-been-2048-1/
Week #8 10/07 to 16/07
I just realised that there aren’t many weeks left. Good times like these should never end.
What did you do this week?
Good news, my PR for the validator has finally been m
PSF GSoC students blogs: The week that has been @ 2048
Link: http://blogs.python-gsoc.org/en/blogs/vipulgupta2048s-blog/the-week-that-has-been-2048-2/
Week #8 10/07 to 16/07
I just realised that there aren’t many weeks left. Good times like these should never end.
What did you do this week?
Good news, my PR for the validator has finally been merg
Link: http://blogs.python-gsoc.org/en/blogs/vipulgupta2048s-blog/the-week-that-has-been-2048-2/
Week #8 10/07 to 16/07
I just realised that there aren’t many weeks left. Good times like these should never end.
What did you do this week?
Good news, my PR for the validator has finally been merg
blogs.python-gsoc.org
Python-GSOC - The week that has been @ 2048 - vipulgupta2048's Blog
Python's Google Summer of Code Page
Python Circle: How to create sitemap of Django website
Link: https://www.pythoncircle.com/post/686/how-to-create-sitemap-of-django-website/
Creating a sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static p
Link: https://www.pythoncircle.com/post/686/how-to-create-sitemap-of-django-website/
Creating a sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static p
Python Circle
How to create sitemap of Django website
Creating a sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static pages in your Django application, Sitemap XML file in Django…
Python Circle: Creating sitemap of Dynamic URLs in your Django Application
Link: https://www.pythoncircle.com/post/584/creating-sitemap-of-dynamic-urls-in-your-django-application/
Creating sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static pag
Link: https://www.pythoncircle.com/post/584/creating-sitemap-of-dynamic-urls-in-your-django-application/
Creating sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static pag
Python Circle
Creating sitemap of Dynamic URLs in your Django Application
Creating sitemap for your Django application, Improve SEO of your Django website by generating Sitemap.xml file, Generate sitemap from Dynamic URLs in Django Application, Create Sitemap for static pages in your Django application, Sitemap xml file in Django…
Python Circle: How to generate ATOM/RSS feed for Django website
Link: https://www.pythoncircle.com/post/687/how-to-generate-atomrss-feed-for-django-website/
Creating atom or RSS feed of your Django site, Adding syndication feed in your django application, How to add RSS feed in Django website
Link: https://www.pythoncircle.com/post/687/how-to-generate-atomrss-feed-for-django-website/
Creating atom or RSS feed of your Django site, Adding syndication feed in your django application, How to add RSS feed in Django website
Python Circle
How to generate ATOM/RSS feed for Django website
Creating atom or RSS feed of your Django site, Adding syndication feed in your django application, How to add RSS feed in Django website
Python Circle: Python Script 4: Opening top 10 Google search result in one hit
Link: https://www.pythoncircle.com/post/284/python-script-4-opening-top-10-google-search-result-in-one-hit/
Opening top 10 google search results in different tabs in one click. How to start multiple tabs with different URLs in one go.
Link: https://www.pythoncircle.com/post/284/python-script-4-opening-top-10-google-search-result-in-one-hit/
Opening top 10 google search results in different tabs in one click. How to start multiple tabs with different URLs in one go.
Python Circle
Python Script 4: Opening top 10 Google search result in one hit
Opening top 10 google search results in different tabs in one click. How to start multiple tabs with different URLs in one go.
Python Circle: Programming on Raspberry Pi with Python: Raspberry Pi Setup
Link: https://www.pythoncircle.com/post/649/programming-on-raspberry-pi-with-python-raspberry-pi-setup/
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Raspberry Pi and Python
Link: https://www.pythoncircle.com/post/649/programming-on-raspberry-pi-with-python-raspberry-pi-setup/
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Raspberry Pi and Python
Python Circle
Programming on Raspberry Pi with Python: Raspberry Pi Setup
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Raspberry Pi and Python
Nathan Piccini Data Science Dojo Blog: 101 Machine Learning Algorithms for Data Science with Cheat Sheets
Link: https://blog.datasciencedojo.com/machine-learning-algorithms/
Think of this as the one-stop-shop/dictionary/directory for your machine learning algorithms. The algorithms have been sorted into 9 groups: Anomaly Detection, Association Rule Learning, Classificatio
Link: https://blog.datasciencedojo.com/machine-learning-algorithms/
Think of this as the one-stop-shop/dictionary/directory for your machine learning algorithms. The algorithms have been sorted into 9 groups: Anomaly Detection, Association Rule Learning, Classificatio
Data Science Dojo
101 machine learning algorithms for data science with cheat sheets | Data Science Dojo
Your one-stop shop for machine learning algorithms. These 101 algorithms are equipped with cheat sheets, tutorials, and explanations.
PyCoder’s Weekly: Issue #377 (July 16, 2019)
Link: https://pycoders.com/issues/377
#377 – JULY 16, 2019 View in Browser » Build a Recommendation Engine With Collaborative Filtering In this tutorial, you’ll learn about collaborative filtering, which is one of the most common ap
Link: https://pycoders.com/issues/377
#377 – JULY 16, 2019 View in Browser » Build a Recommendation Engine With Collaborative Filtering In this tutorial, you’ll learn about collaborative filtering, which is one of the most common ap
Pycoders
PyCoder’s Weekly | Issue #377
Issue #377 of the PyCoder’s Weekly newsletter, published July 16, 2019.
Python Circle: Programming on Raspberry Pi with Python: WIFI and SSH configuration
Link: https://www.pythoncircle.com/post/650/programming-on-raspberry-pi-with-python-wifi-and-ssh-configuration/
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Configuring WIFI on Raspberry PI, Enabling SSH on
Link: https://www.pythoncircle.com/post/650/programming-on-raspberry-pi-with-python-wifi-and-ssh-configuration/
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Configuring WIFI on Raspberry PI, Enabling SSH on
Python Circle
Programming on Raspberry Pi with Python: WIFI and SSH configuration
How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Configuring WIFI on Raspberry PI, Enabling SSH on Raspberry PI, RaspberryPi and Python
Python Circle: Programming on Raspberry Pi with Python: Sending IP address on Telegram channel on Raspberry Pi reboot
Link: https://www.pythoncircle.com/post/651/programming-on-raspberry-pi-with-python-sending-ip-address-on-telegram-channel-on-raspberry-pi-reboot/
How to setup Raspberry Pi, Starting with Raspberry Pi programming with Python, Sending IP address to Telegram channel on Raspberry Pi Boot up, SSH using Raspberry Pi, Raspberry Pi and python
Link: https://www.pythoncircle.com/post/651/programming-on-raspberry-pi-with-python-sending-ip-address-on-telegram-channel-on-raspberry-pi-reboot/
How to setup Raspberry Pi, Starting with Raspberry Pi programming with Python, Sending IP address to Telegram channel on Raspberry Pi Boot up, SSH using Raspberry Pi, Raspberry Pi and python
Python Circle
Programming on Raspberry Pi with Python: Sending IP address on Telegram channel on Raspberry Pi reboot
How to setup Raspberry Pi, Starting with Raspberry Pi programming with Python, Sending IP address to Telegram channel on Raspberry Pi Boot up, SSH using Raspberry Pi, Raspberry Pi and python
PSF GSoC students blogs: GSoC Weekly Check-in
Link: http://blogs.python-gsoc.org/en/blogs/kaybs-blog/gsoc-weekly-check-in-1/
Hello everyone!
This is 7th week of GSoC 2019, just one week away from 2nd Evaluations. Here's what I did this week.
What did I do this week?
This week was a bit relaxing. I didn't do much except maki
Link: http://blogs.python-gsoc.org/en/blogs/kaybs-blog/gsoc-weekly-check-in-1/
Hello everyone!
This is 7th week of GSoC 2019, just one week away from 2nd Evaluations. Here's what I did this week.
What did I do this week?
This week was a bit relaxing. I didn't do much except maki
blogs.python-gsoc.org
Python-GSOC - GSoC Weekly Check-in - kayb's Blog
Python's Google Summer of Code Page
Test and Code: 81: TDD with flit
Link: https://testandcode.com/81
In the last episode, we talked about going from script to supported package.
I worked on a project called subark and did the packaging with flit.
Today's episode is a continuation where we add new fe
Link: https://testandcode.com/81
In the last episode, we talked about going from script to supported package.
I worked on a project called subark and did the packaging with flit.
Today's episode is a continuation where we add new fe
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 81: TDD with flit
TDD is easier with dev tools, editor, and installs working together well.
This episode discusses editable installs with flit, a good TDD editor layout, test case grouping, batching tests to reduce context switch time, and even utilizing git tags.
This episode discusses editable installs with flit, a good TDD editor layout, test case grouping, batching tests to reduce context switch time, and even utilizing git tags.
Python Circle: Programming on Raspberry Pi with Python: Controlling LED
Link: https://www.pythoncircle.com/post/652/programming-on-raspberry-pi-with-python-controlling-led/
Starting with Raspberry Pi programming with Python, Controlling LED with Python Program, Blinking LED with Raspberry Pi, Using GPIO pins to control the LED on Raspberry Pi with Python Program, Raspber
Link: https://www.pythoncircle.com/post/652/programming-on-raspberry-pi-with-python-controlling-led/
Starting with Raspberry Pi programming with Python, Controlling LED with Python Program, Blinking LED with Raspberry Pi, Using GPIO pins to control the LED on Raspberry Pi with Python Program, Raspber
Python Circle
Programming on Raspberry Pi with Python: Controlling LED
Starting with Raspberry Pi programming with Python, Controlling LED with Python Program, Blinking LED with Raspberry Pi, Using GPIO pins to control the LED on Raspberry Pi with Python Program, Raspberry Pi and python
Codementor: Getting Started with Map
Link: https://www.codementor.io/philbest/getting-started-with-map-wsneqpndp
Get to grips with one of the fundamental building blocks of functional programming in Python: map.
Link: https://www.codementor.io/philbest/getting-started-with-map-wsneqpndp
Get to grips with one of the fundamental building blocks of functional programming in Python: map.
www.codementor.io
Getting Started with Map | Codementor
Get to grips with one of the fundamental building blocks of functional programming in Python: map.