PSF GSoC students blogs: Getting started with new models
Link: http://blogs.python-gsoc.org/en/yashlambas-blog/getting-started-with-new-models/
What did I do this week?
This week was mostly about testing and debugging the scikit linear regression model. After that I implemented saving and loading of the model, which took some time is debuggin
Link: http://blogs.python-gsoc.org/en/yashlambas-blog/getting-started-with-new-models/
What did I do this week?
This week was mostly about testing and debugging the scikit linear regression model. After that I implemented saving and loading of the model, which took some time is debuggin
Kushal Das: Using signify tool for sign and verification
Link: https://kushaldas.in/posts/using-signify-tool-for-sign-and-verification.html
We generally use GNUPG for sign and verify files on our systems. There are
other tools available to do so; some tools are particularly written only for
this purpose. signify is one such
tool from the
Link: https://kushaldas.in/posts/using-signify-tool-for-sign-and-verification.html
We generally use GNUPG for sign and verify files on our systems. There are
other tools available to do so; some tools are particularly written only for
this purpose. signify is one such
tool from the
Catalin George Festila: Python 3.7.3 : Using the flask - part 001.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-001.html
A short intro into this python module can be found at the PyPI website:
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability t
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-001.html
A short intro into this python module can be found at the PyPI website:
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability t
Blogspot
Python 3.7.3 : Using the flask - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
IslandT: Cryptocurrency user interface set up
Link: https://kibiwebgeek.com/2019/07/23/cryptocurrency-user-interface-set-up/
A simple cryptocurrency interface set up
As mentioned above, in this article we will start to create the user interface of our latest cryptocurrency project. Along the path we will also use the Cry
Link: https://kibiwebgeek.com/2019/07/23/cryptocurrency-user-interface-set-up/
A simple cryptocurrency interface set up
As mentioned above, in this article we will start to create the user interface of our latest cryptocurrency project. Along the path we will also use the Cry
PSF GSoC students blogs: Week #8 | Fixes in decorator for validation
Link: http://blogs.python-gsoc.org/en/karannaohs-blog/week-8-fixes-in-decorator-for-validation/
Issue: #508 Validating all the request hiting Guillotina against proper jsonschema.
This Week:
PR: #517
Requests coming to the API were not being validated, task was to validate all the request hitti
Link: http://blogs.python-gsoc.org/en/karannaohs-blog/week-8-fixes-in-decorator-for-validation/
Issue: #508 Validating all the request hiting Guillotina against proper jsonschema.
This Week:
PR: #517
Requests coming to the API were not being validated, task was to validate all the request hitti
blogs.python-gsoc.org
Python GSoC - Week #8 | Fixes in decorator for validation - karannaoh's Blog
Python's Google Summer of Code Blogs Page
Zato Blog: Windows commands and PowerShell scripts as API microservices
Link: https://zato.io/blog/posts/windows-command-powershell-api.html
This post goes through the steps of exposing Windows commans and PowerShell scripts as remote
Zato
API services that can be invoked by REST clients.
This lets one access a fleet of Windows systems fro
Link: https://zato.io/blog/posts/windows-command-powershell-api.html
This post goes through the steps of exposing Windows commans and PowerShell scripts as remote
Zato
API services that can be invoked by REST clients.
This lets one access a fleet of Windows systems fro
Zato Blog
Windows commands and PowerShell scripts as API microservices
Stack Abuse: Python for NLP: Word Embeddings for Deep Learning in Keras
Link: https://stackabuse.com/python-for-nlp-word-embeddings-for-deep-learning-in-keras/
This is the 16th article in my series of articles on Python for NLP. In my previous article I explained how N-Grams technique can be used to develop a simple automatic text filler in Python. N-Gram mo
Link: https://stackabuse.com/python-for-nlp-word-embeddings-for-deep-learning-in-keras/
This is the 16th article in my series of articles on Python for NLP. In my previous article I explained how N-Grams technique can be used to develop a simple automatic text filler in Python. N-Gram mo
Stack Abuse
Python for NLP: Word Embeddings for Deep Learning in Keras
This is the 16th article in my series of articles on Python for NLP. In my previous article I explained how N-Grams technique can be used to develop a simple au...
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 16: Recognizing Procedure Calls
Link: https://ruslanspivak.com/lsbasi-part16/
“Learning is like rowing upstream: not to advance is to drop back.” — Chinese proverb
Today we’re going to extend our interpreter to recognize procedure calls. I hope by now you’ve flexed your codin
Link: https://ruslanspivak.com/lsbasi-part16/
“Learning is like rowing upstream: not to advance is to drop back.” — Chinese proverb
Today we’re going to extend our interpreter to recognize procedure calls. I hope by now you’ve flexed your codin
Ruslan's Blog
Let’s Build A Simple Interpreter. Part 16: Recognizing Procedure Calls
Learning is like rowing upstream: not to advance is to drop back. — Chinese proverb
PSF GSoC students blogs: Weekly Check-in #9 : ( 19 July - 26 July )
Link: http://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-9-19-july-26-july/
What did you do this week?
I added tests to make sure Protego doesn't throw exceptions on `robots.txt` of top 10,000 most popular websites.
Utilised Scrapy to create a tool to download `robots.txt` o
Link: http://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-9-19-july-26-july/
What did you do this week?
I added tests to make sure Protego doesn't throw exceptions on `robots.txt` of top 10,000 most popular websites.
Utilised Scrapy to create a tool to download `robots.txt` o
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #9 : ( 19 July - 26 July ) - anubhavp's Blog
Python's Google Summer of Code Blogs Page
Real Python: Logging in Python
Link: https://realpython.com/courses/logging-python/
Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
Link: https://realpython.com/courses/logging-python/
Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
Realpython
Logging in Python – Real Python
In this video course, you'll learn why and how to get started with Python's powerful logging module to meet the needs of beginners and enterprise teams alike.
Codementor: Playing Tic Tac Toe using Reinforcement Learning
Link: https://www.codementor.io/rohitagrawalofficialmail/playing-tic-tac-toe-using-reinforcement-learning-x5rf9xvey
How I made two bots competent enough to play Tic Tac Toe, and made them battle it out for glory.
Link: https://www.codementor.io/rohitagrawalofficialmail/playing-tic-tac-toe-using-reinforcement-learning-x5rf9xvey
How I made two bots competent enough to play Tic Tac Toe, and made them battle it out for glory.
www.codementor.io
Playing Tic Tac Toe using Reinforcement Learning | Codementor
How I made two bots competent enough to play Tic Tac Toe, and made them battle it out for glory.
PSF GSoC students blogs: The week that has been @ 2048
Link: http://blogs.python-gsoc.org/en/vipulgupta2048s-blog/the-week-that-has-been-2048-3/
<meta charset="utf-8">
Week #9 17/07 to 23/07
Well, integration isn’t working out, and neither am I giving up. Also, Evaludation 2 coming up!
What did you do this week?
Well, another week another
Link: http://blogs.python-gsoc.org/en/vipulgupta2048s-blog/the-week-that-has-been-2048-3/
<meta charset="utf-8">
Week #9 17/07 to 23/07
Well, integration isn’t working out, and neither am I giving up. Also, Evaludation 2 coming up!
What did you do this week?
Well, another week another
blogs.python-gsoc.org
Python GSoC - The week that has been @ 2048 - vipulgupta2048's Blog
Python's Google Summer of Code Blogs Page
Codementor: Python zip function tutorial (Simple Examples)
Link: https://www.codementor.io/likegeeks/python-zip-function-tutorial-simple-examples-x5tnr4mkv
Learn how to join multiple iterables into one single object using Python zip function. Learn how to zip lists and matricies, send output to a file, and more
Link: https://www.codementor.io/likegeeks/python-zip-function-tutorial-simple-examples-x5tnr4mkv
Learn how to join multiple iterables into one single object using Python zip function. Learn how to zip lists and matricies, send output to a file, and more
www.codementor.io
Python zip function tutorial (Simple Examples) | Codementor
Learn how to join multiple iterables into one single object using Python zip function. Learn how to zip lists and matricies, send output to a file, and more
PyCoder’s Weekly: Issue #378 (July 23, 2019)
Link: https://pycoders.com/issues/378
#378 – JULY 23, 2019 View in Browser » Create a Flask Application With Google Login In this step-by-step tutorial, you’ll create a Flask application that lets users sign in using their Google lo
Link: https://pycoders.com/issues/378
#378 – JULY 23, 2019 View in Browser » Create a Flask Application With Google Login In this step-by-step tutorial, you’ll create a Flask application that lets users sign in using their Google lo
Pycoders
PyCoder’s Weekly | Issue #378
Issue #378 of the PyCoder’s Weekly newsletter, published July 23, 2019.
Python Bytes: #140 Becoming a 10x Developer (sorta)
Link: https://pythonbytes.fm/episodes/show/140/becoming-a-10x-developer-sorta
Link: https://pythonbytes.fm/episodes/show/140/becoming-a-10x-developer-sorta
pythonbytes.fm
Becoming a 10x Developer (sorta)
News and announcements from the Python community for the week of Jul 23rd, 2019
Catalin George Festila: Python 3.7.3 : Testing the timeit and Bokeh python module.
Link: http://python-catalin.blogspot.com/2019/07/python-373-testing-timeit-and-bokeh.html
The tutorial today has several goals:
testing the timeit function to measure the execution time of a line of print code;
using python lists to record data;
generate lists using the range function;
mul
Link: http://python-catalin.blogspot.com/2019/07/python-373-testing-timeit-and-bokeh.html
The tutorial today has several goals:
testing the timeit function to measure the execution time of a line of print code;
using python lists to record data;
generate lists using the range function;
mul
Blogspot
Python 3.7.3 : Testing the timeit and Bokeh python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Kushal Das: Setting up authorized v3 Onion services
Link: https://kushaldas.in/posts/setting-up-authorized-v3-onion-services.html
Just like v2 Onion services, we can also set up client authorization for Onion
services v3. In simple terms, when you have a client authorization setup on an
Onion service, only the Tor clients with
Link: https://kushaldas.in/posts/setting-up-authorized-v3-onion-services.html
Just like v2 Onion services, we can also set up client authorization for Onion
services v3. In simple terms, when you have a client authorization setup on an
Onion service, only the Tor clients with
IslandT: Load the data from a file with python
Link: https://kibiwebgeek.com/2019/07/24/load-the-data-from-a-file-with-python/
Load the data from currency.txt to use as the currency string which will form part of the rest url.Load the data from crypto.txt to populate the crypto combo box.Get the desired cryptocurrency to be u
Link: https://kibiwebgeek.com/2019/07/24/load-the-data-from-a-file-with-python/
Load the data from currency.txt to use as the currency string which will form part of the rest url.Load the data from crypto.txt to populate the crypto combo box.Get the desired cryptocurrency to be u
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.
Codementor: Why and How I use generators in python
Link: https://www.codementor.io/ferozkhan27/why-and-how-i-use-generators-in-python-x6telsk8b
Photo by David Carboni (https://unsplash.com/photos/xvkSnspiETA) on Unsplash (https://unsplash.com)
Generators are very powerful feature in python and help you write better and organized code.
WHY...
Link: https://www.codementor.io/ferozkhan27/why-and-how-i-use-generators-in-python-x6telsk8b
Photo by David Carboni (https://unsplash.com/photos/xvkSnspiETA) on Unsplash (https://unsplash.com)
Generators are very powerful feature in python and help you write better and organized code.
WHY...
www.codementor.io
Why and How I use generators in python | Codementor
Photo by David Carboni (https://unsplash.com/photos/xvkSnspiETA) on Unsplash (https://unsplash.com)
Generators are very powerful feature in python and help you write better and organized code.
WHY...
Generators are very powerful feature in python and help you write better and organized code.
WHY...
PyCharm: PyCharm 2019.2 Out Now
Link: http://feedproxy.google.com/~r/Pycharm/~3/m7rz2jbF6E8/
PyCharm 2019.2 is out now: improved Jupyter Notebook experience, syntax highlighting for many more languages out of the box, initial Python 3.8 support, and much more. Download now
New in PyCharm
Ju
Link: http://feedproxy.google.com/~r/Pycharm/~3/m7rz2jbF6E8/
PyCharm 2019.2 is out now: improved Jupyter Notebook experience, syntax highlighting for many more languages out of the box, initial Python 3.8 support, and much more. Download now
New in PyCharm
Ju
PyCharm Blog
PyCharm 2019.2 Out Now
PyCharm 2019.2 is out now: improved Jupyter Notebook experience, syntax highlighting for many more languages out of the box, initial Python 3.8 support, and much more. Download now New in PyCharm J…