PSF GSoC students blogs: Finishing up Scikit Linear Regression
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/finishing-up-scikit-linear-regression/
I had an assigned task to make the requested changes and refactor the scratch linear regression model. The tests and documentation are complete and are ready to merge along with the model. I will now
Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/finishing-up-scikit-linear-regression/
I had an assigned task to make the requested changes and refactor the scratch linear regression model. The tests and documentation are complete and are ready to merge along with the model. I will now
blogs.python-gsoc.org
Python-GSOC - Finishing up Scikit Linear Regression - yashlamba's Blog
Python's Google Summer of Code Page
ListenData: What are *args and **kwargs and How to use them
Link: https://www.listendata.com/2019/07/args-and-kwargs-in-python.html
This article explains the concepts of *args and **kwargs and how and when we use them in python program. Seasoned python developers embrace the flexibility it provides when creating functions. If you
Link: https://www.listendata.com/2019/07/args-and-kwargs-in-python.html
This article explains the concepts of *args and **kwargs and how and when we use them in python program. Seasoned python developers embrace the flexibility it provides when creating functions. If you
ListenData
What are *args and **kwargs and How to use them
This article explains the concepts of *args and **kwargs with examples. It also covers how and when we use them in python program in an efficient manner.
ListenData: Python Data Structures
Link: https://www.listendata.com/2017/06/python-data-structures.html
This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
Link: https://www.listendata.com/2017/06/python-data-structures.html
This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
ListenData
Python Data Structures
This tutorial explains the data structures used in Python. In python, there are many data structures available such as lists, tuples, dictionaries, strings, sets
Catalin George Festila: Python 3.7.3 : Using the pipenv tool.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-pipenv-tool.html
The goal of this tutorial is how to use pipenv and manage dependencies and development environments on a collaborative Python project.
The documentation area can be found here.
C:\Python373>cd Scripts
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-pipenv-tool.html
The goal of this tutorial is how to use pipenv and manage dependencies and development environments on a collaborative Python project.
The documentation area can be found here.
C:\Python373>cd Scripts
Blogspot
Python 3.7.3 : Using the pipenv tool.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
TechBeamers Python: Generate a List of Random Integers in Python
Link: https://www.techbeamers.com/python-generate-random-numbers-list/
This tutorial explains several ways to generate random numbers list in Python. Here, we’ll mainly use three Python random number generation functions. These are random.randint(), random.randrange(), a
Link: https://www.techbeamers.com/python-generate-random-numbers-list/
This tutorial explains several ways to generate random numbers list in Python. Here, we’ll mainly use three Python random number generation functions. These are random.randint(), random.randrange(), a
Learn Programming and Software Testing
Python Generate Random Numbers List with Examples
This tutorial explains several ways to generate random numbers list in Python. We'll mainly use randint(), randrange(), and sample().
Roberto Alsina: Old Guy @ The Terminal: Episodio 1!
Link: https://ralsina.me/weblog/posts/old-guy-the-terminal-episodio-1.html
Este es el primer (y por ahora único, obviamente) episodio de un nuevo canal de video llamado "Old Guy @ The Terminal" en el que muestro algunas cositas de Linux, programación, como se relacionan cosa
Link: https://ralsina.me/weblog/posts/old-guy-the-terminal-episodio-1.html
Este es el primer (y por ahora único, obviamente) episodio de un nuevo canal de video llamado "Old Guy @ The Terminal" en el que muestro algunas cositas de Linux, programación, como se relacionan cosa
Lateral Opinion
Old Guy @ The Terminal: Episodio 1!
Este es el primer (y por ahora único, obviamente) episodio de un nuevo canal de video llamado "Old Guy @ The Terminal" en el que muestro algunas cositas de Linux, programación, como se relacionan cosa
PSF GSoC students blogs: My path this far - 3rd blog post
Link: http://blogs.python-gsoc.org/en/blogs/leovictorsrs-blog/my-path-this-far-3rd-blog-post/
Hello guys!
This seems to be the post that goes by my 3rd blog post (July 8). I genuinely misunderstood the blog post assignment and I'm sorry I'm late with them.
I had motivation issues the last 2
Link: http://blogs.python-gsoc.org/en/blogs/leovictorsrs-blog/my-path-this-far-3rd-blog-post/
Hello guys!
This seems to be the post that goes by my 3rd blog post (July 8). I genuinely misunderstood the blog post assignment and I'm sorry I'm late with them.
I had motivation issues the last 2
blogs.python-gsoc.org
Python-GSOC - My path this far - 3rd blog post - leovictorsr's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: 4th weekly check-in
Link: http://blogs.python-gsoc.org/en/blogs/leovictorsrs-blog/4th-weekly-check-in/
Hello everyone!
This weekly check-in is related to the scheduled for July 15.
1. What did you do this week?
Reviewed the code for the `spidermon setup` command so far. Merged setup with enable comm
Link: http://blogs.python-gsoc.org/en/blogs/leovictorsrs-blog/4th-weekly-check-in/
Hello everyone!
This weekly check-in is related to the scheduled for July 15.
1. What did you do this week?
Reviewed the code for the `spidermon setup` command so far. Merged setup with enable comm
blogs.python-gsoc.org
Python-GSOC - 4th weekly check-in - leovictorsr's Blog
Python's Google Summer of Code Page
Catalin George Festila: Python 3.7.3 : The pandas python module.
Link: http://python-catalin.blogspot.com/2018/10/python-373-pandas-python-module.html
Since I started learning python programming language I have not found a more complex and complete module for viewing complex data.
The official documentation of this python module tells us:
pandas is
Link: http://python-catalin.blogspot.com/2018/10/python-373-pandas-python-module.html
Since I started learning python programming language I have not found a more complex and complete module for viewing complex data.
The official documentation of this python module tells us:
pandas is
Blogspot
Python 3.7.3 : The pandas python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
IslandT: Start a new Cryptocurrency project with Python
Link: https://kibiwebgeek.com/2019/07/18/start-a-new-cryptocurrency-project-with-python/
Start a new python cryptocurrency project in PyCharm.Install related module needs for this new project.Write a simple program to find out whether the new module is working or not.
Hello and welcome to
Link: https://kibiwebgeek.com/2019/07/18/start-a-new-cryptocurrency-project-with-python/
Start a new python cryptocurrency project in PyCharm.Install related module needs for this new project.Write a simple program to find out whether the new module is working or not.
Hello and welcome to
PSF GSoC students blogs: Weekly Check-in #8 : (12 July - 18 July)
Link: http://blogs.python-gsoc.org/en/blogs/anubhavps-blog/weekly-check-in-8-12-july-18-july/
What did you do this week?
Protego is now compatible with Google's parser. Protego pass all testcase in Google's parser testsuite.
Documented Protego - functions now have docstrings, and I have creat
Link: http://blogs.python-gsoc.org/en/blogs/anubhavps-blog/weekly-check-in-8-12-july-18-july/
What did you do this week?
Protego is now compatible with Google's parser. Protego pass all testcase in Google's parser testsuite.
Documented Protego - functions now have docstrings, and I have creat
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #8 : (12 July - 18 July) - anubhavp's Blog
Python's Google Summer of Code Page
Mike Driscoll: New Malicious Python Libraries Found Targeting Linux
Link: http://www.blog.pythonlibrary.org/2019/07/18/new-malicious-python-libraries-found-targeting-linux/
ZDNet published an article recently about a newly discovered set of malware-related Python packages on the Python Package Index (PyPI). These packages contained a backdoor that would only activate whe
Link: http://www.blog.pythonlibrary.org/2019/07/18/new-malicious-python-libraries-found-targeting-linux/
ZDNet published an article recently about a newly discovered set of malware-related Python packages on the Python Package Index (PyPI). These packages contained a backdoor that would only activate whe
The Mouse Vs. The Python
New Malicious Python Libraries Found Targeting Linux - The Mouse Vs. The Python
ZDNet published an article recently about a newly discovered set of malware-related Python packages on the Python Package Index (PyPI). These packages contained a backdoor that would only activate when installed on Linux. These packages were named: libpeshnx…
Python Bytes: #139 f"Yes!" for the f-strings
Link: https://pythonbytes.fm/episodes/show/139/f-yes-for-the-f-strings
Link: https://pythonbytes.fm/episodes/show/139/f-yes-for-the-f-strings
pythonbytes.fm
f"Yes!" for the f-strings
News and announcements from the Python community for the week of Jul 18th, 2019
Talk Python to Me: #221 Empowering developers by embedding Python
Link: https://talkpython.fm/episodes/show/221/empowering-developers-by-embedding-python
How do we get kids excited about programming? Make programming tangible with embedded devices. Did you know that after kids learned to code with the BBC micro:bit, 90% of kids "thought coding was for
Link: https://talkpython.fm/episodes/show/221/empowering-developers-by-embedding-python
How do we get kids excited about programming? Make programming tangible with embedded devices. Did you know that after kids learned to code with the BBC micro:bit, 90% of kids "thought coding was for
talkpython.fm
Empowering developers by embedding Python
How do we get kids excited about programming? Make programming tangible with embedded devices. Did you know that after kids learned to code with the BBC micro:bit, 90% of kids 'thought coding was for everyone' and 86% said it made CS topics more interesting?
Kushal Das: Setting up WKD
Link: https://kushaldas.in/posts/setting-up-wkd.html
We fetch any GPG public key from the keyservers using the GPG fingerprint (or
parts of it). This step is still a problematic one for most of us. As the
servers may not be responding, or the key is mi
Link: https://kushaldas.in/posts/setting-up-wkd.html
We fetch any GPG public key from the keyservers using the GPG fingerprint (or
parts of it). This step is still a problematic one for most of us. As the
servers may not be responding, or the key is mi
PyCharm: PyCharm 2019.2 Release Candidate
Link: http://feedproxy.google.com/~r/Pycharm/~3/mpZLMFD8w6c/
PyCharm 2019.2 is almost ready to be released, and we’re happy to announce that a release candidate is available for download now.
New in PyCharm
Enable of actions during indexing
We identified certa
Link: http://feedproxy.google.com/~r/Pycharm/~3/mpZLMFD8w6c/
PyCharm 2019.2 is almost ready to be released, and we’re happy to announce that a release candidate is available for download now.
New in PyCharm
Enable of actions during indexing
We identified certa
PyCharm Blog
PyCharm 2019.2 Release Candidate
PyCharm 2019.2 is almost ready to be released, and we’re happy to announce that a release candidate is available for download now. New in PyCharm Enable of actions during indexing We identifi…
ListenData: 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.
Made With Mu: Mu at EuroPython
Link: https://madewith.mu/mu/users/2019/07/19/europython.html
Mu made a number of appearances at last week’s wonderful
EuroPython 2019
conference in Basel, Switzerland. This is a report of what happened…
EuroPython is a famously friendly event, and well known f
Link: https://madewith.mu/mu/users/2019/07/19/europython.html
Mu made a number of appearances at last week’s wonderful
EuroPython 2019
conference in Basel, Switzerland. This is a report of what happened…
EuroPython is a famously friendly event, and well known f
Made With Mu
Mu at EuroPython
Mu made a number of appearances at last week’s wonderful EuroPython 2019 conference in Basel, Switzerland. This is a report of what happened…
Stack Abuse: Python List Sorting with sorted() and sort()
Link: https://stackabuse.com/python-list-sorting-with-sorted-and-sort/
In this article, we'll examine multiple ways to sort lists in Python.
Python ships with two built-in methods for sorting lists and other iterable objects. The method chosen for a particular use-case o
Link: https://stackabuse.com/python-list-sorting-with-sorted-and-sort/
In this article, we'll examine multiple ways to sort lists in Python.
Python ships with two built-in methods for sorting lists and other iterable objects. The method chosen for a particular use-case o
Stack Abuse
Python List Sorting with sorted() and sort()
In this article, we'll examine multiple ways to sort lists in Python. Python ships with two built-in methods for sorting lists and other iterable objects. The...
Roberto Alsina: Old Guy @ The Terminal Ep 2: Python Sucks!
Link: https://ralsina.me/weblog/posts/old-guy-the-terminal-ep-2-python-sucks.html
Episodio 2! Oh yeah!
Esta es una charla relámpago que dí en la PyCon Argentina de 2018, es cortita
y sencilla, ojalá les guste!
Link: https://ralsina.me/weblog/posts/old-guy-the-terminal-ep-2-python-sucks.html
Episodio 2! Oh yeah!
Esta es una charla relámpago que dí en la PyCon Argentina de 2018, es cortita
y sencilla, ojalá les guste!
Lateral Opinion
Old Guy @ The Terminal Ep 2: Python Sucks!
Episodio 2! Oh yeah!
Esta es una charla relámpago que dí en la PyCon Argentina de 2018, es cortita
y sencilla, ojalá les guste!
Esta es una charla relámpago que dí en la PyCon Argentina de 2018, es cortita
y sencilla, ojalá les guste!
PSF GSoC students blogs: Finishing up Scikit Linear Regression
Link: http://blogs.python-gsoc.org/en/yashlambas-blog/finishing-up-scikit-linear-regression/
I had an assigned task to make the requested changes and refactor the scratch linear regression model. The tests and documentation are complete and are ready to merge along with the model. I will now
Link: http://blogs.python-gsoc.org/en/yashlambas-blog/finishing-up-scikit-linear-regression/
I had an assigned task to make the requested changes and refactor the scratch linear regression model. The tests and documentation are complete and are ready to merge along with the model. I will now
blogs.python-gsoc.org
Python-GSOC - Finishing up Scikit Linear Regression - yashlamba's Blog
Python's Google Summer of Code Page