EuroPython: EuroPython 2020: Please configure your tickets
Link: https://blog.europython.eu/post/623636263112720384
We would like to remind you how you can configure your tickets and profiles, so that we get the right information for on-boarding you on our Discord server in the coming days and your communication pr
Link: https://blog.europython.eu/post/623636263112720384
We would like to remind you how you can configure your tickets and profiles, so that we get the right information for on-boarding you on our Discord server in the coming days and your communication pr
blog.europython.eu
EuroPython Blog
EuroPython 2020: Please configure your tickets We would like to remind you how you can configure your tickets and profiles, so that we get the right information for on-boarding you on our Discord...
PyCoder’s Weekly: Issue #429 (July 14, 2020)
Link: https://pycoders.com/issues/429
#429 – JULY 14, 2020 View in Browser » The (Non-)Return of the Python Print Statement Guido van Rossum recently proposed re-introducing the Python print statement. He was completely serious and
Link: https://pycoders.com/issues/429
#429 – JULY 14, 2020 View in Browser » The (Non-)Return of the Python Print Statement Guido van Rossum recently proposed re-introducing the Python print statement. He was completely serious and
Pycoders
PyCoder’s Weekly | Issue #429
Issue #429 of the PyCoder’s Weekly newsletter, published July 14, 2020.
NumFOCUS: Open Source Developer Advocate
Link: https://numfocus.org/jobs/open-source-developer-advocate?utm_source=rss&utm_medium=rss&utm_campaign=open-source-developer-advocate
Position Overview The primary role of the Open Source Developer Advocate is to represent and support developers of NumFOCUS open source projects by serving as a link to internal and external stakehold
Link: https://numfocus.org/jobs/open-source-developer-advocate?utm_source=rss&utm_medium=rss&utm_campaign=open-source-developer-advocate
Position Overview The primary role of the Open Source Developer Advocate is to represent and support developers of NumFOCUS open source projects by serving as a link to internal and external stakehold
NumFOCUS
Open Source Developer Advocate - NumFOCUS
Position Overview The primary role of the Open Source Developer Advocate is to represent and support developers of NumFOCUS open source projects by serving as a link to internal and external stakeholders as well as the global user community. You will generate…
Codementor: Your First Stock Trading Bot 🤖🐍Part 2: Buy & Sell Stocks in Python w/ Alpaca!
Link: https://www.codementor.io/powderblock/your-first-stock-trading-bot-part-2-buy-sell-stocks-in-python-w-alpaca-15i9btwqyi
Python stock trading bot written in Alpaca Python library. Designed for trading stocks programmatically in Python under the alpaca library. Source code available on GitHub!
Link: https://www.codementor.io/powderblock/your-first-stock-trading-bot-part-2-buy-sell-stocks-in-python-w-alpaca-15i9btwqyi
Python stock trading bot written in Alpaca Python library. Designed for trading stocks programmatically in Python under the alpaca library. Source code available on GitHub!
www.codementor.io
Your First Stock Trading Bot 🤖🐍Part 2: Buy & Sell Stocks in Python w/ Alpaca! | Codementor
Python stock trading bot written in Alpaca Python library. Designed for trading stocks programmatically in Python under the alpaca library. Source code available on GitHub!
PSF GSoC students blogs: Week 7 check-in!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-7-check-in-1/
Hello everyone
So we are into Week #7 now. In the last week, we were done with integrating query functions and I had mentioned that next I would be working on BAM serialization.
So yes, BAM serializat
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-7-check-in-1/
Hello everyone
So we are into Week #7 now. In the last week, we were done with integrating query functions and I had mentioned that next I would be working on BAM serialization.
So yes, BAM serializat
blogs.python-gsoc.org
Python GSoC - Week 7 check-in! - imaj_ashwini's Blog
Week 7 check-in! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 6 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-6-check-in-2/
What did you do this week?
I started a new PR that adds multimethods for mathematical functions. The multimethods that were added are the following:
Trigonometric functions
degrees
radians
unwrap
Ro
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-6-check-in-2/
What did you do this week?
I started a new PR that adds multimethods for mathematical functions. The multimethods that were added are the following:
Trigonometric functions
degrees
radians
unwrap
Ro
blogs.python-gsoc.org
Python GSoC - Week 6 Check-in - joaosferreira's Blog
Week 6 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
Mike Driscoll: Python 101 – Creating Multiple Processes
Link: https://www.blog.pythonlibrary.org/2020/07/15/python-101-creating-multiple-processes/
Most CPU manufacturers are creating multi-core CPUs now. Even cell phones come with multiple cores! Python threads can’t use those cores because of the Global Interpreter Lock. Starting in Python 2.6,
Link: https://www.blog.pythonlibrary.org/2020/07/15/python-101-creating-multiple-processes/
Most CPU manufacturers are creating multi-core CPUs now. Even cell phones come with multiple cores! Python threads can’t use those cores because of the Global Interpreter Lock. Starting in Python 2.6,
Mouse Vs Python
Python 101 - Creating Multiple Processes - Mouse Vs Python
Most CPU manufacturers are creating multi-core CPUs now. Even cell phones come with multiple cores! Python threads can't use those cores because of the
Codementor: How should I start learning Python
Link: https://www.codementor.io/narendranareshit/how-should-i-start-learning-python-18dmbgg5pu
After you have made up your mind that you are going with Python, Here are certain steps that I followed to get
started with it and I am sure it will work out for anybody,
Link: https://www.codementor.io/narendranareshit/how-should-i-start-learning-python-18dmbgg5pu
After you have made up your mind that you are going with Python, Here are certain steps that I followed to get
started with it and I am sure it will work out for anybody,
www.codementor.io
How should I start learning Python | Codementor
After you have made up your mind that you are going with Python, Here are certain steps that I followed to get
started with it and I am sure it will work out for anybody,
started with it and I am sure it will work out for anybody,
Andriy Kornatskyy: Python Fastest Template Engine
Link: http://mindref.blogspot.com/2012/07/python-fastest-template.html
What is the fastest template system for Python? See also:
Comprehensive benchmarks for various template include, extends and widget directives are here.
The benchmark is based on wheezy.template
Link: http://mindref.blogspot.com/2012/07/python-fastest-template.html
What is the fastest template system for Python? See also:
Comprehensive benchmarks for various template include, extends and widget directives are here.
The benchmark is based on wheezy.template
Blogspot
Python Fastest Template Engine
What is the fastest template system for Python? See also: Comprehensive benchmarks for various template include, extends and widget direct...
Andriy Kornatskyy: Python Templates Benchmark
Link: http://mindref.blogspot.com/2012/10/python-templates-benchmark.html
Python template engines offer high reusability of markup code and the following features are used by content developers most of the time:
Includes: useful to incorporate some snippets of content th
Link: http://mindref.blogspot.com/2012/10/python-templates-benchmark.html
Python template engines offer high reusability of markup code and the following features are used by content developers most of the time:
Includes: useful to incorporate some snippets of content th
Blogspot
Python Templates Benchmark
Python template engines offer high reusability of markup code and the following features are used by content developers most of the time: ...
Real Python: Pandas Project: Make a Gradebook With Pandas
Link: https://realpython.com/pandas-project-gradebook/
One of the jobs that all teachers have in common is evaluating students. Whether you use exams, homework assignments, quizzes, or projects, you usually have to turn students’ scores into a letter grad
Link: https://realpython.com/pandas-project-gradebook/
One of the jobs that all teachers have in common is evaluating students. Whether you use exams, homework assignments, quizzes, or projects, you usually have to turn students’ scores into a letter grad
Realpython
pandas Project: Make a Gradebook With Python & pandas – Real Python
With this follow-along Python project, you'll build a script to calculate grades for a class using pandas. The script will quickly and accurately calculate grades from a variety of data sources. You'll see examples of loading, merging, and saving data with…
Janusworx: A Hundred Days of Code, Day 008 - Python Basics, Lists, Tuples, Dictionaries, Sets and Done!
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-008-python-basics-lists-tuples-dictionaries-sets-and-done/
This was an amazing run! Learnt lots.
Done with the basics course.
Woohoo!
Notes
With lists
Not pythonic to mix types
can iterate, slice and dice, search, get lengths, transmute them (for e.g.
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-008-python-basics-lists-tuples-dictionaries-sets-and-done/
This was an amazing run! Learnt lots.
Done with the basics course.
Woohoo!
Notes
With lists
Not pythonic to mix types
can iterate, slice and dice, search, get lengths, transmute them (for e.g.
Janusworx
A Hundred Days of Code, Day 008 - Python Basics, Lists, Tuples, Dictio
This was an amazing run! Learnt lots.
Done with the basics course.
Woohoo!
Notes
With lists
Not pythonic to mix types
can iterate, slice and dice, search, get lengths, transmute them (for e.g
Done with the basics course.
Woohoo!
Notes
With lists
Not pythonic to mix types
can iterate, slice and dice, search, get lengths, transmute them (for e.g
Anarcat: Goatcounter analytics in ikiwiki
Link: https://anarc.at/services/analytics/
I have started using Goatcounter for analytics after reading
this LWN article called "Lightweight alternatives to Google
Analytics". Goatcounter has an interesting approach to privacy in that
it:
tra
Link: https://anarc.at/services/analytics/
I have started using Goatcounter for analytics after reading
this LWN article called "Lightweight alternatives to Google
Analytics". Goatcounter has an interesting approach to privacy in that
it:
tra
Ian Ozsvald: Weekish notes
Link: https://ianozsvald.com/2020/07/15/weekish-notes-2/
I’ve recently switched back from Sourdough yeast to dried packet yeast mix, given a recipe by a colleague (thanks Nick!). I immediately set to work modifying his recipe (well, cutting out steps if we’
Link: https://ianozsvald.com/2020/07/15/weekish-notes-2/
I’ve recently switched back from Sourdough yeast to dried packet yeast mix, given a recipe by a colleague (thanks Nick!). I immediately set to work modifying his recipe (well, cutting out steps if we’
Entrepreneurial Geekiness
Weekish notes
I've recently switched back from Sourdough yeast to dried packet yeast mix, given a recipe by a colleague (thanks Nick!). I immediately set to work modifying his recipe (well, cutting out steps if we're honest). The first loaf looked fine but was bland -…
Catalin George Festila: Python 3.8.3 : Lists in Python 3 - part 001.
Link: http://python-catalin.blogspot.com/2020/07/python-383-lists-in-python-3-part-001.html
I am currently working on a project that involves the use of complex data structures and lists and my time is limited.
This led me to start a new series of python tutorials on python lists.
I realized
Link: http://python-catalin.blogspot.com/2020/07/python-383-lists-in-python-3-part-001.html
I am currently working on a project that involves the use of complex data structures and lists and my time is limited.
This led me to start a new series of python tutorials on python lists.
I realized
Blogspot
Python 3.8.3 : Lists in Python 3 - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Weekly Check In - 6
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-6-12/
What did I do till now?
Last week I was implementing
H2Agent
H2ConnectionPool
H2DownloadHandler (Work In Progress)
The above classes adds the following features
H2ConnectionPool maintains a pool
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-6-12/
What did I do till now?
Last week I was implementing
H2Agent
H2ConnectionPool
H2DownloadHandler (Work In Progress)
The above classes adds the following features
H2ConnectionPool maintains a pool
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 6 - adityaa30's Blog
Weekly Check In - 6 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
EuroPython: EuroPython 2020: Find a new job at the conference
Link: https://blog.europython.eu/post/623783726150778880
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2020 Job BoardOur sponsors would love to get in touch with you, so please have a look and visit t
Link: https://blog.europython.eu/post/623783726150778880
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors:EuroPython 2020 Job BoardOur sponsors would love to get in touch with you, so please have a look and visit t
blog.europython.eu
EuroPython Blog
EuroPython 2020: Find a new job at the conference We’d like to draw your attention to our job board, with plenty of job ads from our sponsors: EuroPython 2020 Job Board Our sponsors would love to get...
EuroPython: EuroPython 2020: Introducing our Keystone Sponsor Microsoft
Link: https://blog.europython.eu/post/623791258091077632
We are excited to have Microsoft as our Keystone Sponsor for EuroPython 2020.
Microsoft has been a regular sponsor of EuroPython and is a great supporter of Python in general. Thanks, Microsoft ! Yo
Link: https://blog.europython.eu/post/623791258091077632
We are excited to have Microsoft as our Keystone Sponsor for EuroPython 2020.
Microsoft has been a regular sponsor of EuroPython and is a great supporter of Python in general. Thanks, Microsoft ! Yo
blog.europython.eu
EuroPython Blog
EuroPython 2020: Introducing our Keystone Sponsor Microsoft We are excited to have Microsoft as our Keystone Sponsor for EuroPython 2020. Microsoft has been a regular sponsor of EuroPython and is a...
Janusworx: A Hundred Days of Code, Day 009 - Python Functions, Basics
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-009-python-functions-basics/
Started up with learning about Python function basics, today. Notes follow. Using the Lerner pool of wisdom, as usual.
Read more… (3 min remaining to read)
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-009-python-functions-basics/
Started up with learning about Python function basics, today. Notes follow. Using the Lerner pool of wisdom, as usual.
Read more… (3 min remaining to read)
Janusworx
A Hundred Days of Code, Day 009 - Python Functions, Basics
Started up with learning about Python function basics, today. Notes follow. Using the Lerner pool of wisdom, as usual.
Why do we need functions?
DRY (Don’t Repeat Yourself), because we can take
Why do we need functions?
DRY (Don’t Repeat Yourself), because we can take
PyCharm: PyCharm 2020.2 EAP#4
Link: http://feedproxy.google.com/~r/Pycharm/~3/qwks2ATenpo/
The last PyCharm EAP build before the release candidate is ready and comes with a lot of new functionalities! Let’s take a look into three UX-related improvements that will make your development exper
Link: http://feedproxy.google.com/~r/Pycharm/~3/qwks2ATenpo/
The last PyCharm EAP build before the release candidate is ready and comes with a lot of new functionalities! Let’s take a look into three UX-related improvements that will make your development exper
JetBrains Blog
PyCharm 2020.2 EAP#4