A. Jesse Jiryu Davis: Free Online Workshop for Conference Proposals, February 3
When you speak at a conference or meetup, you have a chance to explain your ideas and meet fellow specialists who share your passions. A tech talk opens surprising opportunities: it can lead to more...
View ArticleCodementor: Deploying a Python Flask app on Heroku
https://cdn-images-1.medium.com/max/1600/1*FMvHG0OBg1K-qlixcCI-NA.png In my previous post...
View ArticleSylvain Hellegouarch: Why Python is a great choice for the Chaos Toolkit...
Russ Miles and I started the chaostoolkit project about three months ago with the idea we wanted to express with code discussions we had been having on Chaos Engineering and its principles. I’ll leave...
View ArticleWyatt Baldwin: Using OpenStreetMap Data for Routing
Introduction[Note: I started writing this in March of 2014 but got side-tracked by other things. Since I’ve started working on byCycle again recently and made some updates to how it processes OSM data,...
View ArticleSandipan Dey: Deep Learning & Art: Neural Style Transfer – An...
This problem appeared as an assignment in the online coursera course Convolution Neural Networks by Prof Andrew Ng, (deeplearing.ai). The description of the problem is taken straightway from the...
View ArticleKushal Das: Using Haven app to secure your belongings
On 22nd December, Edward Snowden (President, board of Freedom of the Press Foundation) announced a new project called Haven, which is built in collaboration between The Guardian Project and Freedom of...
View ArticleCodementor: Which is better for data analysis: R or Python? Is R still a...
For most data analysis projects, your goal is going to be to create the highest quality analysis in the least amount of time. If you understand the underlying concepts behind what you’re doing,...
View ArticleProgramiz: Working with CSV files in Python
In this article we will look into how to read and write CSV files in python.
View ArticleProgramiz: Working with CSV files in Python
In this article we will look into how to read and write CSV files in python.
View ArticleDataquest: Learning Curves for Machine Learning
Diagnose Bias and Variance to Reduce ErrorWhen building machine learning models, we want to keep error as low as possible. Two major sources of error are bias and variance. If we managed to reduce...
View ArticleCatalin George Festila: The ebooklib python module .
Happy new year 2018 ! The official webpage of this python module come with this intro:EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's capable of reading and writing EPUB...
View ArticleJarrod Millman: BIDS is hiring NumPy developers
The Berkeley Institute for Data Science (BIDS) is hiring Open Source Scientific Python Developers to contribute to NumPy. You can read more about the new positions here. For more information about...
View ArticleProgramiz: Working with CSV files in Python
In this article we will look into how to read and write CSV files in python.
View ArticleStack Abuse: A SQLite Tutorial with Python
IntroductionThis tutorial will cover using SQLite in combination with Python's sqlite3 interface. SQLite is a single file relational database bundled with most standard Python installs. SQLite is often...
View ArticleYasoob Khalid: 2017 was good, 2018 will be even better
This is not a programming or Python related post. This is more of my personal reflection on the year 2017. I decided to reflect and evaluate my year and see what I got done and what could have been...
View ArticleJeff Knupp: Counting Cards With Python
Having grown up about 20 minutes from Atlantic City, I'm no stranger to casinos. When I was younger (but over 21! cough) I learned to count cards, a tool used by Blackjack players to help them gain a...
View ArticlePython Software Foundation: To My Followers
I see 66 brave souls at some point subscribed to this blog. I wonder if I could ask you all why, and whether anything I might have to say might still be of interest. Comments, please!
View ArticleCodementor: An Introduction to this New Kid Called MACHINE LEARNING
A beginner's Introduction to the world of machine learning and Artificial Intelligence.
View ArticleKushal Das: Using diceware to generate passwords
Choosing a new password is always an interesting topic. When I started using computers for the first time, my idea was to find some useful words which I can remember, maybe 2-3 of those words together....
View Article