Discover and read the best of Twitter Threads about #EXECUTE

Most recents (3)

Day 3 of #100DaysOfCode
Python.
Motivation, Don't Repeat Yourself.

1)Defining a function
def function_name(parameters_if_any):
"""indentation identifies the code block of a function"""
return data_if_any
Parameters: are variables in function definition.
Arguments: are the values put into parameters when functions are called.
Calling a function: function_name(arguments_if_any)
2)Modules
These are the codes written to perform useful tasks. Some modules are already part of standard library and others need to be
installed.

-To import an existing module e.g. math
import math #imports whole math module
Read 15 tweets
*Clears Throat*

How You Are Performing #Magick Everyday and Don’t Even Realize It.

OR

#Manifestation 101.

(THREAD)
For any of you more practical folks reading who may be skeptical due to my use of the word “Magick”.

This will not be a “wooey” thread.

It will better your life.

And it will CERTAINLY give you an UNFAIR ADVANTAGE if acted upon (looking at you @ipb_media).

Keep reading.
First things first, let me clarify that I’m using the word Magick as defined by Aleister Crowley.

#Magick - The Science and Art of causing change to occur in conformity with one's will.
Read 27 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!