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
140
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
73
Introduction to Docker & Kubernetes @ JavaDays 2019
ondrejsika
1
250
Terraform - Infrastructure as a Code
ondrejsika
1
250
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
99
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
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
280
GA technologiesでのAI-Readyの取り組み@DataOps Night
yuto16
0
270
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
1
570
英語は話せません!それでも海外チームと信頼関係を作るため、対話を重ねた2ヶ月間のまなび
niioka_97
0
120
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
120
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
310
BtoBプロダクト開発の深層
16bitidol
0
350
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
3
320
スタートアップにおけるこれからの「データ整備」
shomaekawa
0
150
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
570
Optuna DashboardにおけるPLaMo2連携機能の紹介 / PFN LLM セミナー
pfn
PRO
1
890
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
3
280
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
339
57k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Code Reviewing Like a Champion
maltzj
525
40k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Code Review Best Practice
trishagee
72
19k
Faster Mobile Websites
deanohume
310
31k
Thoughts on Productivity
jonyablonski
70
4.9k
How to Ace a Technical Interview
jacobian
280
24k
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/