Ryan Wells (@ryanwellsr) 's Twitter Profile
Ryan Wells

@ryanwellsr

Python developer | Nuclear engineer | Cofounder @cohoist,
Code journey: FORTRAN → VBA → Python → .NET

ID: 314508505

linkhttps://wellsr.com/ calendar_today10-06-2011 11:17:50

9,9K Tweet

1,1K Takipçi

64 Takip Edilen

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"Now it’s time to set up your own package so that you can upload it yourself to PyPI. You may have noticed in the previous video, I called the package with a -m after python, which is to call a module name instead of a filename." (by Real Python) realpython.com/videos/setting…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"Interested in purchasing an NVIDIA DevBox for Deep Learning? Inside this article, I discuss by buying experience along with important aspects to consider." pyimagesearch.com/2016/06/06/han…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

The macro recorder is a handy tool that records what you do in Excel. This tutorial will guide you through the process of recording a macro and playing your recorded macro. wellsr.com/vba/excel/reco…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

Fade your VBA UserForm in and out with the macros in this tutorial. You will also learn how to force your userform to appear partially transparent. wellsr.com/vba/2018/excel…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

Use VBA Workbook event handling to capture a variety of application-level events. The events captured in the VBA ThisWorkbook module can be used to trigger unique actions based on a user's interaction with Excel. wellsr.com/vba/2018/excel…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

This article explains how to perform different operations on individual items in Python lists using the Map, Filter and Reduce functions with Lambda functions. wellsr.com/python/python-…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

Take the absolute value of a number with the VBA Abs function. The VBA Abs function will return the absolute value of a number or variable in your macro. wellsr.com/vba/2018/excel…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"Handling imbalanced data in Python is essential. In this tutorial, we'll show you how to balance datasets using two upsampling and one downsampling technique." wellsr.com/python/upsampl…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"The next algorithm I want to consider is merge sort. Now merge sort is a really clever algorithm that relies on an interesting property of sorted lists." realpython.com/lessons/merge-…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"In this introduction to image classification, we'll show you how to use Python and sklearn to recognize handwritten numbers in the sklearn load_digits dataset." wellsr.com/python/image-c…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

Create a VBA Select Case range of cells statement to repeatedly execute statements (including Select Case) for each cell in a range of cells. powerspreadsheets.com/select-case-ce…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

Use the VBA msoFileDialogFilePicker to browse for and select files with a macro. The msoFileDialogFilePicker property is part of the Application.FileDialog family in Excel and behaves much like the GetOpenFileName method. wellsr.com/vba/2018/excel…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

"Learn how to develop a chatbot using open-source Meta Llama 3.1 model in LangChain. We'll also show you how to import this open-source model from Hugging Face in LangChain." wellsr.com/python/chatbot…

Ryan Wells (@ryanwellsr) 's Twitter Profile Photo

You can use the FileSystemObject TextStream to open a text file in VBA by pairing it with the VBA OpenTextFile method. The VBA OpenTextFile method is a simple way to read, write, and append to text files. wellsr.com/vba/2018/excel…