Codementor: 6 Examples of AI in Financial Service
Link: https://www.codementor.io/djangostars/6-examples-of-ai-in-financial-service-wpah8uvpy
Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...
Link: https://www.codementor.io/djangostars/6-examples-of-ai-in-financial-service-wpah8uvpy
Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...
www.codementor.io
6 Examples of AI in Financial Service | Codementor
Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...
Codementor: Top Seven Apps Built With Python
Link: https://www.codementor.io/djangostars/top-seven-apps-built-with-python-wpb11w1ef
Over its almost 30 years of existence, Python has become one of the most popular (https://blog.github.com/2018-11-15-state-of-the-octoverse-top-programming-languages/) programming languages. But if...
Link: https://www.codementor.io/djangostars/top-seven-apps-built-with-python-wpb11w1ef
Over its almost 30 years of existence, Python has become one of the most popular (https://blog.github.com/2018-11-15-state-of-the-octoverse-top-programming-languages/) programming languages. But if...
www.codementor.io
Top Seven Apps Built With Python | Codementor
Over its almost 30 years of existence, Python has become one of the most popular (https://blog.github.com/2018-11-15-state-of-the-octoverse-top-programming-languages/) programming languages. But if...
PSF GSoC students blogs: Working with SciKit and meeting deadlines
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/working-with-scikit-and-meeting-deadlines/
The first linear regression model took unexpectedly long that put me in a difficult place because now I have to cover up at least a couple more models before the second evaluation. My mentor and I dec
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/working-with-scikit-and-meeting-deadlines/
The first linear regression model took unexpectedly long that put me in a difficult place because now I have to cover up at least a couple more models before the second evaluation. My mentor and I dec
blogs.python-gsoc.org
Python-GSOC - Working with SciKit and meeting deadlines - yashlamba's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Seventh Week [July 1st - July 7th] [3rd PSF Blog Post]
Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/seventh-week-july-1st-july-7th-3rd-psf-blog-post/
This session, we set up azure testing pipelines for "Carsus ... a TARDIS support package for creating and working with atomic datasets" (Carsus Documentation). This repository is intended to complemen
Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/seventh-week-july-1st-july-7th-3rd-psf-blog-post/
This session, we set up azure testing pipelines for "Carsus ... a TARDIS support package for creating and working with atomic datasets" (Carsus Documentation). This repository is intended to complemen
blogs.python-gsoc.org
Python-GSOC - Seventh Week [July 1st - July 7th] [3rd PSF Blog Post] - Youssef15015's Blog
Python's Google Summer of Code Page
Quansight Labs Blog: Ibis: Python data analysis productivity framework
Link: https://labs.quansight.org/blog/2019/07/ibis-python-data-analysis-productivity-framework/
Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the op
Link: https://labs.quansight.org/blog/2019/07/ibis-python-data-analysis-productivity-framework/
Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the op
Quansight Labs
Ibis: Python data analysis productivity framework
Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the opera
Codementor: Reasons Why Python is Good for AI and ML
Link: https://www.codementor.io/djangostars/reasons-why-python-is-good-for-ai-and-ml-wph92ed5n
Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
Link: https://www.codementor.io/djangostars/reasons-why-python-is-good-for-ai-and-ml-wph92ed5n
Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
www.codementor.io
Reasons Why Python is Good for AI and ML | Codementor
Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
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.
Kushal Das: Highest used Python code in the Pentesting/Security world
Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html
python -c 'import pty;pty.spawn("/bin/bash")'
I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov
Link: https://kushaldas.in/posts/highest-used-python-code-in-the-pentesting-security-world.html
python -c 'import pty;pty.spawn("/bin/bash")'
I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the abov
Python Software Foundation: The Python Software Foundation is looking for bloggers!
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/hf9N-_dx7VQ/the-python-software-foundation-is.html
Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world!
The Python Software Foundation (PSF) is looking to add blogger
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/hf9N-_dx7VQ/the-python-software-foundation-is.html
Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world!
The Python Software Foundation (PSF) is looking to add blogger
Blogspot
The Python Software Foundation is looking for bloggers!
Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world! T...
PSF GSoC students blogs: Weekly check in [week 6 - 01/07 - 07/07]
Link: http://blogs.python-gsoc.org/en/blogs/nacchts-blog/weekly-check-in-week-6-01-07-07-07/
1. What did you do this week?
This week I transfered the code for the button from JavaScript to HTML. Also I started familiarizing myself and working with the REST API.
2. What is coming up next?
F
Link: http://blogs.python-gsoc.org/en/blogs/nacchts-blog/weekly-check-in-week-6-01-07-07-07/
1. What did you do this week?
This week I transfered the code for the button from JavaScript to HTML. Also I started familiarizing myself and working with the REST API.
2. What is coming up next?
F
blogs.python-gsoc.org
Python-GSOC - Weekly check in [week 6 - 01/07 - 07/07] - naccht's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly Check-in #7: (5 July - 11 July)
Link: http://blogs.python-gsoc.org/en/blogs/anubhavps-blog/weekly-check-in-7-5-july-11-july/
Hey! here is an update on what I have achieved so far.
What did you do this week?
Protego now passes all tests borrowed from reppy, rep-cpp and robotexclusionrulesparser.
Made few changes to Protego
Link: http://blogs.python-gsoc.org/en/blogs/anubhavps-blog/weekly-check-in-7-5-july-11-july/
Hey! here is an update on what I have achieved so far.
What did you do this week?
Protego now passes all tests borrowed from reppy, rep-cpp and robotexclusionrulesparser.
Made few changes to Protego
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #7: (5 July - 11 July) - anubhavp's Blog
Python's Google Summer of Code Page
Stack Abuse: Python for NLP: Creating TF-IDF Model from Scratch
Link: https://stackabuse.com/python-for-nlp-creating-tf-idf-model-from-scratch/
This is the 14th article in my series of articles on Python for NLP. In my previous article, I explained how to convert sentences into numeric vectors using the bag of words approach. To get a better
Link: https://stackabuse.com/python-for-nlp-creating-tf-idf-model-from-scratch/
This is the 14th article in my series of articles on Python for NLP. In my previous article, I explained how to convert sentences into numeric vectors using the bag of words approach. To get a better
Stack Abuse
Python for NLP: Creating TF-IDF Model from Scratch
This is the 14th article in my series of articles on Python for NLP. In my previous article, I explained how to convert sentences into numeric vectors using the...
PSF GSoC students blogs: Week 6: Client side and OOP
Link: http://blogs.python-gsoc.org/en/blogs/funnelferrys-blog/week-6-client-side-and-oop/
What I did?
I worked on client side by migrating functions written in basemap and creating the instance of topview to generate plot in cartopy
What is next?
Actually a lot, Apart from generating a bas
Link: http://blogs.python-gsoc.org/en/blogs/funnelferrys-blog/week-6-client-side-and-oop/
What I did?
I worked on client side by migrating functions written in basemap and creating the instance of topview to generate plot in cartopy
What is next?
Actually a lot, Apart from generating a bas
blogs.python-gsoc.org
Python-GSOC - Week 6: Client side and OOP - funnelferry's Blog
Python's Google Summer of Code Page
Real Python: Reading and Writing Files in Python
Link: https://realpython.com/courses/reading-and-writing-files-python/
In this course, you’ll learn about reading and writing files in Python. You’ll cover everything from what a file is made up of to which libraries can help you along that way. You’ll also take a look a
Link: https://realpython.com/courses/reading-and-writing-files-python/
In this course, you’ll learn about reading and writing files in Python. You’ll cover everything from what a file is made up of to which libraries can help you along that way. You’ll also take a look a
Realpython
Reading and Writing Files in Python – Real Python
In this course, you'll learn about reading and writing files in Python. You'll cover everything from what a file is made up of to which libraries can help you along that way. You'll also take a look at some basic scenarios of file usage as well as some advanced…
PSF GSoC students blogs: Weekly Check-in #5
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-5-2/
In the fifth week of coding, I spent time learning the requirements for the next phase of my project. Also worked on modifying the last part of phase 1 by tweaking it a bit.
What did I do this week?
T
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-5-2/
In the fifth week of coding, I spent time learning the requirements for the next phase of my project. Also worked on modifying the last part of phase 1 by tweaking it a bit.
What did I do this week?
T
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #5 - sudharsana-kjl's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Blog #3
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/blog-3/
In the past week, I have started working on phase 2 of my project and wrapping up phase 1.
For phase 2 of my project, after having a discussion with my mentor, I learnt docker and mysql and set up a m
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/blog-3/
In the past week, I have started working on phase 2 of my project and wrapping up phase 1.
For phase 2 of my project, after having a discussion with my mentor, I learnt docker and mysql and set up a m
blogs.python-gsoc.org
Python-GSOC - Blog #3 - sudharsana-kjl's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly Check-in #6
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-6/
In this week, I started working on the second phase of the project.
What did I do this week?
In my project, there was an example demo app that had the necessary connections to be made and interaction
Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-6/
In this week, I started working on the second phase of the project.
What did I do this week?
In my project, there was an example demo app that had the necessary connections to be made and interaction
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #6 - sudharsana-kjl's Blog
Python's Google Summer of Code Page
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/
Week #7 03/07 to 09/07
What did you do this week?
I tested. A LOT!
Well, this week I have been testing, refactoring and rethinking quite a lot of components for both the validator as well as the tr
Link: http://blogs.python-gsoc.org/en/blogs/vipulgupta2048s-blog/the-week-that-has-been-2048/
Week #7 03/07 to 09/07
What did you do this week?
I tested. A LOT!
Well, this week I have been testing, refactoring and rethinking quite a lot of components for both the validator as well as the tr
blogs.python-gsoc.org
Python-GSOC - The week that has been @ 2048 - vipulgupta2048's Blog
Python's Google Summer of Code Page
Catalin George Festila: Python 3.7.3 : The python-slugify python module.
Link: http://python-catalin.blogspot.com/2019/07/python-373-python-slugify-python-module.html
This python module named python-slugify can handle Unicode.
You can see this python module source code and examples at GITHUB webpage.
The install step with pip python tool is easy:
C:\Python373>cd Sc
Link: http://python-catalin.blogspot.com/2019/07/python-373-python-slugify-python-module.html
This python module named python-slugify can handle Unicode.
You can see this python module source code and examples at GITHUB webpage.
The install step with pip python tool is easy:
C:\Python373>cd Sc
Blogspot
Python 3.7.3 : The python-slugify python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.