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
PSF GSoC students blogs: My path this far - 3rd blog post
Link: http://blogs.python-gsoc.org/en/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/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/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/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
PSF GSoC students blogs: Weekly Check-in #8 : (12 July - 18 July)
Link: http://blogs.python-gsoc.org/en/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/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
PSF GSoC students blogs: Week 7
Link: http://blogs.python-gsoc.org/en/wzao1515s-blog/week-7-1/
This week I'm working on implementing mutithread extracting and scaning. So far the extracting works. From this week I acquired how does multithread pool work in Python. The pool has a method called `
Link: http://blogs.python-gsoc.org/en/wzao1515s-blog/week-7-1/
This week I'm working on implementing mutithread extracting and scaning. So far the extracting works. From this week I acquired how does multithread pool work in Python. The pool has a method called `
blogs.python-gsoc.org
Python-GSOC - Week 7 - wzao1515's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Week 7 P2
Link: http://blogs.python-gsoc.org/en/wzao1515s-blog/week-7-p2/
After doing some traceback of the program, I found that when running multithread scanning, each thread instantiates a nvd object NVDSQLite, while in nvd.get_cvelist_if_stale() the object tries to call
Link: http://blogs.python-gsoc.org/en/wzao1515s-blog/week-7-p2/
After doing some traceback of the program, I found that when running multithread scanning, each thread instantiates a nvd object NVDSQLite, while in nvd.get_cvelist_if_stale() the object tries to call
blogs.python-gsoc.org
Python-GSOC - Week 7 P2 - wzao1515's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Blog post: Week 8
Link: http://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-8/
This week I focused in two things:
Start writing new classes for previously existing atomic sources to bypass the SQL database and store data directly in HDF5 format. This is a much simpler approach
Link: http://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-8/
This week I focused in two things:
Start writing new classes for previously existing atomic sources to bypass the SQL database and store data directly in HDF5 format. This is a much simpler approach
blogs.python-gsoc.org
Python-GSOC - Blog post: Week 8 - epassaro's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Week 7: Waypoints and their Interaction
Link: http://blogs.python-gsoc.org/en/funnelferrys-blog/week-7-waypoints-and-their-interaction/
What did I do this week?
I restored most of previous functionality I stripped off for simpler progress. Further major time was spent on getting the working of waypoints correct. After changing most of
Link: http://blogs.python-gsoc.org/en/funnelferrys-blog/week-7-waypoints-and-their-interaction/
What did I do this week?
I restored most of previous functionality I stripped off for simpler progress. Further major time was spent on getting the working of waypoints correct. After changing most of
blogs.python-gsoc.org
Python-GSOC - Week 7: Waypoints and their Interaction - funnelferry's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly check in [week 7 - 08/07 - 14/07]
Link: http://blogs.python-gsoc.org/en/nacchts-blog/weekly-check-in-week-7-08-07-14-07/
1. What did you do this week?
This week I did principally three things: I studied the REST API, I created a random issue generator and started creating a command-line interface. I studied a bit more
Link: http://blogs.python-gsoc.org/en/nacchts-blog/weekly-check-in-week-7-08-07-14-07/
1. What did you do this week?
This week I did principally three things: I studied the REST API, I created a random issue generator and started creating a command-line interface. I studied a bit more
blogs.python-gsoc.org
Python-GSOC - Weekly check in [week 7 - 08/07 - 14/07] - naccht's Blog
Python's Google Summer of Code Page
NumFOCUS: Meet our 2019 Google Summer of Code Students (Part 1)
Link: https://numfocus.org/blog/meet-our-2019-gsoc-students-part-1
The post Meet our 2019 Google Summer of Code Students (Part 1) appeared first on NumFOCUS.
Link: https://numfocus.org/blog/meet-our-2019-gsoc-students-part-1
The post Meet our 2019 Google Summer of Code Students (Part 1) appeared first on NumFOCUS.
NumFOCUS
Meet our 2019 Google Summer of Code Students (Part 1) - NumFOCUS
We are excited to introduce you to GSoC 2019 students working on NumFOCUS sponsored projects Cantera, FEniCS, JuMP, and PyMC3.
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.
Django Weblog: The first PyCon Africa
Link: https://www.djangoproject.com/weblog/2019/jul/20/first-pycon-africa/
In just a few weeks, from the 6th to 10th of August, the first ever pan-African PyCon will take place in Accra, Ghana.
PyCon Africa 2019 is an amazing step for the rapidly growing Python community in
Link: https://www.djangoproject.com/weblog/2019/jul/20/first-pycon-africa/
In just a few weeks, from the 6th to 10th of August, the first ever pan-African PyCon will take place in Accra, Ghana.
PyCon Africa 2019 is an amazing step for the rapidly growing Python community in
PSF GSoC students blogs: GSoC week #7
Link: http://blogs.python-gsoc.org/en/kaybs-blog/gsoc-week-7/
Hey everyone,
This is week 7th of Google Summer of Code 2019. So far, I have made the backend of my project and only some things need to be done (regarding deployment and hosting) and it will be worki
Link: http://blogs.python-gsoc.org/en/kaybs-blog/gsoc-week-7/
Hey everyone,
This is week 7th of Google Summer of Code 2019. So far, I have made the backend of my project and only some things need to be done (regarding deployment and hosting) and it will be worki
blogs.python-gsoc.org
Python-GSOC - GSoC week #7 - kayb's Blog
Python's Google Summer of Code Page