Higher-level programming

Welcome

Thank you for visiting my programming projects. The majority of the code was written in Python3, with a few projects written in bash, MySQL, or JavaScript.

Table of Contents

About

This repository contains introductory projects for higher-level programming. Topics include:

  • Commenting code and following a coding style standard
  • Variables, data structures, operators, expressions, loops, nested loops
  • Conditional statements
  • Functions
  • Importing
  • Exceptions
  • Unit Testing
  • Classes and inheritance
  • Python IO
  • SQL and SQLAlchemy
  • Requests and web scraping and more!

Requirements

  • Ubuntu 14.04 LTS
  • Python 3.4
  • pip3 1.5
  • pep8 1.7
  • MySQL 5.7
  • MySQLdb 1.3
  • SQLAlchemy 1.1
  • node 6.10
  • semistandard 11.0

Projects

  1. 0x00-python-hello_world
  2. 0x01-python-if_else_loops_functions
  3. 0x02-python-import_modules
  4. 0x03-python-data_structures
  5. 0x04-python-more_data_structures
  6. 0x05-python-exceptions
  7. 0x06-python-classes
  8. 0x07-python-test_driven_development
  9. 0x08-python-more_classes
  10. 0x09-python-everything_is_object
  11. 0x0A-python-inheritance
  12. 0x0B-python-input_output
  13. 0x0C-python-almost_a_circle
  14. 0x0D-SQL_introduction
  15. 0x0E-SQL_more_queries
  16. 0x0F-python-object_relational_mapping
  17. 0x10-python-network_0
  18. 0x11-python-network_1
  19. 0x12-javascript-warm_up
  20. 0x13-javascript_objects_scopes_closures
  21. 0x14-javascript-web_scraping

Credits

Work is owned and maintained by Alexa Orrico (@alexaorrico).