PSF GSoC students blogs: Fourth Blog - GSOC 2019
Link: http://blogs.python-gsoc.org/en/blogs/abhinandan0659s-blog/fourth-blog-gsoc-2019/
Hello and welcome to my fourth blog for gsoc 2019.
So, this week was really challenging for me because I was implementing the Landing page for EOS icons. Yes, its the same page I started implementing
Link: http://blogs.python-gsoc.org/en/blogs/abhinandan0659s-blog/fourth-blog-gsoc-2019/
Hello and welcome to my fourth blog for gsoc 2019.
So, this week was really challenging for me because I was implementing the Landing page for EOS icons. Yes, its the same page I started implementing
blogs.python-gsoc.org
Python-GSOC - Fourth Blog - GSOC 2019 - abhinandan0659's Blog
Python's Google Summer of Code Page
IslandT: Convert hexadecimal number to decimal number with Python program
Link: https://kibiwebgeek.com/2019/07/11/convert-hexadecimal-number-to-decimal-number-with-python-program/
Use python program to convert hexadecimal number to the decimal number.
Hello and welcome back, in this article we are going to solve one of the programming problems on Codewars. This problem had been
Link: https://kibiwebgeek.com/2019/07/11/convert-hexadecimal-number-to-decimal-number-with-python-program/
Use python program to convert hexadecimal number to the decimal number.
Hello and welcome back, in this article we are going to solve one of the programming problems on Codewars. This problem had been
Randy Zwitch: ODSC webinar: End-to-End Data Science Without Leaving the GPU
Link: http://randyzwitch.com/omnisci-cudf-rapids-odsc-webinar/
In this webinar sponsored by the Open Data Science Conference (ODSC), I outline a brief history of GPU analytics and the problems that using GPU analytics solves relative to using other parallel compu
Link: http://randyzwitch.com/omnisci-cudf-rapids-odsc-webinar/
In this webinar sponsored by the Open Data Science Conference (ODSC), I outline a brief history of GPU analytics and the problems that using GPU analytics solves relative to using other parallel compu
Randyzwitch
randyzwitch.com | ODSC webinar: End-to-End Data Science Without Leaving the GPU
In this webinar sponsored by the Open Data Science Conference, I lay out the history of GPU analytics and how OmniSci fits into the larger GPU-accelerated data science ecosystem.
Matt Layman: Using Git and GitHub to safely store your code
Link: https://www.mattlayman.com/blog/2019/using-git-github-to-store-code/
For Python Frederick’s July presentation,
I presented on Git and GitHub
for beginners
who have never used either
of those tools before.
In the presentation,
I explained the core concepts
of Git
and de
Link: https://www.mattlayman.com/blog/2019/using-git-github-to-store-code/
For Python Frederick’s July presentation,
I presented on Git and GitHub
for beginners
who have never used either
of those tools before.
In the presentation,
I explained the core concepts
of Git
and de
Matt Layman
Using Git and GitHub to safely store your code
At Python Frederick this month, I presented the fundamentals of Git and GitHub. The recording is up on YouTube and I've posted all the material to GitHub.
Wingware News: Wing Python IDE 7.0.4 - July 11, 2019
Link: https://wingware.com/news/2019-07-11
Wing 7.0.4 has been released. Some of the highlights of this release include:
Fix debugging notebooks with newer Jupyter versions
Fix setting up a Django project with the default Python Executable
Link: https://wingware.com/news/2019-07-11
Wing 7.0.4 has been released. Some of the highlights of this release include:
Fix debugging notebooks with newer Jupyter versions
Fix setting up a Django project with the default Python Executable
Wingware
Wing Python IDE 7.0.4 - July 11, 2019 - Wing Python IDE
Wing 7.0.4 has been released, with a variety of fixes focusing on
remote development, code intelligence, debugging, difference/merge, and extension
scripting.
remote development, code intelligence, debugging, difference/merge, and extension
scripting.
Python Software Foundation: 2019 PSF Fundraiser - Thank you & debrief
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9sGpXmeE1-c/2019-psf-fundraiser-thank-you-debrief.html
Thank you to all who donated to our 2019 Fundraiser, Building the PSF. Our fundraiser ended June 30th and we successfully surpassed our goal!
The PSF received over $75,000 in donations!
To l
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9sGpXmeE1-c/2019-psf-fundraiser-thank-you-debrief.html
Thank you to all who donated to our 2019 Fundraiser, Building the PSF. Our fundraiser ended June 30th and we successfully surpassed our goal!
The PSF received over $75,000 in donations!
To l
Blogspot
2019 PSF Fundraiser - Thank you & debrief
Thank you to all who donated to our 2019 Fundraiser, Building the PSF. Our fundraiser ended June 30th and we successfully surpassed our g...
Python Anywhere: Using our file API
Link: https://blog.pythonanywhere.com/180/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
Our API supports lots of common PythonAnywhere operations, like creating and managing consoles, scheduled and always-on tasks, and
Link: https://blog.pythonanywhere.com/180/
.jab-post img {
border: 2px solid #eeeeee;
padding: 5px;
}
Our API supports lots of common PythonAnywhere operations, like creating and managing consoles, scheduled and always-on tasks, and
PSF GSoC students blogs: Coding and Communication
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/coding-and-communication/
You have to constantly be learning and implementing various things if you want to be better at programming. Watch some tutorials, checkout some blogs, read the documentation and start experimenting, I
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/coding-and-communication/
You have to constantly be learning and implementing various things if you want to be better at programming. Watch some tutorials, checkout some blogs, read the documentation and start experimenting, I
blogs.python-gsoc.org
Python-GSOC - Coding and Communication - yashlamba's Blog
Python's Google Summer of Code Page
Codementor: Introduction to unit testing with Python
Link: https://www.codementor.io/jslvtr/introduction-to-unit-testing-with-python-wsfqd3vrt
Testing is an essential part of software development. Start writing simple and effective tests with this blog post. It's easier than you think!
Link: https://www.codementor.io/jslvtr/introduction-to-unit-testing-with-python-wsfqd3vrt
Testing is an essential part of software development. Start writing simple and effective tests with this blog post. It's easier than you think!
www.codementor.io
Introduction to unit testing with Python | Codementor
Testing is an essential part of software development. Start writing simple and effective tests with this blog post. It's easier than you think!
Catalin George Festila: Python 3.7.3 : Three examples with BeautifulSoup.
Link: http://python-catalin.blogspot.com/2019/07/python-373-three-examples-with.html
Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tre
Link: http://python-catalin.blogspot.com/2019/07/python-373-three-examples-with.html
Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tre
Blogspot
Python 3.7.3 : Three examples with BeautifulSoup.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Data School: My top 25 pandas tricks (video)
Link: https://www.dataschool.io/python-pandas-tricks/
In my new pandas video, you're going to learn 25 tricks that will help you to work faster, write better code, and impress your friends. These are the most useful tricks I've learned from 5 years of te
Link: https://www.dataschool.io/python-pandas-tricks/
In my new pandas video, you're going to learn 25 tricks that will help you to work faster, write better code, and impress your friends. These are the most useful tricks I've learned from 5 years of te
Data School
Data School's Top 25 Pandas Tricks (video)
Work faster, write better pandas code, and impress your friends! These are the most useful tricks I've learned from 5 years of teaching Python's pandas library.
Peter Bengtsson: SongSearch autocomplete rate now 2+ per second
Link: https://www.peterbe.com/plog/songsearch-autocomplete-rate-now-2+-per-second
By analyzing my Nginx logs, I've concluded that SongSearch's autocomplete JSON API now gets about 2.2 requests per second. I.e. these are XHR requests to /api/search/autocomplete?q=....
Roughly, 1.8 r
Link: https://www.peterbe.com/plog/songsearch-autocomplete-rate-now-2+-per-second
By analyzing my Nginx logs, I've concluded that SongSearch's autocomplete JSON API now gets about 2.2 requests per second. I.e. these are XHR requests to /api/search/autocomplete?q=....
Roughly, 1.8 r
Peterbe
SongSearch autocomplete rate now 2+ per second
Stuff in Peter's head
PSF GSoC students blogs: Week #6
Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-6-2/
Now that PCA implementation was working, I needed to improve the performance as the previous performance was too slow to be put into use. As per mentor's suggestions, I tried to replace the loading wi
Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-6-2/
Now that PCA implementation was working, I needed to improve the performance as the previous performance was too slow to be put into use. As per mentor's suggestions, I tried to replace the loading wi
blogs.python-gsoc.org
Python-GSOC - Week #6 - js94's Blog
Python's Google Summer of Code Page
Python Circle: Creating custom template tags in Django
Link: https://www.pythoncircle.com/post/42/creating-custom-template-tags-in-django/
Step by step guide to create and use custom template tags in Django, how to create custom template tags in Django, how to use custom template tag in Django,
Link: https://www.pythoncircle.com/post/42/creating-custom-template-tags-in-django/
Step by step guide to create and use custom template tags in Django, how to create custom template tags in Django, how to use custom template tag in Django,
Python Circle
Creating custom template tags in Django
Custom template tags in Django, creating new template tags in Django, Step by step guide to create and use custom template tags in Django, how to create custom template tags in Django, how to use custom template tag in Django,
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.
Python Circle: For loop in Django template
Link: https://www.pythoncircle.com/post/685/for-loop-in-django-template/
using for loop in Django templates, Using break in Django template for loop, Using range in django template for loop, How to access index in for loop in django template, for - empty in django template
Link: https://www.pythoncircle.com/post/685/for-loop-in-django-template/
using for loop in Django templates, Using break in Django template for loop, Using range in django template for loop, How to access index in for loop in django template, for - empty in django template
Python Circle
For loop in Django template
using for loop in Django templates, Using break in Django template for loop, Using range in django template for loop, How to access index in for loop in django template, for - empty in django template
ListenData: Python Lambda Function with Examples
Link: https://www.listendata.com/2019/04/python-lambda-function.html
This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn non-te
Link: https://www.listendata.com/2019/04/python-lambda-function.html
This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn non-te
ListenData
Python Lambda Function with Examples
This tutorial covers explanation of lambda function of Python. You will learn how to use it in some of the common scenarios with examples.
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.
PyBites: Code Challenge 62 - Women @ Pycon ES
Link: https://pybit.es/codechallenge62.html
There is an immense amount to be learned simply by tinkering with things. - Henry Ford
Hey Pythonistas,
Coming thursday, the 18th of July 2019, we will organize a special challenge in collaboration
Link: https://pybit.es/codechallenge62.html
There is an immense amount to be learned simply by tinkering with things. - Henry Ford
Hey Pythonistas,
Coming thursday, the 18th of July 2019, we will organize a special challenge in collaboration
PyBites
Code Challenge 62 - Women @ Pycon ES
Hey Pythonistas, in this special live Alicante PyDay challenge you will analyze Pycon speaker data, do we see more women going on stage? Enjoy!
Moshe Zadka: Interfaces are forever
Link: https://orbifold.xyz/interfaces-are-forever.html
(The following talks about zope.interface interfaces,
but applies equally well to Java interfaces,
Go interfaces,
and probably other similar constructs.)
When we have write a function,
we can sometime
Link: https://orbifold.xyz/interfaces-are-forever.html
(The following talks about zope.interface interfaces,
but applies equally well to Java interfaces,
Go interfaces,
and probably other similar constructs.)
When we have write a function,
we can sometime
orbifold.xyz
Orbifolds and Other Games - Interfaces are forever