Chris Moffitt: Building a Financial Model with Pandas - Version 2
IntroductionIn my last article, I discussed building a financial model in pandas that could be used for multiple amortization scenarios. Unfortunately, I realized that I made a mistake in that approach...
View ArticleMike Driscoll: PyDev of the Week: Jacob Vanderplas
This week we welcome Jacob Vanderplas (@jakevdp) as our PyDev of the Week! Jacob is the author of Python Data Science Handbook: Essential Tools for Working with Data and works at the University of...
View ArticleDoug Hellmann: xmlrpc.client — Client Library for XML-RPC — PyMOTW 3
XML-RPC is a lightweight remote procedure call protocol built on top of HTTP and XML. The xmlrpclib module lets a Python program communicate with an XML-RPC server written in any language. Read more…...
View ArticlePyCon: Talk, Poster, Education Summit proposals due January 3rd — but feel...
With the holidays nearly here, this is the moment to ask yourself: are you really— when you return groggily to work on Tuesday January 3rd following the “New Year’s (Observed)” holiday on Monday —...
View ArticleCodementor: How to Send Mail in Python with Web2py
With a little training or basic knowledge in programming, it is quite possible to develop a full web application with the help of full-stack frameworks like Web2py.What you will learn:In this tutorial,...
View ArticleKushal Das: How to get funding for your new users group?
Over the years I met many students who want to start a new Users Group in their college, sometimes it is a Linux Users’ Group, sometimes it is related to any other particular technology. They all have...
View ArticleAnwesha Das: Making their ways: PyLadies Pune
July, 2017 PyLadies Pune came out of hibernation and rebooted its journey. Let me tell you honestly it has been quite a roller coaster ride since then. We faced a lot of problems but among them the...
View ArticleSemaphore Community: Building and Testing an API Wrapper in Python
This article is brought with ❤ to you by Semaphore.IntroductionMost websites we use provide an HTTP API to enable developers to access their data from their own applications. For developers utilizing...
View ArticleWingware News: Wing IDE 6.0: December 20, 2016
Wing IDE 6 is a major new release that improves multi-selection, adds much easier remote development, allows debugging from the Python Shell and recursive debugging, understands PEP 484 and 526 type...
View ArticleS. Lott: The Royal Road
Warning: Long Boring Anecdote: Conclusions will be drawn from a single example.First, this quote:"All your suggestions were great if I had wanted to do a systematic study and truly understand. The goal...
View ArticlePython Software Foundation: Happy Holidays and Thank You!
Happy Holidays from the Python Software Foundation!The holiday season gets us thinking about all that we have accomplished over the past year and about those we are grateful for. This year we have kept...
View ArticlePyCharm: Webinar: Extending a Django App with REST Capabilities using...
Join us January 10th at 3pm GMT (4pm European time, 10am Eastern time) for our free webinar “Extending a Django App with REST Capabilities”.Tuesday January 10th16:00 European Time, 10:00 Eastern...
View ArticleCalvin Spealman: Let's Make A Game! Off And On Again, Episodes 7 and 8 Available
Interested in my process for making a monthly game? I've got two new episodes up of my series Let's Make A Game! for a total of eight episodes to enjoy, so far. The project should include a total of 25...
View ArticleKushal Das: IRC and me
During college days when I started using Linux for the time, one of my favorite past time was to click on every application icon on my computer. By random clicking, I tried to learn the usage of the...
View ArticleTalk Python to Me: #90 Data Wrangling with Python
Do you have a dirty, messy data problem? Whether you work as a software developer or as a data scientist, you've surely run across data that was malformed, incomplete, or maybe even wrong. Don't let...
View ArticleCodementor: Using Docker and Docker Compose for Local Development and Small...
IntroHave you heard a lot about Docker recently and been wondering what all the hubbub has been about? In this tutorial, I’ll introduce Docker, what all the hype has been about, what advantages it can...
View ArticleDataCamp: New Course: Statistical Thinking in Python (Part 2)
We just launched Statistical Thinking in Python (Part 2) taught by Justin Bois. After completing Statistical Thinking in Python (Part 1), you have the probabilistic mindset and foundational hacker...
View ArticlePyCharm: PyCharm Edu 3.5 Early Access Program is Open
The holiday season is a great time to have fun, and it is also a great time to learn something new. That’s why today we’re opening the Early Access Program for PyCharm Edu 3.5 – the next update of our...
View ArticleVasudev Ram: Using psutil to get disk partition information with Python
By Vasudev Rampsutil is a Python library that enables you to get various kinds of operating system information, such as about CPUs, processes, memory and disks.Here is a short program that shows how to...
View ArticlePython Insider: Python 3.6.0 is now available!
Python 3.6.0 is now available! Python 3.6.0 is the newest major release of the Python language, and it contains many new features and optimizations. See the What’s New In Python 3.6 document for...
View Article