Login
Discover
Waves
Communities
Login
Signup
zerocoolrocker
@zerocoolrocker
30
Enthusiast of technology and human progress | Crazy programmer
Followers
194
Following
409
Follow
Resource Credits
Available
Used
Created
2018-03-04 03:19
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
zerocoolrocker
python
2018-06-15 17:29
RE: Running into Errors creating a Python CSV file Concatenator script - Request Help
Great! @anthonyadavisii, I didn't know steemflagrewards project. I'm interested in being a flagger too. I'm going to investigate more about the project. By the way it should be also possible to make a
$ 0.000
0
zerocoolrocker
python
2018-06-13 02:31
RE: Running into Errors creating a Python CSV file Concatenator script - Request Help
This exception means that the indentation is inconsistent in the script, is caused by the mixed use of tabs and spaces as indentation in the same script. You can fix it simply changing all tabs to four
$ 0.000
0
2
zerocoolrocker
utopian-io
2018-05-02 08:19
RE: Learn Python Series (#21) - Handling Dates and Time Part 1
Nice post @scipio! :) You should also mention datetime.timedelta (probably you are goin do so in the next post) :) it's really useful to make arithmetic operations with dates
zerocoolrocker
research
2018-04-13 04:19
RE: Ketones for the Aging Brain - [Research]
This is really interesting, in dee I think a big part of technology advancements and investigations and in general human effort should be focused more in finding treatment for diseases and better ways
zerocoolrocker
python
2018-04-07 02:10
RE: Python Tip #1: Line by line debugging in Python with ipdb module
Thank you @jonel! I will :)
zerocoolrocker
python
2018-03-24 22:00
RE: Quick Python Regex Tip: Return True or False from a Python Regex Match
Hey good tip! I didn't know the regex boundaries "\b" which match spaces and also start and end of strings. With it we can find by example the apparition of whole words :) great! Some Tips:
zerocoolrocker
utopian-io
2018-03-22 16:47
RE: Learn Python Series (#13) - Mini Project - Developing a Web Crawler Part 1
I understand :) I didn't know nightmareJS it seems to have pretty nice tools, I'm going to give it a try. Thank's! @zerocoolrocker
zerocoolrocker
utopian-io
2018-03-22 03:56
RE: Learn Python Series (#13) - Mini Project - Developing a Web Crawler Part 1
Great post! I didn't know that beautifulsoup accepts Jquery like css filters :) It would be very interesting a couple of tutorials about scrapy module :) and make the same given exercises using scrapy
zerocoolrocker
utopian-io
2018-03-05 17:39
RE: Learn Python Series (#5) - Handling Lists Part 1
Good post :) I didn't know that it's possible to set more than one value in a list using slicing syntax
zerocoolrocker
utopian-io
2018-03-05 17:36
RE: Learn Python Series (#5) - Handling Lists Part 1
Great! :)
zerocoolrocker
utopian-io
2018-03-05 03:40
RE: Learn Python Series (#3) - Handling Strings Part 2
Thank you :) Great and useful exercise. I haven't seem it yet, but I'm going to take time to read your posts soon :) I'm also a enthusiast pythonist, it's always a good idea keep reading and learning new
zerocoolrocker
life
2018-03-04 23:59
RE: 6 Ways to Tame Your Ego
It's really a great post! Personally, ego is one of my biggest fights. "Ego should be regarded as a tool, which can be sharpened and polished to employ your own path." I don't see any good to
zerocoolrocker
utopian-io
2018-03-04 06:08
RE: Learn Python Series (#3) - Handling Strings Part 2
Great post! I didn't know that behavior of the function strip (I just had been using it to erase spaces from the start and the end of the string), but I see it useful. In case of text formatting and
zerocoolrocker
steemit
2018-03-04 05:00
RE: Steemit Comment Spam Honeypot Concept
It's a good idea, but if I made a bot and this idea is implemented, I would program the bot to avoid comment the posts which content the phrase "not comment" or the sub-string "spam".