Open in app
Home
Notifications
Lists
Stories

Write
Tech & Math
Tech & Math

Home
About

Published in Geek Culture

·Apr 24

4 steps to do algebra with Python!

We all know math can perform mathematical operations, but do you know Python can do algebra, too? In this article, you will learn to how to use Python to do algebra! …

Python

3 min read

4 steps to do algebra with Python!
4 steps to do algebra with Python!

Published in CodeX

·Apr 22

3 Best Books for Python

Let me introduce three of the best books for learning Python from my perspective. Python is definitely one of the most popular languages these days to learn. The reason is not only because of its simplicity for beginners but also because it is one of the most widely used languages…

Python

4 min read

3 Best Books for Python
3 Best Books for Python

Published in Geek Culture

·Apr 21

Simple Data visualization with Pyecharts

Learn to generate amazing charts using Pyecharts with ease! Data visualization is a big topic of Python, and today you will learn a great visualization tool. You will be able to make great charts with simple commands. This article will pick several classical examples in this library, and you can…

Data Science

4 min read

Simple Data visualization with Pyecharts
Simple Data visualization with Pyecharts

Published in Python in Plain English

·Apr 20

What is Closure and How to Implement it in Python?

Learn the concept of closure and ways of implementing it in easy steps. — Learn the concept of closure and ways to implement closure in easy steps. If you want to be proficient in programming in Python, then there is one topic you must learn in the journey — closure. In this article, we will present from the ground up, including all the prerequisite…

Python

3 min read

What is Closure and How to Implement it in Python?
What is Closure and How to Implement it in Python?

Published in JavaScript in Plain English

·Apr 19

10 Tricks to Learn for JavaScript Developers

Learn these tricks to write better code. — Learn these tricks to write concise code in JavaScript. Let’s get it straight! 1. Ternary Expression: The ternary expression in JavaScript has a syntax that looks like condition if part_1 else part_2. For example, let’s take a look at the following code snippet: 2. Quick Implementation to check datatypes: Often we will want to check the data type…

Java Script

2 min read

10 Tricks to Learn for JavaScript Developers
10 Tricks to Learn for JavaScript Developers

Published in JavaScript in Plain English

·Apr 12

6 Rarely Known JavaScript Tricks

Learn these useful tricks to make your code more concise. — There are some rarely used but useful tricks in JavaScript, learn them now! Just as titled, no more other words, let’s get straight into it! 1. Array manipulations: There are lots of array operations we do on a daily basis, here are some basic tricks to try out: a. Using reduce() to compute…

Java Script

2 min read

6 Rarely Known JavaScript Tricks
6 Rarely Known JavaScript Tricks

Published in Python in Plain English

·Apr 11

Magic in Python — An Introduction to Magic Methods

Learn to use magic functions to customize your Python program behavior! — Learn to use the magic function to customize your Python program behavior! What are the magic functions? Magic functions are in the form of __xx__() in Python. You are should be very familiar with some of them: if __name__ == __main__() or __init__(). …

Python

4 min read

Magic in Python — An Introduction to Magic Methods
Magic in Python — An Introduction to Magic Methods

Published in Python in Plain English

·Apr 8

4 Ways of Using Tuples Elegantly in Python

Give your programming a boost by learning how to use tuples. — A tuple is a very handy built-in “type” in Python. Learning how to use it correctly and effectively can give a huge boost to your program. Basic Usage What is a tuple? Well, it is simple: a tuple is a structure that holds two or more data inside it. There…

Python

4 min read

4 Ways of Using Tuples Elegantly in Python
4 Ways of Using Tuples Elegantly in Python

Published in JavaScript in Plain English

·Apr 6

5 Tricks Every JavaScript Developer Needs to Learn

Make your code more concise using these 5 tricks. — There are numerous tricks and skills in Javascript, but you should keep these 5 in your mind! We all know JavaScript can become onerous sometimes, but with some skills and tricks, you might find you are at a much better place writing a lot more concise code. 1. Rewrite your for loop: For loop is…

Java Script

4 min read

5 Tricks Every JavaScript Developer Needs to Learn
5 Tricks Every JavaScript Developer Needs to Learn

Published in Python in Plain English

·Apr 4

Learn Counter from the Python Collection Library

All the ways you can use Counter in Python to make your coding easier and more concise! — Python’s collection library is one of the most useful libraries for programmers. Counter is one of the most useful tools out of all the things provided in collections. In this article, we will present all the ways you can use Counter in Python to make your coding easier and more…

Python

3 min read

Learn Counter from the Python Collection Library
Learn Counter from the Python Collection Library
Tech & Math

Tech & Math

SDE at FAANG. Love to talk about tech and math

Following
  • Mike Toney-Hoffman

    Mike Toney-Hoffman

  • Okan Yenigün

    Okan Yenigün

  • Konstantinos Patronas

    Konstantinos Patronas

  • Monica Leigh French

    Monica Leigh French

  • Rahul Kotecha

    Rahul Kotecha

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable