Codementor: HTML Parser — Developer Tools
Link: https://www.codementor.io/chirilovadrian360/html-parser-developer-tools-xciqmpuyz
Short list with code samples to parse HTML using Python / BeautifulSoup library.
Link: https://www.codementor.io/chirilovadrian360/html-parser-developer-tools-xciqmpuyz
Short list with code samples to parse HTML using Python / BeautifulSoup library.
www.codementor.io
HTML Parser — Developer Tools | Codementor
Short list with code samples to parse HTML using Python / BeautifulSoup library.
PSF GSoC students blogs: So long, FFTPACK
Link: http://blogs.python-gsoc.org/en/peterbell10s-blog/so-long-fftpack/
What did you do this week?
Perhaps the most significant task this week was completely removing the fortran FFTPACK code from SciPy and rewriting scipy.fftpack using scipy.fft's pocketfft backend. Thi
Link: http://blogs.python-gsoc.org/en/peterbell10s-blog/so-long-fftpack/
What did you do this week?
Perhaps the most significant task this week was completely removing the fortran FFTPACK code from SciPy and rewriting scipy.fftpack using scipy.fft's pocketfft backend. Thi
blogs.python-gsoc.org
Python GSoC - So long, FFTPACK - peterbell10's Blog
So long, FFTPACK - e8bf5714-a67b-4e52-9f94-18dcf346cf89 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: weeklyCheckIn[9]
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-9/
What did I do this week?
After completing tests and features for mscolab's project window and getting the PR merged, I started working on a more tricky part of the project. Introducing version control
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-9/
What did I do this week?
After completing tests and features for mscolab's project window and getting the PR merged, I started working on a more tricky part of the project. Introducing version control
blogs.python-gsoc.org
Python GSoC - weeklyCheckIn[9] - plant99's Blog
weeklyCheckIn[9] - 8cd75440-5d04-454d-a8c1-56d7f5a98023 - Python's Google Summer of Code Blogs Page
Luke Plant: Pylint false positives
Link: https://lukeplant.me.uk/blog/posts/pylint-false-positives/
In some recent discussion on Reddit,
I claimed that, for cases where I’m already using flake8, it seemed as though 95% of Pylint’s
reported problems were false positives. Others had very different exp
Link: https://lukeplant.me.uk/blog/posts/pylint-false-positives/
In some recent discussion on Reddit,
I claimed that, for cases where I’m already using flake8, it seemed as though 95% of Pylint’s
reported problems were false positives. Others had very different exp
Ofosos: A digital tally list for hackerspaces
Link: https://ofosos.org/2019/07/29/a-digital-tally-list-for-hackerspaces/
I'm a member of an open workshop in my hometown. Last week we started joking around about getting a drink vending machine. Still half joking, I started searching on eBay for used vending machines. Whi
Link: https://ofosos.org/2019/07/29/a-digital-tally-list-for-hackerspaces/
I'm a member of an open workshop in my hometown. Last week we started joking around about getting a drink vending machine. Still half joking, I started searching on eBay for used vending machines. Whi
ofosos.org
A digital tally list for hackerspaces
In which we hack a tally list in Python and QtQuick, for supporting our local hackerspace/open workshop. Supports RFID. Kind of a point of sale terminal.
Python Bytes: #141 Debugging with f-strings coming in Python 3.8
Link: https://pythonbytes.fm/episodes/show/141/debugging-with-f-strings-coming-in-python-3.8
Link: https://pythonbytes.fm/episodes/show/141/debugging-with-f-strings-coming-in-python-3.8
pythonbytes.fm
Debugging with f-strings coming in Python 3.8
News and announcements from the Python community for the week of Jul 29th, 2019
ListenData: Precision Recall Curve Simplified
Link: https://www.listendata.com/2019/07/precision-recall-curve-simplified.html
This article outlines precision recall curve and how it is used in real-world data science application. It includes explanation of how it is different from ROC curve. It also highlights limitation of
Link: https://www.listendata.com/2019/07/precision-recall-curve-simplified.html
This article outlines precision recall curve and how it is used in real-world data science application. It includes explanation of how it is different from ROC curve. It also highlights limitation of
ListenData
Precision Recall Curve Simplified
This article outlines precision recall curve and how it is used in real-world data science application. It includes explanation of how it is different from ROC curve. It covers implementation of area under precision recall curve in Python, R and SAS.
PSF GSoC students blogs: Check-in: 9th week of GSoC (Jul 22 - Jul 28)
Link: http://blogs.python-gsoc.org/en/josealaniss-blog/check-in-9th-week-of-gsoc-jul-22-jul-28/
1. What did you do this week?
2. What is coming up next?
3. Did you get stuck anywhere?
Link: http://blogs.python-gsoc.org/en/josealaniss-blog/check-in-9th-week-of-gsoc-jul-22-jul-28/
1. What did you do this week?
2. What is coming up next?
3. Did you get stuck anywhere?
blogs.python-gsoc.org
Python GSoC - Check-in: 9th week of GSoC (Jul 22 - Jul 28) - JoseAlanis's Blog
Check-in: 9th week of GSoC (Jul 22 - Jul 28) - d566555a-cf76-4e70-b826-606d54bff390 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Summary #10
Link: http://blogs.python-gsoc.org/en/sandos-blog/weekly-summary-10/
Hi everyone!
""""
What did you do last week
In this week I was working on the development of the web service for testing, also advanced in the wsmtxca test of electronic billing with details and an im
Link: http://blogs.python-gsoc.org/en/sandos-blog/weekly-summary-10/
Hi everyone!
""""
What did you do last week
In this week I was working on the development of the web service for testing, also advanced in the wsmtxca test of electronic billing with details and an im
blogs.python-gsoc.org
Python GSoC - Weekly Summary #10 - Sando's Blog
Weekly Summary #10 - ab0c7c6e-86c8-42de-936e-10101f029951 - Python's Google Summer of Code Blogs Page
ListenData: Python : 10 Ways to Filter Pandas DataFrame
Link: https://www.listendata.com/2019/07/how-to-filter-pandas-dataframe.html
In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you
Link: https://www.listendata.com/2019/07/how-to-filter-pandas-dataframe.html
In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you
ListenData
Python : 10 Ways to Filter Pandas DataFrame
ListenData: 15 ways to read CSV file with pandas
Link: https://www.listendata.com/2019/06/pandas-read-csv.html
This tutorial explains how to read a CSV file in python using read_csv function of pandas package. Without use of read_csv function, it is not straightforward to import CSV file with python object-ori
Link: https://www.listendata.com/2019/06/pandas-read-csv.html
This tutorial explains how to read a CSV file in python using read_csv function of pandas package. Without use of read_csv function, it is not straightforward to import CSV file with python object-ori
ListenData
15 ways to read CSV file with pandas
This tutorial explains how to read a CSV file using read_csv function of pandas package in Python. Here we are also covering how to deal with common issues in importing CSV file.
ListenData: Matplotlib Tutorial – Learn Plotting in Python in 3 hours
Link: https://www.listendata.com/2019/06/matplotlib-tutorial-learn-plot-python.html
This tutorial outlines how to perform plotting and data visualization in python using Matplotlib library. The objective of this post is to get you familiar with the basics and advanced plotting functi
Link: https://www.listendata.com/2019/06/matplotlib-tutorial-learn-plot-python.html
This tutorial outlines how to perform plotting and data visualization in python using Matplotlib library. The objective of this post is to get you familiar with the basics and advanced plotting functi
ListenData
Matplotlib Tutorial : Learn by Examples
This tutorial explains how to create a plot in python using Matplotlib library. It will get you familiar with the basics and advanced plotting functions of the library and give you hands-on experience.
ListenData: How to drop one or more columns in Pandas Dataframe
Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html
In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html
In this tutorial, we will cover how to drop or remove one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
ListenData
How to drop one or multiple columns from Pandas Dataframe
This article explains how to drop or remove one or more columns from pandas dataframe along with various examples to get hands-on experience.
ListenData: Python : Complete Guide to Date and Time Functions
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
ListenData
A Complete Guide to Python DateTime Functions
This tutorial explains python datetime module in detail and how it is used to handle date, time and datetime formatted columns. It includes various practical examples which would help you to gain confidence in dealing dates and times.
ListenData: Python Dictionary Comprehension with Examples
Link: https://www.listendata.com/2019/07/python-dictionary-comprehension.html
In this tutorial, we will cover how dictionary comprehension works in Python. It includes various examples which would help you to learn the concept of dictionary comprehension and how it is used in r
Link: https://www.listendata.com/2019/07/python-dictionary-comprehension.html
In this tutorial, we will cover how dictionary comprehension works in Python. It includes various examples which would help you to learn the concept of dictionary comprehension and how it is used in r
ListenData
Python Dictionary Comprehension with Examples
Learn how dictionary comprehension works in Python from scratch. This tutorial includes various examples which would help you to practice the concept of dictionary comprehension and how it is used in real-world scenarios
ListenData: Python list comprehension with Examples
Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html
This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
Link: https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html
This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at th
ListenData
Python list comprehension : Learn by Examples
Learn how list comprehension works in Python. This tutorial includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at the end of this lesson.
PSF GSoC students blogs: Week 9: Weekly Check-In (#5)
Link: http://blogs.python-gsoc.org/en/digyts-blog/week-9-weekly-check-in-5/
1. What did you do this week?
A lot of different stuff:
- Introduced some small tests to make sure the multitaper and stockwell functions do what they should to.
- Made tfr_stockwell catch up with tfr
Link: http://blogs.python-gsoc.org/en/digyts-blog/week-9-weekly-check-in-5/
1. What did you do this week?
A lot of different stuff:
- Introduced some small tests to make sure the multitaper and stockwell functions do what they should to.
- Made tfr_stockwell catch up with tfr
blogs.python-gsoc.org
Python GSoC - Week 9: Weekly Check-In (#5) - DiGyt's Blog
Week 9: Weekly Check-In (#5) - b424fbc2-e24d-4859-af94-747dae08948d - Python's Google Summer of Code Blogs Page
ListenData: How to Import Data in Python
Link: https://www.listendata.com/2017/02/import-data-in-python.html
This tutorial explains various methods to read data in Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python envi
Link: https://www.listendata.com/2017/02/import-data-in-python.html
This tutorial explains various methods to read data in Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python envi
ListenData
How to Import Data into Python
This tutorial explains various methods to import data in Python. Data are generally stored in excel file formats like CSV, TXT, Excel etc. Loading data in python environment is the most initial step of analyzing data.
PSF GSoC students blogs: Week 9 Chek-in
Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in/
What did you do this week?
Submitting of Clustering GUI and rectangular ROI, tests writing. All tests and cheks for Clustering GUI have passed.
What is coming up next?
Documentation writing.
Did you
Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in/
What did you do this week?
Submitting of Clustering GUI and rectangular ROI, tests writing. All tests and cheks for Clustering GUI have passed.
What is coming up next?
Documentation writing.
Did you
blogs.python-gsoc.org
Python GSoC - Week 9 Chek-in - kruzaeva's Blog
Week 9 Chek-in - 17388126-04bc-4855-8e5d-8347910b1420 - Python's Google Summer of Code Blogs Page