Posts
JavaScript
- Introduction to JavaScript
- JavaScript variables
- JavaScript functions
- JavaScript operators
- JavaScript Conditional Statements
- JavaScript Loops
- JavaScript Event Handlers
- Objects in JavaScript
- The Document Object in JavaScript
- The Window Object in JavaScript
- JavaScript Arrays
- Math, Numbers, and Date Objects in JavaScript
Python 101
Python How-to
- How to add a string to a number in Python
- How to build up a large string out of smaller strings in Python
- How to compare strings in Python
- How to convert floating point numbers to integers in Python
- How to copy files using shutil module in Python
- How to create classes of iterators using itertools module in Python
- How to extract and filter the content of an iterator in Python
- How to generate random numbers in Python
- How to get the current date and time in Python
- How to iterate over data that has no iterator in Python
- How to iterate over of all the characters of a string in Python
- How to iterate over the content of a list in Python
- How to iterate over the contents of a file in Python
- How to move files in Python
- How to open, read, and write text files in Python
- How to replace a substring in a string object in Python
- How to reverse the content of a string using slicing in Python
- How to translate the content of a string in Python
- How to trim white spaces from the user imput in Python
- How to use the polymorphic operator in the find-and-count methods to search for a substring in Python