Codementor: Create your first Python web crawler using Scrapy
Link: https://www.codementor.io/likegeeks/create-your-first-python-web-crawler-using-scrapy-rx8v0ux7f
Learn how to develop a Python web crawler to crawl websites and extract useful data. You will learn Scrapy basics and how to build a working spider.
Link: https://www.codementor.io/likegeeks/create-your-first-python-web-crawler-using-scrapy-rx8v0ux7f
Learn how to develop a Python web crawler to crawl websites and extract useful data. You will learn Scrapy basics and how to build a working spider.
www.codementor.io
Create your first Python web crawler using Scrapy | Codementor
Learn how to develop a Python web crawler to crawl websites and extract useful data. You will learn Scrapy basics and how to build a working spider.
Anarcat: January 2019 report: LTS, Mailman 3, Vero 4k, Kubernetes, Undertime, Monkeysign, oh my!
Link: https://anarc.at/blog/2019-02-06-report/
January is often a long month in our northern region. Very cold, lots
of snow, which can mean a lot of fun as well. But it's also a great
time to cocoon (or maybe hygge?) in front of the computer and
Link: https://anarc.at/blog/2019-02-06-report/
January is often a long month in our northern region. Very cold, lots
of snow, which can mean a lot of fun as well. But it's also a great
time to cocoon (or maybe hygge?) in front of the computer and
Codementor: PYTHON – FLASK MYSQL CONNECTION
Link: https://www.codementor.io/adityamalviya/python-flask-mysql-connection-rxblpje73
Mysql connection using Python Flask
Link: https://www.codementor.io/adityamalviya/python-flask-mysql-connection-rxblpje73
Mysql connection using Python Flask
www.codementor.io
PYTHON – FLASK MYSQL CONNECTION
| Codementor
| Codementor
Mysql connection using Python Flask
Stack Abuse: Relative vs Absolute Imports in Python
Link: https://stackabuse.com/relative-vs-absolute-imports-in-python/
While you can put simple projects in a single file, most Python development projects will require multiple files to keep them manageable. That means you need a way to import one file into another. How
Link: https://stackabuse.com/relative-vs-absolute-imports-in-python/
While you can put simple projects in a single file, most Python development projects will require multiple files to keep them manageable. That means you need a way to import one file into another. How
Stack Abuse
Relative vs Absolute Imports in Python
While you can put simple projects in a single file, most Python development projects will require multiple files to keep them manageable. That means you need a...
Ian Ozsvald: New public course on Successfully Delivering Data Science Projects for March 1st
Link: https://ianozsvald.com/2019/02/05/new-public-course-on-successfully-delivering-data-science-projects-for-mar-1st/
On Friday February 1st I ran my first Successfully Delivering Data Science Projects, this is a part of my new plan to give more training this year. This went really well and I got to both teach and le
Link: https://ianozsvald.com/2019/02/05/new-public-course-on-successfully-delivering-data-science-projects-for-mar-1st/
On Friday February 1st I ran my first Successfully Delivering Data Science Projects, this is a part of my new plan to give more training this year. This went really well and I got to both teach and le
Entrepreneurial Geekiness
New public course on Successfully Delivering Data Science Projects for March 1st
On Friday February 1st I ran my first Successfully Delivering Data Science Projects, this is a part of my new plan to give more training this year. This went really well and I got to both teach and learn a lot from my students. We talked through best practice…
Python Bytes: #116 So you want Python in a 3D graphics engine?
Link: https://pythonbytes.fm/episodes/show/116/so-you-want-python-in-a-3d-graphics-engine
Link: https://pythonbytes.fm/episodes/show/116/so-you-want-python-in-a-3d-graphics-engine
pythonbytes.fm
So you want Python in a 3D graphics engine?
News and announcements from the Python community for the week of Feb 6th, 2019
codingdirectional: Remove the string after the # mark in a website url
Link: http://codingdirectional.info/2019/02/07/remove-the-string-after-the-mark-in-a-website-url/
We are supposed to start a new project today but because I still need a few more days to prepare for it, therefore, I have posted another question and answer session in this website just to get the th
Link: http://codingdirectional.info/2019/02/07/remove-the-string-after-the-mark-in-a-website-url/
We are supposed to start a new project today but because I still need a few more days to prepare for it, therefore, I have posted another question and answer session in this website just to get the th
Programiz: Python JSON
Link: https://www.programiz.com/python-programming/json
In this tutorial, you will learn to parse, read and write JSON in Python with the help of examples. Also, you will learn to convert JSON to dict and pretty print it.
Link: https://www.programiz.com/python-programming/json
In this tutorial, you will learn to parse, read and write JSON in Python with the help of examples. Also, you will learn to convert JSON to dict and pretty print it.
Programiz
Python JSON: Read, Write, Parse JSON (With Examples)
In this tutorial, you will learn to parse, read and write JSON in Python with the help of examples. Also, you will learn to convert JSON to dict and pretty print it.
codingdirectional: Return the first capital character of a name
Link: http://codingdirectional.info/2019/02/07/return-the-first-capital-character-of-a-name/
I am still preparing the material for the next python project and in order to keep this website alive, I will continue to solve easy questions from codewars so at least we have something to talk about
Link: http://codingdirectional.info/2019/02/07/return-the-first-capital-character-of-a-name/
I am still preparing the material for the next python project and in order to keep this website alive, I will continue to solve easy questions from codewars so at least we have something to talk about
Python Anywhere: Announcing eu.pythonanywhere.com
Link: https://blog.pythonanywhere.com/176/
We're proud to announce today that we now have an EU-hosted PythonAnywhere system :-) You can access it at eu.pythonanywhere.com. It's completely separated from our normal system, but has all of th
Link: https://blog.pythonanywhere.com/176/
We're proud to announce today that we now have an EU-hosted PythonAnywhere system :-) You can access it at eu.pythonanywhere.com. It's completely separated from our normal system, but has all of th
Python Data: Quick Tip – Speed up Pandas using Modin
Link: https://pythondata.com/quick-tip-speed-up-pandas-using-modin/
I ran across a neat little library called Modin recently that claims to run pandas faster. The one line sentence that they use to describe the project is:
Speed up your Pandas workflows by changing a
Link: https://pythondata.com/quick-tip-speed-up-pandas-using-modin/
I ran across a neat little library called Modin recently that claims to run pandas faster. The one line sentence that they use to describe the project is:
Speed up your Pandas workflows by changing a
Python Data
Quick Tip - Speed up Pandas using Modin - Python Data
If you use pandas in your data analysis, you can now use modin to speed it up. In this post, I do a test to find the savings from modin and pandas.
John Cook: Exploring the sum-product conjecture
Link: https://www.johndcook.com/blog/2019/02/07/sum-product/
Quanta Magazine posted an article yesterday about the sum-product problem of Paul Erdős and Endre Szemerédi. This problem starts with a finite set of real numbers A then considers the size of the sets
Link: https://www.johndcook.com/blog/2019/02/07/sum-product/
Quanta Magazine posted an article yesterday about the sum-product problem of Paul Erdős and Endre Szemerédi. This problem starts with a finite set of real numbers A then considers the size of the sets
Johndcook
Exploring the sum-product conjecture
Quanta Magazine posted an article yesterday about the sum-product problem of Paul Erdős and Endre Szemerédi. This problem starts with a finite set of real
Codementor: My first implementation of VAE in Tensorflow, Python
Link: https://www.codementor.io/micheledevita/my-first-implementation-of-vae-in-tensorflow-python-ryfztl68k
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
Link: https://www.codementor.io/micheledevita/my-first-implementation-of-vae-in-tensorflow-python-ryfztl68k
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
www.codementor.io
My first implementation of VAE in Tensorflow, Python | Codementor
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
Stack Abuse: PyTesseract: Simple Python Optical Character Recognition
Link: https://stackabuse.com/pytesseract-simple-python-optical-character-recognition/
Introduction
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it.
Computers don't work the same way. They need something more co
Link: https://stackabuse.com/pytesseract-simple-python-optical-character-recognition/
Introduction
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it.
Computers don't work the same way. They need something more co
Stack Abuse
PyTesseract: Simple Python Optical Character Recognition
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it. Computers don't work the same way...
Test and Code: 64: Practicing Programming
Link: https://testandcode.com/64
I want you to get the most out of being a software developer, or test engineer, or whatever you do that makes this podcast relevant to your life.
By "get the most" I mean:
the most fun
the most value
Link: https://testandcode.com/64
I want you to get the most out of being a software developer, or test engineer, or whatever you do that makes this podcast relevant to your life.
By "get the most" I mean:
the most fun
the most value
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 64: Practicing Programming to increase your value
You are a knowledge worker. Your tool is your brain. Keep it sharp.
This episode will help you create a plan for getting better at what you are already great at, and push you to learn more skills.
This episode will help you create a plan for getting better at what you are already great at, and push you to learn more skills.
Nigel Babu: The Funniest Incident Postmortem
Link: https://nigelb.me/2019-02-08-the-funniest-incident-postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!).
Generally, if you want to run a task at t
Link: https://nigelb.me/2019-02-08-the-funniest-incident-postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!).
Generally, if you want to run a task at t
Nigel Babu
The Funniest Incident Postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!). Generally, if you want to run a task a…
Codementor: Machine learning with sparse, high-dimensional and large datasets
Link: https://www.codementor.io/waqasbukhariphd/machine-learning-with-sparse-high-dimensional-and-large-datasets-rqyenxubm
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
Link: https://www.codementor.io/waqasbukhariphd/machine-learning-with-sparse-high-dimensional-and-large-datasets-rqyenxubm
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
www.codementor.io
Machine learning with sparse, high-dimensional and large datasets | Codementor
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
Wingware News: Wing Python IDE 7.0.0.6 Early Access
Link: https://wingware.com/news/2019-02-08
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends
Link: https://wingware.com/news/2019-02-08
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends
Wingware
Wing Python IDE 7.0.0.6 Early Access - Wing Python IDE
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends support for high DPI displays, and much
more.
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends support for high DPI displays, and much
more.
PyCon: PyCon 2020-2021 Location
Link: https://pycon.blogspot.com/2019/02/pycon-2020-2021-location.html
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 2020 and 2021 will be Pittsburgh, Pennsylvania! The conference
Link: https://pycon.blogspot.com/2019/02/pycon-2020-2021-location.html
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 2020 and 2021 will be Pittsburgh, Pennsylvania! The conference
Blogspot
PyCon 2020-2021 Location
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 202...
codingdirectional: Counts the points of our team in the championship
Link: http://codingdirectional.info/2019/02/09/counts-the-points-of-our-team-in-the-championship/
Hello and today we will continue to solve the problem posted on codewars, if you have not yet joined codewars then I really encourage you to do so because this site is a real deal for those of you who
Link: http://codingdirectional.info/2019/02/09/counts-the-points-of-our-team-in-the-championship/
Hello and today we will continue to solve the problem posted on codewars, if you have not yet joined codewars then I really encourage you to do so because this site is a real deal for those of you who
gamingdirectional: Create a player object in pygame
Link: http://gamingdirectional.com/blog/2019/02/09/create-a-player-object-in-pygame/
In this article, we will create a player sprite class which will render the player image on the game scene. First, we will create the player object class which serves as the container for the player’s
Link: http://gamingdirectional.com/blog/2019/02/09/create-a-player-object-in-pygame/
In this article, we will create a player sprite class which will render the player image on the game scene. First, we will create the player object class which serves as the container for the player’s
Gaming Directional
Create a player object in pygame
Rendering player sprite with pygame