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
PSF GSoC students blogs: Coding period: week #7
Link: http://blogs.python-gsoc.org/en/blogs/navaneethsureshs-blog/coding-period-week-7/
This is a blog post about how I finished adding a new feature I have been working for the last two weeks.
What did I do this week?
I had sent this[1] patch last week and I finally got succeeded on a
Link: http://blogs.python-gsoc.org/en/blogs/navaneethsureshs-blog/coding-period-week-7/
This is a blog post about how I finished adding a new feature I have been working for the last two weeks.
What did I do this week?
I had sent this[1] patch last week and I finally got succeeded on a
blogs.python-gsoc.org
Python-GSOC - Coding period: week #7 - navaneethsuresh's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Check in: Week 7
Link: http://blogs.python-gsoc.org/en/blogs/epassaros-blog/check-in-week-7/
1. What did you do this week?
This week I succesfully recreated the standard TARDIS atomic file and run some simulations! :)
The transition to Python 3 is complete and the Carsus package finally is fu
Link: http://blogs.python-gsoc.org/en/blogs/epassaros-blog/check-in-week-7/
1. What did you do this week?
This week I succesfully recreated the standard TARDIS atomic file and run some simulations! :)
The transition to Python 3 is complete and the Carsus package finally is fu
blogs.python-gsoc.org
Python-GSOC - Check in: Week 7 - epassaro's Blog
Python's Google Summer of Code Page
ListenData: String Functions in Python with Examples
Link: https://www.listendata.com/2019/06/python-string-functions.html
This tutorial outlines various string (character) functions used in Python. To manipulate strings and character values, python has several in-built functions. It means you don't need to import or have
Link: https://www.listendata.com/2019/06/python-string-functions.html
This tutorial outlines various string (character) functions used in Python. To manipulate strings and character values, python has several in-built functions. It means you don't need to import or have
ListenData
String Functions in Python with Examples
This tutorial outlines various string or character functions used in Python. It includes details of how to apply them in pandas Dataframe.
Talk Python to Me: #220 Machine Learning in the cloud with Azure ML
Link: https://talkpython.fm/episodes/show/220/machine-learning-in-the-cloud-with-azure-ml
On this episode, you'll meet Francesca Lazzeri and hear story how she went from Research Fellow in Economics at Harvard Business School to working on the AI and data science stack on the Azure team.
Link: https://talkpython.fm/episodes/show/220/machine-learning-in-the-cloud-with-azure-ml
On this episode, you'll meet Francesca Lazzeri and hear story how she went from Research Fellow in Economics at Harvard Business School to working on the AI and data science stack on the Azure team.
talkpython.fm
Machine Learning in the cloud with Azure ML
On this episode, you'll meet Francesca Lazzeri and hear story how she went from Research Fellow in Economics at Harvard Business School to working on the AI and data science stack on the Azure team.
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
Full Stack Python: Developer-led Sales for Startups
Link: https://www.fullstackpython.com/blog/developer-led-sales-startups.html
This blog post contains the slides along with a loose transcript
from my talk on the promises and perils of developer-led sales as an
early-stage company method to acquire customers.
I gave this talk
Link: https://www.fullstackpython.com/blog/developer-led-sales-startups.html
This blog post contains the slides along with a loose transcript
from my talk on the promises and perils of developer-led sales as an
early-stage company method to acquire customers.
I gave this talk
Fullstackpython
Developer-led Sales for Startups
Talk slides, notes and more resources for a technical talk on developer-led sales and marketing for tech startups, by Matt Makai. Great post on fullstackpython.com!
Tomaž Muraus: Consuming AWS EventBridge Events inside StackStorm
Link: https://www.tomaz.me/2019/07/13/consuming-aws-eventbridge-events-in-stackstorm.html
Consuming AWS EventBridge Events inside StackStorm
Amazon Web Services (AWS) recently launched a new product called Amazon EventBridge.
EventBridge has a lot of similarities to StackStorm, a popular o
Link: https://www.tomaz.me/2019/07/13/consuming-aws-eventbridge-events-in-stackstorm.html
Consuming AWS EventBridge Events inside StackStorm
Amazon Web Services (AWS) recently launched a new product called Amazon EventBridge.
EventBridge has a lot of similarities to StackStorm, a popular o
Tomaz Muraus' personal blog
Consuming AWS EventBridge Events inside StackStorm