About Us¶
We are Schlockchain, thought leaders in innovation.
We are bold and innovative.
Our def mega_chain
function works really well:
def mega_chain(): return
Investors say the best things about us:
I’m so glad I put my life savings in Schlockchain.
Said Nobody Ever
We have a patented algorithm:
Glacially slow
Which melts glaciers
…and a roadmap to success:
Start an LLC
Get a Series A investment round
Get a Series B investment round
Continue
Schlockchain is written in Python for some data science or something reasons.
For a sexy carousel of stock photos, visit Schlockchain Homepage.
Investors¶
Our investors are very proud to be involved with us.
Redacted¶
Upon advice of counsel.
Redacted¶
Upon advice of counsel.
Note
Schlockchain is written in Python for some data science or something reasons.
Warning
Schlockchain is written in Python for some data science or something reasons.
Careful, Python is awesome
Using it will thus make you awesome
Warning
Awesomeness Warning
Schlockchain is written in Python for some data science or something reasons.
Careful, Python is awesome
Using it will thus make you awesome
You can download the Python logo
for offline use.
Investors¶
Our investors are very proud to be involved with us.
def hello(name):
return f'Hello {name}'
1 function hello(msg) {
2 return `Hello ${msg}`
3 }
class MyDemo:
""" A *great* demo """
def __init__(self, name):
self.name = name
def hello(self, greeting: str) -> str:
""" The canonical hello world example.
A *longer* description with some **RST**.
Args:
name: The person to say hello to.
Returns:
str: The greeting
"""
return f"{greeting} {self.name}"
About MyDemo
¶
Let’s take a look at this Python class.
- class my_demo.MyDemo(name)¶
A great demo
- hello(greeting)¶
The canonical hello world example.
A longer description with some RST.
- Parameters
name – The person to say hello to.
- Returns
The greeting
- Return type
str
As we can see in HW
, Python is fun!
Let’s talk about the power of Cross-referencing arbitrary locations.