Git Product home page Git Product logo

sheetsu-python's Introduction

πŸ‘‹

My name is AndrΓ© Silva and I'm a Portuguese Software Engineer that lives in Edinburgh, Scotland.

# A bit about me

I wasn't always focused on the development world.

During high school I got the chance to intern at a consulting firm in my hometown, mainly working with setting up data centers and configuring network systems.

After high school, I went to college to take a Computer Science Bachelor's degree. During that first few months, I participated in a couple of hackathons and startup projects, primarily just for fun, but always with the goal in mind to build a curriculum and some professional experience.

During that time I started to discover the growing startup scene in Lisbon and during those summer vacations, I got myself an internship at one of those startups (which end up failing, as most of them do).

Going back to my 2nd year of college, I was offered to be part of Unbabel, one of the first Portuguese startups to enter Y-Combinator, which I have been working there ever since.

# What I care about

I consider myself to be a Backend Software Engineer, that dabbles in Frontend and is invested in the DevOps world. I like to understand complex problems and turn them into simple ones, figuring out the architecture of the whole system, from the user's point of view to the underlying stack.

I mostly develop web base applications or internal tools, but I'm also interested in the operational side of things like:

  • automating manual tasks,
  • building easy processes for people to follow,
  • writing maintainable, modular software,
  • and creating pleasant and clear documentation.

# Hobbies?

When I'm not working, I'm probably either cooking, watching tv shows, reading, writing on my blog or surfing.

sheetsu-python's People

Contributors

andreffs18 avatar dependabot[bot] avatar jdrzj avatar jrheling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sheetsu-python's Issues

ValueError on delete()

Using the delete() method, e.g. rows_deleted = c.delete(sheet="Sheet1", column="item", value=del_item) results in:

Traceback (most recent call last):
File "./sheetsu_delete.py", line 20, in
rows_deleted = c.delete(sheet="Sheet1", column="item", value=del_item)
File "/usr/local/lib/python2.7/site-packages/sheetsu/client.py", line 35, in delete
return DeleteResource(self)(**kwargs)
File "/usr/local/lib/python2.7/site-packages/sheetsu/core/delete.py", line 20, in call
return super(DeleteResource, self).call(**payload)
File "/usr/local/lib/python2.7/site-packages/sheetsu/core/core.py", line 73, in call
return json.loads(r.content)
File "/usr/local/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

I'm pretty sure this is because the underlying sheetsu API doesn't return anything from the "Clear" type of delete, per https://docs.sheetsu.com/?shell#delete. It does return from the "Destroy" type of delete, but that doesn't seem to be supported by sheetsu-python.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.