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
120
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
60
Introduction to Docker & Kubernetes @ JavaDays 2019
ondrejsika
1
210
Terraform - Infrastructure as a Code
ondrejsika
1
200
Gitlab CI + Docker (LinuxDays 2018)
ondrejsika
2
240
TechEd 2018, Introduction to Docker
ondrejsika
0
480
Automation using Gitlab CI and Docker, DevHeaven 2018
ondrejsika
0
200
Lightning Network aneb Bitcoin 2.0, Plzensky Barcamp, 7.4.2018
ondrejsika
0
95
Python Libraries for Bitcoin and Ethereum, PyCon SK 2018
ondrejsika
1
140
i3 tiling window manager, Install Fest 2018
ondrejsika
1
290
Other Decks in Technology
See All in Technology
20241220_S3 tablesの使い方を検証してみた
handy
4
660
普通のエンジニアがLaravelコアチームメンバーになるまで
avosalmon
0
120
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
32k
React Routerで実現する型安全なSPAルーティング
sansantech
PRO
2
210
バクラクのドキュメント解析技術と実データにおける課題 / layerx-ccc-winter-2024
shimacos
2
1.1k
サーバーなしでWordPress運用、できますよ。
sogaoh
PRO
0
120
マルチプロダクト開発の現場でAWS Security Hubを1年以上運用して得た教訓
muziyoshiz
3
2.6k
Storage Browser for Amazon S3
miu_crescent
1
280
権威ドキュメントで振り返る2024 #年忘れセキュリティ2024
hirotomotaguchi
2
770
サイバー攻撃を想定したセキュリティガイドライン 策定とASM及びCNAPPの活用方法
syoshie
3
1.4k
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
0
160
Amazon Kendra GenAI Index 登場でどう変わる? 評価から学ぶ最適なRAG構成
naoki_0531
0
130
Featured
See All Featured
Designing for humans not robots
tammielis
250
25k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Designing for Performance
lara
604
68k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Documentation Writing (for coders)
carmenintech
66
4.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Become a Pro
speakerdeck
PRO
26
5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
170
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
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/