Empire of Code
@empireofcode
Space strategy game where coding is your extra weapon
You might like
#Python tip: Hard-coded constants should use the optional underscore as a thousands separator: >>> x = 1_234_567 Also, you can output numbers in that format: >>> f'{x:_d}' '1_234_567' Or with commas: >>> f'{x:,d}' '1,234,567' 1/
I wrote something about getting started contributing to CPython paper.dropbox.com/doc/Contributi… #pycascades
docker run -it --rm docker/doodle:halloween2019
"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie
This is a big one!
Mypy 0.730 is out, with prettier, colored output and error code support, along with many other fixes and improvements mypy-lang.blogspot.com/2019/09/mypy-7…
Today, we found a small bug in IDLE during Intro #Python class, and I took that opportunity to show how to file bug report. Tomorrow, I expect the learners to be delighted when they see the bug has already been fixed 🤩 bugs.python.org/issue38077
Pair programming level 50
"Python is designed to deliver an experience that is simple and easy to use. This is only possible through a combination of advanced technologies and sophisticated engineering."
"If it doesn’t work, it doesn’t matter how fast it doesn’t work." - Mich Ravera
#Python's alternative increment operator is affectionately known as the space-invader operator. >>> score = 10 >>> score -=- 1 >>> score 11
Fixes: Retina and Browser Resize. More is coming. :)
Battle description have been upgraded buff.ly/1KixXqa Battle events have been refactored buff.ly/1Kiy2ds .
Sharing ideas around coding games. Yes, CiO and EoC can be something bigger buff.ly/1L8gvzp
Balance, new missions, bug fixes will be released at Feb the 3th. Stay tuned
United States Trends
- 1. Under Armour 6,508 posts
- 2. Megyn Kelly 38.5K posts
- 3. Blue Origin 11.2K posts
- 4. Nike 27.5K posts
- 5. New Glenn 11.5K posts
- 6. Curry Brand 5,394 posts
- 7. Senator Fetterman 22.1K posts
- 8. Brainiac 9,105 posts
- 9. Vine 38.6K posts
- 10. Operación Lanza del Sur 5,801 posts
- 11. #2025CaracasWordExpo 14.3K posts
- 12. Operation Southern Spear 5,905 posts
- 13. CarPlay 4,821 posts
- 14. Eric Swalwell 34.5K posts
- 15. Matt Gaetz 18.8K posts
- 16. Portugal 70.4K posts
- 17. Coach Beam N/A
- 18. #UFC322 9,658 posts
- 19. World Cup 111K posts
- 20. Thursday Night Football 2,545 posts
Something went wrong.
Something went wrong.