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
62
Introduction to Docker & Kubernetes @ JavaDays 2019
ondrejsika
1
220
Terraform - Infrastructure as a Code
ondrejsika
1
210
Gitlab CI + Docker (LinuxDays 2018)
ondrejsika
2
240
TechEd 2018, Introduction to Docker
ondrejsika
0
490
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
300
Other Decks in Technology
See All in Technology
Building Products in the LLM Era
ymatsuwitter
10
5.3k
管理者しか知らないOutlookの裏側のAIを覗く#AzureTravelers
hirotomotaguchi
2
330
一度 Expo の採用を断念したけど、 再度 Expo の導入を検討している話
ichiki1023
1
160
開発組織のための セキュアコーディング研修の始め方
flatt_security
3
2k
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
8
1.4k
クラウドサービス事業者におけるOSS
tagomoris
0
210
MC906491 を見据えた Microsoft Entra Connect アップグレード対応
tamaiyutaro
1
530
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
380
2.5Dモデルのすべて
yu4u
2
830
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.6k
TAMとre:Capセキュリティ編 〜拡張脅威検出デモを添えて〜
fujiihda
1
230
Datadog APM におけるトレース収集の流れ及び Retention Filters のはなし / datadog-apm-trace-retention-filters
k6s4i53rx
0
330
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Typedesign – Prime Four
hannesfritz
40
2.5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
How GitHub (no longer) Works
holman
314
140k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Testing 201, or: Great Expectations
jmmastey
42
7.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Site-Speed That Sticks
csswizardry
4
380
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Why Our Code Smells
bkeepers
PRO
336
57k
Transcript
PythonRC Ondrej Sika <ondrej@ondrejsika.com> 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! ondrej@ondrejsika.com http://ondrejsika.com @ondrejsika Sources: http://url.os1.cz/pyconsk2016/