PSF GSoC students blogs: Eighth Week [July 8th - July 14th] [4th PSF Weekly Check-in]
Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/eighth-week-july-8th-july-14th-4th-psf-weekly-check-in/
1. I set up a pipeline that downloads a remote file that contains atomic data information. I set the pipeline to check if the hash code of the file has changed, and to update the stored hash code in a
Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/eighth-week-july-8th-july-14th-4th-psf-weekly-check-in/
1. I set up a pipeline that downloads a remote file that contains atomic data information. I set the pipeline to check if the hash code of the file has changed, and to update the stored hash code in a
blogs.python-gsoc.org
Python-GSOC - Eighth Week [July 8th - July 14th] [4th PSF Weekly Check-in] - Youssef15015's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly Check-in #7
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-7-1/
In this week, I made some progress on the second phase of the project. With the database established, I made a PR.
What did I do this week?
To know that I'm approaching in the right direction, I made
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-7-1/
In this week, I made some progress on the second phase of the project. With the database established, I made a PR.
What did I do this week?
To know that I'm approaching in the right direction, I made
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #7 - sudharsana-kjl's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Coding week #7
Link: http://blogs.python-gsoc.org/en/blogs/mehaksachdevas-blog/coding-week-7/
What did I do this week?
This week I debugged the issues being faced around the miscalculation of the three performance parameters (AIC, AICc and BIC) for the Poisson model. The parameters are as exp
Link: http://blogs.python-gsoc.org/en/blogs/mehaksachdevas-blog/coding-week-7/
What did I do this week?
This week I debugged the issues being faced around the miscalculation of the three performance parameters (AIC, AICc and BIC) for the Poisson model. The parameters are as exp
blogs.python-gsoc.org
Python-GSOC - Coding week #7 - mehaksachdeva's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Google Summer of Code with Nuitka 4th Weekly Check-in
Link: http://blogs.python-gsoc.org/en/blogs/tommyli3318s-blog/google-summer-of-code-with-nuitka-4th-weekly-check-in/
1. What did you do this week?
This week, I worked on my script which automates the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.com/Nuitka/Nuitka/pull/440
Au
Link: http://blogs.python-gsoc.org/en/blogs/tommyli3318s-blog/google-summer-of-code-with-nuitka-4th-weekly-check-in/
1. What did you do this week?
This week, I worked on my script which automates the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.com/Nuitka/Nuitka/pull/440
Au
blogs.python-gsoc.org
Python-GSOC - Google Summer of Code with Nuitka 4th Weekly Check-in - tommyli3318's Blog
Python's Google Summer of Code Page
Mike Driscoll: Intro to Black – The Uncompromising Python Code Formatter
Link: http://www.blog.pythonlibrary.org/2019/07/16/intro-to-black-the-uncompromising-python-code-formatter/
There are several Python code checkers available. For example, a lot of developers enjoy using Pylint or Flake8 to check their code for errors. These tools use static code analysis to check your code
Link: http://www.blog.pythonlibrary.org/2019/07/16/intro-to-black-the-uncompromising-python-code-formatter/
There are several Python code checkers available. For example, a lot of developers enjoy using Pylint or Flake8 to check their code for errors. These tools use static code analysis to check your code
Mouse Vs Python
Intro to Black - The Uncompromising Python Code Formatter - Mouse Vs Python
Learn about Python's most popular code formatter, Black! It can make all your code uniform and your team's commits easier.
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