Login
Discover
Waves
Decks
Plus
Login
Signup
Lesley Cordero
@lesley2958
33
Followers
15
Following
1
Resource Credits
Available
Used
Location
New York, NY
Website
https://www.lesley2958.github.io
Created
August 8, 2017
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
lesley2958
programming
2017-08-10 21:50
RE: How to reverse String using java - learn java
Cool idea -- this is a super common interview question. Here's my own implementation in Python. def reverse_string(string): length = len(string) new_string = "" for i in range(length): new_string
$ 0.000
1
lesley2958
programming
2017-08-10 12:43
RE: What are Sockets and Threads?
Awesome post! Some suggestions: the formatting is a little off -- not a huge deal, but I figured I'd mention it. It'd also be nice if you broke the code down a bit more. I think it can be overwhelming
$ 0.000
1
lesley2958
stats
2017-08-09 12:59
RE: Machine Learning The Blockchain - Wordclouds
Awesome post! We see wordclouds all the time, but seldom hear about the technology behind these awesome visualization techniques. I've also dabbled a bit with wordclouds -- if anyone wants to learn more
$ 0.000
1
lesley2958
tech
2017-08-09 04:33
RE: Python: An Introduction.
There are tons of awesome Python resources out there. When I was first learning, one of my favorites was Learning Python The Hard Way. It's thorough, readable, and updated for the latest version of Python.
$ 0.000
0
1