Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PythonRC (PyConSK 2016)
Search
Ondrej Sika
March 11, 2016
Technology
0
130
PythonRC (PyConSK 2016)
PythonRC Lightning Talk @ PyConSK 2016, Bratislava, SK
Ondrej Sika
March 11, 2016
Tweet
Share
More Decks by Ondrej Sika
See All by Ondrej Sika
ZEIT, Serverless Deployments
ondrejsika
0
71
Introduction to Docker & Kubernetes @ JavaDays 2019
ondrejsika
1
250
Terraform - Infrastructure as a Code
ondrejsika
1
240
Gitlab CI + Docker (LinuxDays 2018)
ondrejsika
2
250
TechEd 2018, Introduction to Docker
ondrejsika
0
520
Automation using Gitlab CI and Docker, DevHeaven 2018
ondrejsika
0
200
Lightning Network aneb Bitcoin 2.0, Plzensky Barcamp, 7.4.2018
ondrejsika
0
98
Python Libraries for Bitcoin and Ethereum, PyCon SK 2018
ondrejsika
1
160
i3 tiling window manager, Install Fest 2018
ondrejsika
1
320
Other Decks in Technology
See All in Technology
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
1
630
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
130
ヒューリスティック評価を用いたゲームQA実践事例
gree_tech
PRO
0
570
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
150
AWSで始める実践Dagster入門
kitagawaz
0
350
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
9
4.4k
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
290
ChatGPTとPlantUML/Mermaidによるソフトウェア設計
gowhich501
1
120
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.5k
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.1k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
30k
2025年にHCP Vaultを学び直して見えた景色 / Lessons and New Perspectives from Relearning HCP Vault in 2025
aeonpeople
0
200
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Visualization
eitanlees
148
16k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
The Art of Programming - Codeland 2020
erikaheidi
55
13k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Unsuck your backbone
ammeep
671
58k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Transcript
PythonRC Ondrej Sika <
[email protected]
> Slush Pool (https://slushpool.com) 11. 3. 2016,
PyConSK 2016, Bratislava, Slovakia
Add PYTHONSTARTUP to .bashrc echo export PYTHONSTARTUP=~/.pythonrc.py >> ~/.bashrc source
~/.bashrc
.pythonrc.py print "Hello PyConSK 2016!" from pprint import pprint as
pp import math
Try! sika@sika-x1:~$ python Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" ... Hello PyConSK 2016! >>> pp({’a’: 1, ’b’: 2}) {’a’: 1, ’b’: 2} >>> math.pow(3, 4) 81.0 >>>
Thank you!
[email protected]
http://ondrejsika.com @ondrejsika Sources: http://url.os1.cz/pyconsk2016/