Moshe Zadka: Inbox Zero
Link: https://orbifold.xyz/inbox-zero.html
I am the parent of two young kids.
It is easy to sink into random stuff,
and not follow up on goals.
Strict time management and priotization means
I get to work on open source projects,
write programm
Link: https://orbifold.xyz/inbox-zero.html
I am the parent of two young kids.
It is easy to sink into random stuff,
and not follow up on goals.
Strict time management and priotization means
I get to work on open source projects,
write programm
orbifold.xyz
Orbifolds and Other Games - Inbox Zero
Stack Abuse: Python for NLP: Working with the Gensim Library (Part 2)
Link: https://stackabuse.com/python-for-nlp-working-with-the-gensim-library-part-2/
This is my 11th article in the series of articles on Python for NLP and 2nd article on the Gensim library in this series. In a previous article, I provided a brief introduction to Python's Gensim libr
Link: https://stackabuse.com/python-for-nlp-working-with-the-gensim-library-part-2/
This is my 11th article in the series of articles on Python for NLP and 2nd article on the Gensim library in this series. In a previous article, I provided a brief introduction to Python's Gensim libr
Stack Abuse
Python for NLP: Working with the Gensim Library (Part 2)
This is my 11th article in the series of articles on Python for NLP and 2nd article on the Gensim library in this series. In a previous article, I provided a br...
Dataquest: Tutorial: Text Analysis in Python to Test a Hypothesis
Link: https://www.dataquest.io/blog/tutorial-text-analysis-python-test-hypothesis/
Learn to do some text analysis in this Python tutorial, and test hypotheses using confidence intervals to insure your conclusions are significant.
The post Tutorial: Text Analysis in Python to Test a
Link: https://www.dataquest.io/blog/tutorial-text-analysis-python-test-hypothesis/
Learn to do some text analysis in this Python tutorial, and test hypotheses using confidence intervals to insure your conclusions are significant.
The post Tutorial: Text Analysis in Python to Test a
Dataquest
Tutorial: Text Analysis in Python to Test a Hypothesis – Dataquest
Learn to do some text analysis in this Python tutorial, and test hypotheses using confidence intervals to insure your conclusions are significant.
Neckbeard Republic: Installing Python on Windows, macOS, and Linux
Link: https://realpython.com/courses/installing-python-windows-macos-linux/
To get started working with Python, you'll need to have access to the Python interpreter. There are several common ways to accomplish this and in this course, you will learn how to install the latest
Link: https://realpython.com/courses/installing-python-windows-macos-linux/
To get started working with Python, you'll need to have access to the Python interpreter. There are several common ways to accomplish this and in this course, you will learn how to install the latest
Realpython
Installing Python on Windows, macOS, and Linux – Real Python
To get started working with Python, you'll need to have access to the Python interpreter. There are several common ways to accomplish this and in this course, you will learn how to install the latest version of Python on your computer.
Davy Mitchell: Monitoring Earthquakes Curses
Link: http://daftpython.blogspot.com/2019/05/monitoring-earthquakes-curses.html
Github Repository LinkThe USGS publishes a plethora of data on their website. Of interest to me are a bunch of frequently updated GeoJSON feeds which can be parsed with standard JSON libraries. I was
Link: http://daftpython.blogspot.com/2019/05/monitoring-earthquakes-curses.html
Github Repository LinkThe USGS publishes a plethora of data on their website. Of interest to me are a bunch of frequently updated GeoJSON feeds which can be parsed with standard JSON libraries. I was
Blogspot
Monitoring Earthquakes Curses
Github Repository Link The USGS publishes a plethora of data on their website. Of interest to me are a bunch of frequently updated...
NumFOCUS: Two Sigma Renews Corporate Sponsorship of NumFOCUS
Link: https://numfocus.org/blog/two-sigma-renews-corporate-sponsorship-of-numfocus-2019
The post Two Sigma Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
Link: https://numfocus.org/blog/two-sigma-renews-corporate-sponsorship-of-numfocus-2019
The post Two Sigma Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
NumFOCUS
Two Sigma Renews Corporate Sponsorship of NumFOCUS - NumFOCUS
Codementor: Remote Debugging in Python
Link: https://www.codementor.io/jorgecolon/remote-debugging-in-python-v1cbnej91
Learn how to go beyond print and logging to debug tough problems efficiently using remote debugging in python
Link: https://www.codementor.io/jorgecolon/remote-debugging-in-python-v1cbnej91
Learn how to go beyond print and logging to debug tough problems efficiently using remote debugging in python
www.codementor.io
Remote Debugging Guide for Python | Codementor
Learn how to go beyond print and logging to debug tough problems efficiently using remote debugging in python
Steve Dower: Debugging Cython with WinDBG
Link: http://stevedower.id.au/blog/debugging-cython-with-windbg/
This is one of those “note to self” kinds of blogs. I spent just enough time figuring this out right now that I don’t want to repeat, so here’s a problem that I hit and the solution. Hopefully it help
Link: http://stevedower.id.au/blog/debugging-cython-with-windbg/
This is one of those “note to self” kinds of blogs. I spent just enough time figuring this out right now that I don’t want to repeat, so here’s a problem that I hit and the solution. Hopefully it help
Steve Dower
Debugging Cython with WinDBG
This is one of those “note to self” kinds of blogs. I spent just enough time figuring this out right now that I don’t want to repeat, so here’s a problem that I hit and the solution. Hopefully it helps someone else besides future-me. The Problem I have a…
Roberto Alsina: Coffee As a Service Architecture
Link: https://ralsina.me/weblog/posts/coffee-as-a-service-architecture.html
Coffee As A Service Architecture
Intro
Today I was in a meeting with recruiters (yes, really) because they want to be better at technical recruiting and they had the idea that talking to me would help
Link: https://ralsina.me/weblog/posts/coffee-as-a-service-architecture.html
Coffee As A Service Architecture
Intro
Today I was in a meeting with recruiters (yes, really) because they want to be better at technical recruiting and they had the idea that talking to me would help
Lateral Opinion
Coffee As a Service Architecture
Coffee As A Service Architecture
Intro
Today I was in a meeting with recruiters (yes, really) because they want to be better at technical recruiting and they had the idea that talking to me would help
Intro
Today I was in a meeting with recruiters (yes, really) because they want to be better at technical recruiting and they had the idea that talking to me would help
Codementor: Python Modules | All You Need To Know
Link: https://www.codementor.io/waseem599/python-modules-all-you-need-to-know-v1rvvdbt7
This blog will walk you through the concept of modules in python in detail. Starting from how to create a module in python to using them in your program.
Link: https://www.codementor.io/waseem599/python-modules-all-you-need-to-know-v1rvvdbt7
This blog will walk you through the concept of modules in python in detail. Starting from how to create a module in python to using them in your program.
www.codementor.io
Python Modules | All You Need To Know | Codementor
This blog will walk you through the concept of modules in python in detail. Starting from how to create a module in python to using them in your program.
EuroPython: EuroPython 2019: Sponsor brochure available
Link: https://blog.europython.eu/post/184937371007
We are pleased to present our EuroPython 2019 Sponsor Brochure:We have worked with our designer to compile all relevant information about the conference in a nice to read brochure, you can use to disc
Link: https://blog.europython.eu/post/184937371007
We are pleased to present our EuroPython 2019 Sponsor Brochure:We have worked with our designer to compile all relevant information about the conference in a nice to read brochure, you can use to disc
EuroPython Blog
EuroPython 2019: Sponsor brochure available
We are pleased to present our EuroPython 2019 Sponsor Brochure: We have worked with our designer to compile all relevant information about the conference in a nice to read brochure, you can use to...
Abhijeet Pal: Python Program to Check If number is Even or Odd
Link: https://djangocentral.com/check-if-number-is-even-or-odd/
Problem Definition
Make a Python program to check wheater the given number is Even or Odd.
Solution
If a number is exactly divisible by 2 then it is an even number else it is an odd number. In this ar
Link: https://djangocentral.com/check-if-number-is-even-or-odd/
Problem Definition
Make a Python program to check wheater the given number is Even or Odd.
Solution
If a number is exactly divisible by 2 then it is an even number else it is an odd number. In this ar
Django Central
Python Program to Check If number is Even or Odd | Django Central
Problem Definition Make a Python program to check wheater the given number is Even or Odd. Solution If a number is exactly divisible by 2 then it is an even number else it is an odd number. In this article, we will use this particular logic to create a Python…
Abhijeet Pal: Python program to check if a string is palindrome or not
Link: https://djangocentral.com/python-program-to-check-if-a-string-is-palindrome-or-not/
Problem Definition
Make a Python program to check if the given string is palindrome or not. A string is a palindrome if it reads same from forward as well as backward for example madam.
Solution
Take
Link: https://djangocentral.com/python-program-to-check-if-a-string-is-palindrome-or-not/
Problem Definition
Make a Python program to check if the given string is palindrome or not. A string is a palindrome if it reads same from forward as well as backward for example madam.
Solution
Take
Django Central
Python program to check if a string is palindrome or not | Django Central
Problem Definition Make a Python program to check if the given string is palindrome or not. A string is a palindrome if it reads same from forward as well as backward for example madam. Solution Take the input string from the user and store it in a variable…
Abhijeet Pal: Python Program to Find the Largest Among Three Numbers
Link: https://djangocentral.com/largest-among-three-numbers/
Problem Definition
Create a Python program to find the largest among the three given numbers.
Solution
Take inputs from the user and store them in variables
Compare the numbers
Print the final result
Link: https://djangocentral.com/largest-among-three-numbers/
Problem Definition
Create a Python program to find the largest among the three given numbers.
Solution
Take inputs from the user and store them in variables
Compare the numbers
Print the final result
Django Central
Python Program to Find the Largest Among Three Numbers | Django Central
Problem Definition Create a Python program to find the largest among the three given numbers. Solution Take inputs from the user and store them in variables Compare the numbers Print the final result End To understand the program you need to have an understanding…
Stack Abuse: Brief Introduction to OpenGL in Python with PyOpenGL
Link: https://stackabuse.com/brief-introduction-to-opengl-in-python-with-pyopengl/
Introduction
In this tutorial, we're going to learn how to use PyOpenGL library in Python. OpenGL is a graphics library which is supported by multiple platforms including Windows, Linux, and MacOS, an
Link: https://stackabuse.com/brief-introduction-to-opengl-in-python-with-pyopengl/
Introduction
In this tutorial, we're going to learn how to use PyOpenGL library in Python. OpenGL is a graphics library which is supported by multiple platforms including Windows, Linux, and MacOS, an
Stack Abuse
Brief Introduction to OpenGL in Python with PyOpenGL
In this tutorial, we're going to learn how to use PyOpenGL library in Python. OpenGL is a graphics library which is supported by multiple platforms including W...
Talk Python to Me: #212 Python in Web Assembly with PyIodide
Link: https://talkpython.fm/episodes/show/212/python-in-web-assembly-with-pyiodide
It's been said that JavaScript is the assembly language of the web. But should you be should be required to write code in assembly language or JavaScript?
Link: https://talkpython.fm/episodes/show/212/python-in-web-assembly-with-pyiodide
It's been said that JavaScript is the assembly language of the web. But should you be should be required to write code in assembly language or JavaScript?
talkpython.fm
Python in Web Assembly with Pyodide
It's been said that JavaScript is the assembly language of the web. But should you be required to write code in assembly language or JavaScript?
Talk Python to Me: #212 Python in Web Assembly with Pyodide
Link: https://talkpython.fm/episodes/show/212/python-in-web-assembly-with-pyodide
It's been said that JavaScript is the assembly language of the web. But should you be should be required to write code in assembly language or JavaScript?
Link: https://talkpython.fm/episodes/show/212/python-in-web-assembly-with-pyodide
It's been said that JavaScript is the assembly language of the web. But should you be should be required to write code in assembly language or JavaScript?
talkpython.fm
Python in Web Assembly with Pyodide
It's been said that JavaScript is the assembly language of the web. But should you be required to write code in assembly language or JavaScript?
Andre Roberge: Idle hacking - part 1
Link: https://aroberge.blogspot.com/2019/05/idle-hacking-part-1.html
File test_py.pyfr. The pyfr extension indicates that this is written in the "French Python" dialect. Since this is the main file we'll run, it will also automatically set the language to French. This
Link: https://aroberge.blogspot.com/2019/05/idle-hacking-part-1.html
File test_py.pyfr. The pyfr extension indicates that this is written in the "French Python" dialect. Since this is the main file we'll run, it will also automatically set the language to French. This
Blogspot
Idle hacking - part 1
File test_py.pyfr. The pyfr extension indicates that this is written in the "French Python" dialect. Since this is the main file we'll...
Kushal Das: My talk at PyCon US 2019
Link: https://kushaldas.in/posts/my-talk-at-pycon-us-2019.html
A couple of weeks back, I gave a talk at PyCon US 2019, “Building reproducible
Python applications for secured environments”.
The main idea behind the talk is about the different kind of threats in
Link: https://kushaldas.in/posts/my-talk-at-pycon-us-2019.html
A couple of weeks back, I gave a talk at PyCon US 2019, “Building reproducible
Python applications for secured environments”.
The main idea behind the talk is about the different kind of threats in
Abhijeet Pal: Python Program to Add Two Numbers
Link: https://djangocentral.com/python-program-to-add-two-numbers/
Problem Definition
Create a Python program to add two numbers and print the result, taking runtime input from the user.
Solution
Take input from the user save them in variables
Add the numbers and pr
Link: https://djangocentral.com/python-program-to-add-two-numbers/
Problem Definition
Create a Python program to add two numbers and print the result, taking runtime input from the user.
Solution
Take input from the user save them in variables
Add the numbers and pr
Django Central
Python Program to Add Two Numbers | Django Central
Problem Definition Create a Python program to add two numbers and print the result, taking runtime input from the user. Solution Take input from the user save them in variables Add the numbers and print the result End Program num1 = int(input("Enter first…