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
66
Introduction to Docker & Kubernetes @ JavaDays 2019
ondrejsika
1
230
Terraform - Infrastructure as a Code
ondrejsika
1
220
Gitlab CI + Docker (LinuxDays 2018)
ondrejsika
2
250
TechEd 2018, Introduction to Docker
ondrejsika
0
500
Automation using Gitlab CI and Docker, DevHeaven 2018
ondrejsika
0
200
Lightning Network aneb Bitcoin 2.0, Plzensky Barcamp, 7.4.2018
ondrejsika
0
96
Python Libraries for Bitcoin and Ethereum, PyCon SK 2018
ondrejsika
1
140
i3 tiling window manager, Install Fest 2018
ondrejsika
1
310
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile for engineer
hr01
1
26k
エンジニアリングで組織のアウトカムを最速で最大化する!
ham0215
1
280
白金鉱業Meetup_Vol.18_生成AIはデータサイエンティストを代替するのか?
brainpadpr
4
230
Gateway H2 モジュールで スマートホーム入門
minoruinachi
0
130
AIコーディングの最前線 〜活用のコツと課題〜
pharma_x_tech
4
2.9k
Pythonデータ分析実践試験 出題傾向や学習のポイントとテクニカルハイライト
terapyon
1
110
もう難しくない!誰でもカンタンDocker入門 〜30分であなたのPCにアプリを立ち上げる〜
devops_vtj
0
180
品質文化を支える小さいクロスファンクショナルなチーム / Cross-functional teams fostering quality culture
toma_sm
0
180
グループ ポリシー再確認 (2)
murachiakira
0
210
AIでめっちゃ便利になったけど、結局みんなで学ぶよねっていう話
kakehashi
PRO
1
530
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
0
210
GraphQLを活用したリアーキテクチャに対応するSLI/Oの再設計
coconala_engineer
0
200
Featured
See All Featured
Scaling GitHub
holman
459
140k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
830
How STYLIGHT went responsive
nonsquared
100
5.5k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Gamification - CAS2011
davidbonilla
81
5.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Faster Mobile Websites
deanohume
306
31k
The Pragmatic Product Professional
lauravandoore
33
6.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
4 Signs Your Business is Dying
shpigford
183
22k
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/